OSDN Git Service

Update copyright to 2004.
[pg-rex/syncrep.git] / src / backend / main / main.c
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-01-26 Bruce MomjianAdd:
2000-01-05 Bruce MomjianFix it's and its to be correct.
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>
1998-04-11 Marc G. Fournierlinuxalpha patches from Ryan Kirkpatrick <rkirkpat...
1998-03-20 Bruce MomjianThe real trick is to add -Dalpha to the CFLAGS setting...
1998-02-26 Bruce Momjianpgindent run before 6.3 release, with Thomas' requested...
1998-02-05 Marc G. Fournierinit_fixup_addr() function removed, so port-protos...
1998-02-03 Marc G. FournierClean up the alpha port, remove the backend/port/alpha...
1997-12-19 Marc G. FournierMore cleanups. I can now compile without PORTNAME...
1997-12-17 Marc G. FournierFirst pass through, of many to come, towards making...
1997-09-08 Bruce MomjianAnother PGINDENT run that changes variable indenting...
1997-09-07 Bruce MomjianMassive commit to run PGINDENT on all *.c and *.h files.
1997-04-24 Marc G. FournierFrom: "Pedro J. Lobo" <pjlobo@euitt.upm.es>
1997-04-15 Marc G. FournierFrom: Thomas Lockhart <Thomas.G.Lockhart@jpl.nasa.gov>
1997-04-12 Marc G. FournierMake sure postgres.h is included before we start checki...
1997-04-02 Marc G. FournierFrom: Oleg Bartunov <oleg@sai.msu.su>
1996-11-14 Marc G. FournierBring in Randy's NOROOT patch
1996-11-08 Bruce MomjianCompile and warning cleanup
1996-07-09 Marc G. FournierPostgres95 1.01 Distribution - Virgin Sources