]> granicus.if.org Git - postgresql/history - src/backend/main
Document and enforce that the usable range of setseed() arguments is
[postgresql] / src / backend / main /
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.
2002-08-09 Peter EisentrautMake sure monetary, numeric, and time locale categories...
2002-06-20 Bruce MomjianUpdate copyright to 2002.
2002-05-17 Tom LaneMerge the last few variable.c configuration variables...
2002-04-03 Peter EisentrautLocale support is on by default. The choice of locale...
2001-11-05 Bruce MomjianNew pgindent run with fixes suggested by Tom. Patch...
2001-10-25 Bruce Momjianpgindent run on all C files. Java run to follow. ...
2001-10-22 Tom LaneFurther cleanup of ps_status setup code. On platforms...
2001-10-21 Tom LaneFix getopt-vs-init_ps_display problem by copying origin...
2001-06-03 Peter EisentrautMark many strings in backend not covered by elog for...
2001-06-02 Peter EisentrautNative Language Support (NLS)
2001-04-21 Tom LaneRemove useless setuid() call, instead add a check that...
2001-03-22 Bruce Momjianpgindent run. Make it all clean.
2001-02-06 Peter EisentrautIf the first argument is --version or --help, skip...
2001-01-24 Bruce MomjianChange Copyright from PostgreSQL, Inc to PostgreSQL...
2001-01-24 Bruce MomjianAdd comment for getpwid() safety.
2001-01-24 Bruce Momjianattached is take-2 of a patch which fixes a bug related
2000-12-31 Tom LaneReverse #if test to be defined(__osf__) rather than...
2000-12-31 Tom LaneNetBSD/Alpha porting fixes from tom@minnesota.com.
2000-11-25 Tom LaneClean up comments, organize code snippets added at...
2000-11-16 Bruce MomjianMake pgsql compile on FreeBSD-alpha.
2000-10-21 Peter EisentrautMove DLSUFFIX, AROPT, and CFLAGS_SL settings from templ...
2000-10-07 Bruce Momjian The beos port in the source tree doesn't even...
2000-10-03 Bruce MomjianNew diff that now covers the entire tree. Applying...
2000-09-06 Peter EisentrautCode cleanup of user name and user id handling in the...
2000-08-31 Peter EisentrautFix relative path references so that make knowns which...
2000-05-29 Tom LaneGenerated header files parse.h and fmgroids.h are now...
2000-01-26 Bruce MomjianAdd:
2000-01-05 Bruce MomjianFix it's and its to be correct.
1999-12-13 Bruce MomjianNew LDOUT makefile variable for QNX os.
1999-12-09 Bruce MomjianMake LD -r as macros that can be changed for QNX.
1999-07-17 Bruce Momjian Move some system includes into c.h, and remove duplicates.
1999-07-16 Bruce MomjianUpdate #include cleanups
1999-07-15 Bruce MomjianChange #include's to use <> and "" as appropriate.
1999-07-13 Bruce MomjianMore cpu cleanups, only for 6.6.
1999-02-13 Bruce MomjianChange my-function-name-- to my_function_name, and...
1998-09-01 Bruce MomjianOK, folks, here is the pgindent output.
1998-06-15 Bruce MomjianRemove un-needed braces around single statements.
1998-06-04 Bruce MomjianShow backend status on ps command line. Remove unused...
1998-05-12 Bruce MomjianCleanups for large objects, so file is trucated on...
1998-04-30 Bruce MomjianNo reason to show flags in root error message.
1998-04-27 Marc G. FournierFrom: Ryan Kirkpatrick <rkirkpat@nag.cs.colorado.edu>
next