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