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