| Commit message (Expand) | Author | Age | Files | Lines |
| * | Standardize on MAXPGPATH as the size of a file pathname buffer, | Tom Lane | 1999-10-25 | 1 | -33/+33 |
| * | Cleanup -is flag to -l for SSL. Another PERL variable name fix. Clean | Bruce Momjian | 1999-10-08 | 1 | -2/+2 |
| * | XLOG (also known as WAL -:)) Bootstrap/Startup/Shutdown. | Vadim B. Mikheev | 1999-10-06 | 2 | -154/+58 |
| * | Make tree compilable (+WAL). | Vadim B. Mikheev | 1999-09-28 | 1 | -1/+3 |
| * | Massimo's SET FSYNC and SHOW PG_OPTIONS changes, without SET QUERY_LIMIT. | Bruce Momjian | 1999-09-27 | 1 | -2/+1 |
| * | Several changes here, not very related but touching some of the same files. | Tom Lane | 1999-09-24 | 1 | -30/+103 |
| * | Move some system includes into c.h, and remove duplicates. | Bruce Momjian | 1999-07-17 | 4 | -15/+4 |
| * | Fix for multi-byte includes. | Bruce Momjian | 1999-07-17 | 1 | -1/+5 |
| * | More cleanup | Bruce Momjian | 1999-07-16 | 1 | -2/+1 |
| * | More cleanup | Bruce Momjian | 1999-07-16 | 1 | -1/+2 |
| * | Final cleanup | Bruce Momjian | 1999-07-16 | 3 | -24/+17 |
| * | Update #include cleanups | Bruce Momjian | 1999-07-16 | 4 | -14/+13 |
| * | Change #include's to use <> and "" as appropriate. | Bruce Momjian | 1999-07-15 | 2 | -7/+7 |
| * | Remove unused #includes in *.c files. | Bruce Momjian | 1999-07-15 | 3 | -22/+3 |
| * | Clean up #include in /include directory. Add scripts for checking includes. | Bruce Momjian | 1999-07-15 | 4 | -11/+4 |
| * | pgindent run over code. | Bruce Momjian | 1999-05-25 | 5 | -17/+20 |
| * | Modify backend switch parsing to prevent 'insecure' switches | Tom Lane | 1999-05-22 | 2 | -4/+4 |
| * | Fix some miscellaneous places that were using raw open() or | Tom Lane | 1999-05-09 | 1 | -4/+4 |
| * | Add new postgres -O option to allow system table structure changes. | Bruce Momjian | 1999-03-17 | 1 | -2/+3 |
| * | comments cleanup. | Bruce Momjian | 1999-02-22 | 1 | -8/+3 |
| * | Allow maximum number of backends to be set at configure time | Tom Lane | 1999-02-19 | 1 | -2/+2 |
| * | Change my-function-name-- to my_function_name, and optimizer renames. | Bruce Momjian | 1999-02-13 | 5 | -21/+21 |
| * | Add TEMP tables/indexes. Add COPY pfree(). Other cleanups. | Bruce Momjian | 1999-02-02 | 1 | -2/+2 |
| * | Apply Win32 patch from Horak Daniel. | Bruce Momjian | 1999-01-17 | 2 | -2/+14 |
| * | The problem is that read_pg_options needs DataDir to read its file but | Bruce Momjian | 1998-10-16 | 1 | -2/+2 |
| * | Make functions static or ifdef NOT_USED. Prevent pg_version creation. | Bruce Momjian | 1998-10-08 | 1 | -2/+5 |
| * | Fix up warning and error messages to use single-quotes aroun strings. | Thomas G. Lockhart | 1998-10-05 | 1 | -6/+6 |
| * | OK, folks, here is the pgindent output. | Bruce Momjian | 1998-09-01 | 3 | -17/+20 |
| * | Renaming cleanup, no pgindent yet. | Bruce Momjian | 1998-09-01 | 3 | -23/+23 |
| * | From: Massimo Dal Zotto <dz@cs.unitn.it> | Marc G. Fournier | 1998-08-25 | 1 | -2/+2 |
| * | From: Massimo Dal Zotto <dz@cs.unitn.it> | Marc G. Fournier | 1998-08-25 | 1 | -2/+2 |
| * | o note that now pg_database has a new attribuite "encoding" even | Bruce Momjian | 1998-08-24 | 1 | -14/+1 |
| * | heap_fetch requires buffer pointer, must be released; heap_getnext | Bruce Momjian | 1998-08-19 | 1 | -3/+4 |
| * | Change owner from oid to int4 type. | Bruce Momjian | 1998-08-11 | 2 | -6/+6 |
| * | From: t-ishii@sra.co.jp | Marc G. Fournier | 1998-07-26 | 3 | -12/+12 |
| * | I really hope that I haven't missed anything in this one... | Marc G. Fournier | 1998-07-24 | 3 | -3/+37 |
| * | From: Tom Lane <tgl@sss.pgh.pa.us> | Marc G. Fournier | 1998-07-09 | 1 | -1/+3 |
| * | Fix for hang after postmaster restart. Add new proc_exit and | Bruce Momjian | 1998-06-27 | 2 | -8/+8 |
| * | Remove un-needed braces around single statements. | Bruce Momjian | 1998-06-15 | 2 | -10/+2 |
| * | Another for for exec() removal and finding binaries. | Bruce Momjian | 1998-06-09 | 1 | -26/+28 |
| * | Fixed exec path problem. | Bruce Momjian | 1998-06-08 | 1 | -9/+9 |
| * | Remove fork()/exec() and only do fork(). Small cleanups. | Bruce Momjian | 1998-05-29 | 3 | -13/+8 |
| * | Allow cancel from client of backend query. Change some int variables | Bruce Momjian | 1998-05-19 | 1 | -3/+5 |
| * | Hi, | Bruce Momjian | 1998-04-06 | 1 | -5/+3 |
| * | Remove GetDatabaseName/Path and use globals. Make consts later. | Bruce Momjian | 1998-04-05 | 2 | -28/+5 |
| * | Fix for memory leak. | Bruce Momjian | 1998-04-05 | 2 | -8/+8 |
| * | pgindent run before 6.3 release, with Thomas' requested changes. | Bruce Momjian | 1998-02-26 | 3 | -132/+145 |
| * | From: Jan Wieck <jwieck@debis.com> | Marc G. Fournier | 1998-02-25 | 2 | -6/+6 |
| * | From: "Denis V. Dmitrienko" <denis@null.net> | Marc G. Fournier | 1998-02-24 | 1 | -1/+145 |
| * | Quick cleanups | Marc G. Fournier | 1998-02-23 | 1 | -2/+3 |