| Commit message (Expand) | Author | Age | Files | Lines |
| * | Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. | Bruce Momjian | 2001-01-24 | 1 | -2/+2 |
| * | Remove useless leftover global variable Ps_status_buffer. | Peter Eisentraut | 2001-01-23 | 1 | -9/+1 |
| * | Make critical sections (elog->crash) and interrupt holdoff sections | Tom Lane | 2001-01-19 | 1 | -1/+2 |
| * | Restructure backend SIGINT/SIGTERM handling so that 'die' interrupts | Tom Lane | 2001-01-14 | 1 | -4/+7 |
| * | Fix recent breakage of query-cancel logic, see my pghackers message | Tom Lane | 2001-01-07 | 1 | -2/+2 |
| * | New WAL version - CRC and data blocks backup. | Vadim B. Mikheev | 2000-12-28 | 1 | -1/+47 |
| * | Keep track of the last active slot in the shared ProcState array, so | Tom Lane | 2000-11-12 | 1 | -2/+1 |
| * | Code cleanup of user name and user id handling in the backend. The current | Peter Eisentraut | 2000-09-06 | 1 | -2/+1 |
| * | The heralded `Grand Unified Configuration scheme' (GUC) | Peter Eisentraut | 2000-05-31 | 1 | -1/+4 |
| * | Remove unused include files. Do not touch /port or includes used by defines. | Bruce Momjian | 2000-05-30 | 1 | -2/+1 |
| * | Make the indexes on pg_group be shared system relations. | Tom Lane | 2000-05-05 | 1 | -1/+4 |
| * | Ye-old pgindent run. Same 4-space tabs. | Bruce Momjian | 2000-04-12 | 1 | -2/+3 |
| * | Make ISO date style (e.g. "2000-02-16 09:33") the default. | Thomas G. Lockhart | 2000-02-16 | 1 | -2/+2 |
| * | Add: | Bruce Momjian | 2000-01-26 | 1 | -2/+3 |
| * | Fix memory overrun while setting ps status | Tatsuo Ishii | 1999-12-10 | 1 | -1/+8 |
| * | Cleanup -is flag to -l for SSL. Another PERL variable name fix. Clean | Bruce Momjian | 1999-10-08 | 1 | -2/+2 |
| * | Massimo's SET FSYNC and SHOW PG_OPTIONS changes, without SET QUERY_LIMIT. | Bruce Momjian | 1999-09-27 | 1 | -2/+1 |
| * | Move some system includes into c.h, and remove duplicates. | Bruce Momjian | 1999-07-17 | 1 | -3/+1 |
| * | Final cleanup | Bruce Momjian | 1999-07-16 | 1 | -4/+4 |
| * | Update #include cleanups | Bruce Momjian | 1999-07-16 | 1 | -2/+2 |
| * | Change #include's to use <> and "" as appropriate. | Bruce Momjian | 1999-07-15 | 1 | -2/+2 |
| * | Remove unused #includes in *.c files. | Bruce Momjian | 1999-07-15 | 1 | -4/+1 |
| * | Clean up #include in /include directory. Add scripts for checking includes. | Bruce Momjian | 1999-07-15 | 1 | -2/+1 |
| * | pgindent run over code. | Bruce Momjian | 1999-05-25 | 1 | -1/+2 |
| * | Modify backend switch parsing to prevent 'insecure' switches | Tom Lane | 1999-05-22 | 1 | -3/+2 |
| * | Add new postgres -O option to allow system table structure changes. | Bruce Momjian | 1999-03-17 | 1 | -2/+3 |
| * | Change my-function-name-- to my_function_name, and optimizer renames. | Bruce Momjian | 1999-02-13 | 1 | -2/+2 |
| * | The problem is that read_pg_options needs DataDir to read its file but | Bruce Momjian | 1998-10-16 | 1 | -2/+2 |
| * | From: Massimo Dal Zotto <dz@cs.unitn.it> | Marc G. Fournier | 1998-08-25 | 1 | -2/+2 |
| * | From: Tom Lane <tgl@sss.pgh.pa.us> | Marc G. Fournier | 1998-07-09 | 1 | -1/+3 |
| * | Remove fork()/exec() and only do fork(). Small cleanups. | Bruce Momjian | 1998-05-29 | 1 | -2/+1 |
| * | Allow cancel from client of backend query. Change some int variables | Bruce Momjian | 1998-05-19 | 1 | -3/+5 |
| * | pgindent run before 6.3 release, with Thomas' requested changes. | Bruce Momjian | 1998-02-26 | 1 | -2/+2 |
| * | From: Jan Wieck <jwieck@debis.com> | Marc G. Fournier | 1998-02-25 | 1 | -2/+2 |
| * | From: Phil Thompson <phil@river-bank.demon.co.uk> | Marc G. Fournier | 1998-01-26 | 1 | -2/+3 |
| * | getpid/pid cleanup | Bruce Momjian | 1998-01-25 | 1 | -2/+3 |
| * | Remove tqual.h includes not needed. | Bruce Momjian | 1997-11-24 | 1 | -2/+1 |
| * | Remove pg_magic, defaults, server, hosts, and demon tables. unused. | Bruce Momjian | 1997-11-15 | 1 | -6/+1 |
| * | Good Bye, Time Travel! | Vadim B. Mikheev | 1997-11-02 | 1 | -2/+1 |
| * | No more SortTuplesInTree... | Vadim B. Mikheev | 1997-09-18 | 1 | -2/+1 |
| * | + int SortTuplesInTree = 2560; | Vadim B. Mikheev | 1997-09-18 | 1 | -1/+2 |
| * | Another PGINDENT run that changes variable indenting and case label indenting... | Bruce Momjian | 1997-09-08 | 1 | -31/+31 |
| * | Massive commit to run PGINDENT on all *.c and *.h files. | Bruce Momjian | 1997-09-07 | 1 | -62/+65 |
| * | Cleanup global variables, remove stable memory stuff. | Bruce Momjian | 1997-08-14 | 1 | -1/+4 |
| * | From: Thomas Lockhart <Thomas.G.Lockhart@jpl.nasa.gov> | Marc G. Fournier | 1997-03-28 | 1 | -2/+2 |
| * | From: Thomas Lockhart <Thomas.G.Lockhart@jpl.nasa.gov> | Marc G. Fournier | 1997-03-25 | 1 | -2/+3 |
| * | - Move most of the I/O in both libpq and the backend to a set | Marc G. Fournier | 1997-03-18 | 1 | -1/+4 |
| * | Resync the source tree, commit some things that were missing (pqcomprim.c) and | Marc G. Fournier | 1997-03-18 | 1 | -2/+6 |
| * | Bring in a patch from Keith Parks to move the use of European dates | Marc G. Fournier | 1997-01-26 | 1 | -1/+3 |
| * | Eliminate dupliclate definition of external variables reldesc and DataDir. | Bryan Henderson | 1997-01-14 | 1 | -3/+7 |