aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/init/globals.c
Commit message (Expand)AuthorAge
* This patch removes two unused global variables from globals.cBruce Momjian2002-10-03
* pgindent run.Bruce Momjian2002-09-04
* Change memory-space accounting mechanism in tuplesort.c and tuplestore.cTom Lane2002-08-12
* Update copyright to 2002.Bruce Momjian2002-06-20
* Support toasting of shared system relations, and provide toast tables forTom Lane2002-04-27
* Commit to match discussed elog() changes. Only update is that LOG isBruce Momjian2002-03-02
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-25
* Fix getopt-vs-init_ps_display problem by copying original argv[] info,Tom Lane2001-10-21
* Give VACUUM its own GUC parameter for memory usage, rather thanTom Lane2001-09-21
* Replace implementation of pg_log as a relation accessed through theTom Lane2001-08-25
* Clean up various to-do items associated with system indexes:Tom Lane2001-06-12
* Remove unused tables pg_variable, pg_inheritproc, pg_ipl tables. InitdbBruce Momjian2001-05-14
* Make bootstrap debug messages more readable. Clean up some clutter.Peter Eisentraut2001-05-12
* pgindent run. Make it all clean.Bruce Momjian2001-03-22
* XLOG (and related) changes:Tom Lane2001-03-13
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-24
* Remove useless leftover global variable Ps_status_buffer.Peter Eisentraut2001-01-23
* Make critical sections (elog->crash) and interrupt holdoff sectionsTom Lane2001-01-19
* Restructure backend SIGINT/SIGTERM handling so that 'die' interruptsTom Lane2001-01-14
* Fix recent breakage of query-cancel logic, see my pghackers messageTom Lane2001-01-07
* New WAL version - CRC and data blocks backup.Vadim B. Mikheev2000-12-28
* Keep track of the last active slot in the shared ProcState array, soTom Lane2000-11-12
* Code cleanup of user name and user id handling in the backend. The currentPeter Eisentraut2000-09-06
* The heralded `Grand Unified Configuration scheme' (GUC)Peter Eisentraut2000-05-31
* Remove unused include files. Do not touch /port or includes used by defines.Bruce Momjian2000-05-30
* Make the indexes on pg_group be shared system relations.Tom Lane2000-05-05
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-12
* Make ISO date style (e.g. "2000-02-16 09:33") the default.Thomas G. Lockhart2000-02-16
* Add:Bruce Momjian2000-01-26
* Fix memory overrun while setting ps statusTatsuo Ishii1999-12-10
* Cleanup -is flag to -l for SSL. Another PERL variable name fix. CleanBruce Momjian1999-10-08
* Massimo's SET FSYNC and SHOW PG_OPTIONS changes, without SET QUERY_LIMIT.Bruce Momjian1999-09-27
* Move some system includes into c.h, and remove duplicates.Bruce Momjian1999-07-17
* Final cleanupBruce Momjian1999-07-16
* Update #include cleanupsBruce Momjian1999-07-16
* Change #include's to use <> and "" as appropriate.Bruce Momjian1999-07-15
* Remove unused #includes in *.c files.Bruce Momjian1999-07-15
* Clean up #include in /include directory. Add scripts for checking includes.Bruce Momjian1999-07-15
* pgindent run over code.Bruce Momjian1999-05-25
* Modify backend switch parsing to prevent 'insecure' switchesTom Lane1999-05-22
* Add new postgres -O option to allow system table structure changes.Bruce Momjian1999-03-17
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-13
* The problem is that read_pg_options needs DataDir to read its file butBruce Momjian1998-10-16
* From: Massimo Dal Zotto <dz@cs.unitn.it>Marc G. Fournier1998-08-25
* From: Tom Lane <tgl@sss.pgh.pa.us>Marc G. Fournier1998-07-09
* Remove fork()/exec() and only do fork(). Small cleanups.Bruce Momjian1998-05-29
* Allow cancel from client of backend query. Change some int variablesBruce Momjian1998-05-19
* pgindent run before 6.3 release, with Thomas' requested changes.Bruce Momjian1998-02-26
* From: Jan Wieck <jwieck@debis.com>Marc G. Fournier1998-02-25
* From: Phil Thompson <phil@river-bank.demon.co.uk>Marc G. Fournier1998-01-26