]> granicus.if.org Git - postgresql/history - src/backend/main
Further mucking with PlaceHolderVar-related restrictions on join order.
[postgresql] / src / backend / main /
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 postmaster.c...
2006-10-04 Bruce Momjianpgindent run for 8.2.
2006-07-14 Bruce MomjianRemove 576 references of include files that were not...
2006-06-18 Peter EisentrautMerge postmaster and postgres command into just postgre...
2006-06-12 Bruce MomjianPrevent Win32 from displaying a popup box on backend...
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2006-02-01 Bruce MomjianSet progname early in the postmaster/postgres binary...
2006-01-05 Bruce MomjianRemove BEOS port.
2005-12-28 Tom LaneArrange to set the LC_XXX environment variables to...
2005-11-22 Bruce MomjianRe-run pgindent, fixing a problem where comment lines...
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-10-13 Bruce MomjianUse get_progname() in backend main.c, rather than port...
2004-12-31 PostgreSQL DaemonTag appropriate files for rc3
2004-11-17 Tom LaneFix Win32 problems with signals and sockets, by making...
2004-11-05 Peter EisentrautSmall message clarifications
2004-10-12 Peter EisentrautMessage style revisions
2004-09-24 Neil ConwayCleanup some ancient Ultrix / Alpha code in main()...
2004-08-29 Bruce MomjianPgindent run for 8.0.
2004-08-29 Bruce MomjianUpdate copyright to 2004.
2004-06-24 Tom LaneReplace direct fprintf(stderr) calls by write_stderr...
2004-06-03 Bruce MomjianAdd PGETC (for pg_service.conf) and PGLOCALE (for local...
2004-05-29 Tom LaneSeparate out bgwriter code into a logically separate...
2004-05-28 Tom LaneCode review for EXEC_BACKEND changes. Reduce the numbe...
2004-05-27 Bruce Momjianpgindent files for Tom.
2004-05-25 Bruce MomjianMake the locale location relocatable.
2004-05-24 Bruce MomjianThis patch fixes the find_my_exec code for pgstat backe...
2004-05-19 Bruce MomjianMove find_my_exec lower so elog() works, per Tom.
2004-05-18 Bruce MomjianMove get_pkglib_path up into main.c too.
2004-05-18 Bruce MomjianMove find_my_exec() way up into main.c so it is availab...
2004-04-19 Bruce Momjian* Most changes are to fix warnings issued when compilin...
2004-03-15 Bruce MomjianWindows uses codepages rather than the environment...
2004-03-05 Bruce MomjianWin32:
2004-02-22 Tom LaneMove responsibility for copying argv[] array into ps_st...
2004-02-02 Bruce MomjianBriefly,
2004-01-27 Bruce MomjianHere's the latest win32 signals code, this time in...
2004-01-11 Bruce MomjianDrops in the CreateProcess calls for Win32 (essentially...
2004-01-06 Bruce MomjianFinal rearrangement of main postgresql child process...
2003-12-25 Bruce MomjianContinued rearrangement to permit pgstat + BootstrapMai...
2003-12-23 Bruce MomjianRemove __alpha__ additions in main.c but document that...
2003-12-22 Bruce MomjianTest for __alpha and __alpha__.
2003-11-29 PostgreSQL Daemon$Header: -> $PostgreSQL Changes ...
2003-10-18 Peter EisentrautCleanup on --help-config: Now called --describe-config...
2003-09-27 Peter EisentrautYou can't NLS-enable a program component by just puttin...
2003-09-25 Peter EisentrautMessage editing: remove gratuitous variations in messag...
2003-09-09 Tom LaneUpdate comments about how locale settings are handled.
2003-08-04 Bruce MomjianUpdate copyrights to 2003.
2003-08-04 Bruce Momjianpgindent run.
2003-07-27 Tom Laneelog mop-up: bring some straggling fprintf(stderr)...
2003-07-04 Tom LaneAdd --help-config facility to dump information about...
2003-05-15 Bruce MomjianAllow Win32 to compile under MinGW. Major changes...
2002-11-08 Bruce MomjianThis patch removes a bunch of superfluous #include...
2002-10-31 Tom LaneAdd missing #include <errno.h>, per gripe from Alessio...
2002-09-04 Bruce Momjianpgindent run.
next