Fix deparsing FETCH FIRST <expr> ROWS WITH TIES
[postgresql.git] / src / backend / main /
2025-03-28 Peter EisentrautUse thread-safe strftime_l() instead of strftime().
2025-01-01 Bruce MomjianUpdate copyright for 2025
2024-12-17 Tom LaneSet the stack_base_ptr in main(), not in random other...
2024-12-10 Noah MischFix elog(FATAL) before PostmasterMain() or just after...
2024-12-04 Nathan BossartProvide a better error message for misplaced dispatch...
2024-10-27 Peter EisentrautRemove unused #include's from backend .c files
2024-07-03 Heikki LinnakangasTighten check for --forkchild argument when spawning...
2024-03-04 Peter EisentrautRemove unused #include's from backend .c files
2024-01-25 Alvaro HerreraRemove dummy_spinlock
2024-01-04 Bruce MomjianUpdate copyright for 2024
2023-04-20 Thomas MunroRemove obsolete defense against strxfrm() bugs.
2023-03-02 Daniel GustafssonMark options as deprecated in usage output
2023-01-02 Bruce MomjianUpdate copyright for 2023
2022-12-20 Andrew DunstanAdd copyright notices to meson files
2022-11-21 Andres FreundAdd workaround to make ubsan and ps_status.c compatible
2022-11-21 Tom LaneProvide options for postmaster to kill child processes...
2022-09-22 Andres Freundmeson: Add initial version of meson based build system
2022-08-15 Michael PaquierFix outdated --help message for postgres -f
2022-08-07 Andres Freundwindows: Remove HAVE_MINIDUMP_TYPE test
2022-07-14 Michael PaquierRemove support for Visual Studio 2013
2022-07-07 Michael PaquierMake Windows 10 the minimal runtime requirement for...
2022-03-15 Michael PaquierFix collection of typos in the code and the documentation
2022-02-03 Andres Freundwindows: Improve crash / assert / exception handling.
2022-01-08 Bruce MomjianUpdate copyright for 2022
2021-09-18 Andres Freundprocess startup: Split single user code out of Postgres...
2021-08-05 Andres Freundprocess startup: Centralize pgwin32_signal_initialize...
2021-08-05 Andres Freundprocess startup: Remove bootstrap / checker modes from...
2021-08-05 Andres Freundprocess startup: Separate out BootstrapModeMain from...
2021-01-02 Bruce MomjianUpdate copyright for 2021
2020-12-28 Bruce MomjianRevert "Add key management system" (978f869b99) & later...
2020-12-25 Bruce MomjianAdd key management system
2020-11-10 Magnus HaganderRemove -o option to postmaster
2020-06-19 Andres FreundClean up includes of s_lock.h.
2020-02-28 Peter EisentrautAdd PostgreSQL home page to --help output
2020-02-28 Peter EisentrautRefer to bug report address by symbol rather than hardc...
2020-01-01 Bruce MomjianUpdate copyrights for 2020
2019-11-05 Andres FreundSplit all OBJS style lines in makefiles into one-line...
2019-08-14 Peter Eisentrautinitdb: Remove obsolete locale handling
2019-01-19 Magnus HaganderReplace @postgresql.org with @lists.postgresql.org...
2019-01-02 Bruce MomjianUpdate copyright for 2019
2018-01-03 Bruce MomjianUpdate copyright for 2018
2017-11-12 Noah MischInstall Windows crash dump handler before all else.
2017-06-28 Tom LaneChange pg_ctl to detect server-ready by watching status...
2017-06-21 Tom LanePhase 3 of pgindent updates.
2017-06-21 Tom LanePhase 2 of pgindent updates.
2017-01-03 Bruce MomjianUpdate copyright via script for 2017
2016-11-23 Robert HaasRemove barrier.h
2016-06-09 Robert HaasRepair a bit of pgindent damage.
2016-06-09 Robert Haaspgindent run for 9.6
2016-06-03 Greg StarkFix various common mispellings.
2016-03-10 Magnus HaganderAvoid crash on old Windows with AVX2-capable CPU for...
2016-01-02 Bruce MomjianUpdate copyright for 2016
2015-07-09 Noah MischRevoke support for strxfrm() that write past the specif...
2015-06-09 Tom LaneReport more information if pg_perm_setlocale() fails...
2015-02-21 Robert HaasDon't require users of src/port/gettimeofday.c to initi...
2015-01-08 Noah MischAlways set the six locale category environment variable...
2015-01-06 Bruce MomjianUpdate copyright for 2015
2014-12-08 Simon RiggsWindows: use GetSystemTimePreciseAsFileTime if available
2014-09-25 Andres FreundAdd a basic atomic ops API abstracting away platform...
2014-09-22 Andres FreundRemove postgres --help blurb about the removed -A option.
2014-06-28 Andres FreundRemove Alpha and Tru64 support.
2014-05-17 Tom LaneMake fallback implementation of pg_memory_barrier(...
2014-05-06 Bruce Momjianpgindent run for 9.4
2014-04-05 Tom LaneAllow "-C variable" and "--describe-config" even to...
2014-03-13 Bruce MomjianC comments: remove odd blank lines after #ifdef WIN32...
2014-01-11 Tom LaneFix possible crashes due to using elog/ereport too...
2014-01-10 Bruce MomjianMove username lookup functions from /port to /common
2014-01-07 Bruce MomjianUpdate copyright for 2014
2013-12-18 Bruce MomjianFix incorrect error message reported for non-existent...
2013-06-26 Noah MischRenovate display of non-ASCII messages on Windows.
2013-05-29 Bruce Momjianpgindent run for release 9.3
2013-04-01 Tom LaneFix insecure parsing of server command-line switches.
2013-03-17 Tom LaneMove pqsignal() to libpgport.
2013-01-01 Bruce MomjianUpdate copyrights for 2013
2012-06-25 Peter EisentrautUnify calling conventions for postgres/postmaster sub...
2012-06-17 Peter EisentrautMake documentation of --help and --version options...
2012-06-13 Peter EisentrautImprove documentation of postgres -C option
2012-05-18 Peter EisentrautRealign some --help output to have better spacing betwe...
2012-05-01 Peter EisentrautRemove dead ports
2012-01-01 Bruce MomjianUpdate copyright notices for year 2012.
2011-10-06 Bruce MomjianAdd postmaster -C option to query configuration paramet...
2011-06-09 Bruce MomjianPgindent run before 9.1 beta2.
2011-04-25 Andrew DunstanAssorted minor changes to silence Windows compiler...
2011-04-10 Bruce Momjianpgindent run before PG 9.1 beta 1.
2011-03-12 Bruce MomjianUse "backend process" rather than "backend server"...
2011-01-01 Bruce MomjianStamp copyrights for year 2011.
2010-12-26 Andrew DunstanOnly build in crashdump support on Windows if there...
2010-12-19 Magnus HaganderSupport for collecting crash dumps on Windows
2010-12-16 Tom LaneImprove comments around startup_hacks() code.
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-01-02 Bruce MomjianUpdate copyright for the year 2010.
2009-01-01 Bruce MomjianUpdate copyright for 2009.
2008-12-11 Peter EisentrautAppend major version number and for libraries soname...
2008-02-19 Peter EisentrautRefactor backend makefiles to remove lots of duplicate...
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
2007-11-15 Bruce Momjianpgindent run for 8.3.
2007-03-07 Alvaro HerreraCleanup the bootstrap code a little, and rename "dummy...
2007-01-20 Peter EisentrautRemove remains of old depend target.
2007-01-05 Bruce MomjianUpdate CVS HEAD for 2007 copyright. Back branches...
2007-01-04 Tom LaneFix erroneous implementation of -s in postc (the switch...
next