]> granicus.if.org Git - postgresql/history - src/backend/utils/init/globals.c
Change memory-space accounting mechanism in tuplesort.c and tuplestore.c
[postgresql] / src / backend / utils / init / globals.c
2002-08-12 Tom LaneChange memory-space accounting mechanism in tuplesort...
2002-06-20 Bruce MomjianUpdate copyright to 2002.
2002-04-27 Tom LaneSupport toasting of shared system relations, and provid...
2002-03-02 Bruce MomjianCommit to match discussed elog() changes. Only update...
2001-10-25 Bruce Momjianpgindent run on all C files. Java run to follow. ...
2001-10-21 Tom LaneFix getopt-vs-init_ps_display problem by copying origin...
2001-09-21 Tom LaneGive VACUUM its own GUC parameter for memory usage...
2001-08-25 Tom LaneReplace implementation of pg_log as a relation accessed...
2001-06-12 Tom LaneClean up various to-do items associated with system...
2001-05-14 Bruce MomjianRemove unused tables pg_variable, pg_inheritproc, pg_ip...
2001-05-12 Peter EisentrautMake bootstrap debug messages more readable. Clean...
2001-03-22 Bruce Momjianpgindent run. Make it all clean.
2001-03-13 Tom LaneXLOG (and related) changes:
2001-01-24 Bruce MomjianChange Copyright from PostgreSQL, Inc to PostgreSQL...
2001-01-23 Peter EisentrautRemove useless leftover global variable Ps_status_buffer.
2001-01-19 Tom LaneMake critical sections (elog->crash) and interrupt...
2001-01-14 Tom LaneRestructure backend SIGINT/SIGTERM handling so that...
2001-01-07 Tom LaneFix recent breakage of query-cancel logic, see my pghac...
2000-12-28 Vadim B. MikheevNew WAL version - CRC and data blocks backup.
2000-11-12 Tom LaneKeep track of the last active slot in the shared ProcSt...
2000-09-06 Peter EisentrautCode cleanup of user name and user id handling in the...
2000-05-31 Peter EisentrautThe heralded `Grand Unified Configuration scheme' ...
2000-05-30 Bruce MomjianRemove unused include files. Do not touch /port or...
2000-05-05 Tom LaneMake the indexes on pg_group be shared system relations.
2000-04-12 Bruce MomjianYe-old pgindent run. Same 4-space tabs.
2000-02-16 Thomas G. LockhartMake ISO date style (e.g. "2000-02-16 09:33") the default.
2000-01-26 Bruce MomjianAdd:
1999-12-10 Tatsuo IshiiFix memory overrun while setting ps status
1999-10-08 Bruce MomjianCleanup -is flag to -l for SSL. Another PERL variable...
1999-09-27 Bruce MomjianMassimo's SET FSYNC and SHOW PG_OPTIONS changes, withou...
1999-07-17 Bruce Momjian Move some system includes into c.h, and remove duplicates.
1999-07-16 Bruce MomjianFinal cleanup
1999-07-16 Bruce MomjianUpdate #include cleanups
1999-07-15 Bruce MomjianChange #include's to use <> and "" as appropriate.
1999-07-15 Bruce MomjianRemove unused #includes in *.c files.
1999-07-15 Bruce MomjianClean up #include in /include directory. Add scripts...
1999-05-25 Bruce Momjianpgindent run over code.
1999-05-22 Tom LaneModify backend switch parsing to prevent 'insecure...
1999-03-17 Bruce MomjianAdd new postgres -O option to allow system table struct...
1999-02-13 Bruce MomjianChange my-function-name-- to my_function_name, and...
1998-10-16 Bruce MomjianThe problem is that read_pg_options needs DataDir to...
1998-08-25 Marc G. FournierFrom: Massimo Dal Zotto <dz@cs.unitn.it>
1998-07-09 Marc G. FournierFrom: Tom Lane <tgl@sss.pgh.pa.us>
1998-05-29 Bruce MomjianRemove fork()/exec() and only do fork(). Small cleanups.
1998-05-19 Bruce MomjianAllow cancel from client of backend query. Change...
1998-02-26 Bruce Momjianpgindent run before 6.3 release, with Thomas' requested...
1998-02-25 Marc G. FournierFrom: Jan Wieck <jwieck@debis.com>
1998-01-26 Marc G. FournierFrom: Phil Thompson <phil@river-bank.demon.co.uk>
1998-01-25 Bruce Momjiangetpid/pid cleanup
1997-11-24 Bruce MomjianRemove tqual.h includes not needed.
1997-11-15 Bruce MomjianRemove pg_magic, defaults, server, hosts, and demon...
1997-11-02 Vadim B. MikheevGood Bye, Time Travel!
1997-09-18 Vadim B. MikheevNo more SortTuplesInTree...
1997-09-18 Vadim B. Mikheev+ int SortTuplesInTree = 2560;
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-08-14 Bruce MomjianCleanup global variables, remove stable memory stuff.
1997-03-28 Marc G. FournierFrom: Thomas Lockhart <Thomas.G.Lockhart@jpl.nasa.gov>
1997-03-25 Marc G. FournierFrom: Thomas Lockhart <Thomas.G.Lockhart@jpl.nasa.gov>
1997-03-18 Marc G. Fournier - Move most of the I/O in both libpq and the backend...
1997-03-18 Marc G. FournierResync the source tree, commit some things that were...
1997-01-26 Marc G. FournierBring in a patch from Keith Parks to move the use of...
1997-01-14 Bryan HendersonEliminate dupliclate definition of external variables...
1996-11-14 Bryan HendersonRemove most compile-time options, add a few runtime...
1996-11-06 Marc G. FournierAnother directory that compiles with no errors, and...
1996-07-09 Marc G. FournierPostgres95 1.01 Distribution - Virgin Sources PG95-1_01