| Commit message (Expand) | Author | Age | Files | Lines |
| * | Version number now set in configure, available through Makefile.global | Peter Eisentraut | 2000-07-02 | 1 | -1/+50 |
| * | Big warnings cleanup for Solaris/GCC. Down to about 40 now, but | Peter Eisentraut | 2000-06-14 | 1 | -3/+3 |
| * | Another batch of fmgr updates. I think I have gotten all old-style | Tom Lane | 2000-06-13 | 1 | -12/+14 |
| * | Mark functions as static and ifdef NOT_USED as appropriate. | Bruce Momjian | 2000-06-08 | 1 | -2/+4 |
| * | Remove NT-specific file open defines by defining our own open macros for | Bruce Momjian | 2000-06-02 | 1 | -6/+2 |
| * | Modify getdatabaseencoding(), pg_encoding_to_char() | Tatsuo Ishii | 2000-05-02 | 1 | -6/+3 |
| * | Ye-old pgindent run. Same 4-space tabs. | Bruce Momjian | 2000-04-12 | 1 | -59/+75 |
| * | Implement reindex command | Hiroshi Inoue | 2000-02-18 | 1 | -1/+28 |
| * | Add: | Bruce Momjian | 2000-01-26 | 1 | -2/+3 |
| * | The latest source does not compile on Solaris 7 due to | Bruce Momjian | 2000-01-19 | 1 | -1/+2 |
| * | Fix minor comple error | Tatsuo Ishii | 2000-01-18 | 1 | -2/+2 |
| * | Add builtin functions: | Tatsuo Ishii | 2000-01-18 | 1 | -3/+15 |
| * | Fixed everything in and surrounding createdb and dropdb to make it more | Peter Eisentraut | 2000-01-13 | 1 | -172/+22 |
| * | Move SetPidFile() and firends to utils/init/miscinit.c from | Tatsuo Ishii | 2000-01-09 | 1 | -1/+155 |
| * | Add pg_statistic index, add missing Hiroshi file. | Bruce Momjian | 1999-11-24 | 1 | -2/+2 |
| * | Add system indexes to match all caches. | Bruce Momjian | 1999-11-22 | 1 | -2/+2 |
| * | XLOG (also known as WAL -:)) Bootstrap/Startup/Shutdown. | Vadim B. Mikheev | 1999-10-06 | 1 | -18/+5 |
| * | Move some system includes into c.h, and remove duplicates. | Bruce Momjian | 1999-07-17 | 1 | -6/+1 |
| * | Final cleanup | Bruce Momjian | 1999-07-16 | 1 | -2/+2 |
| * | Update #include cleanups | Bruce Momjian | 1999-07-16 | 1 | -5/+5 |
| * | Remove unused #includes in *.c files. | Bruce Momjian | 1999-07-15 | 1 | -7/+1 |
| * | Clean up #include in /include directory. Add scripts for checking includes. | Bruce Momjian | 1999-07-15 | 1 | -3/+1 |
| * | pgindent run over code. | Bruce Momjian | 1999-05-25 | 1 | -9/+11 |
| * | Modify backend switch parsing to prevent 'insecure' switches | Tom Lane | 1999-05-22 | 1 | -1/+2 |
| * | Fix some miscellaneous places that were using raw open() or | Tom Lane | 1999-05-09 | 1 | -4/+4 |
| * | Change my-function-name-- to my_function_name, and optimizer renames. | Bruce Momjian | 1999-02-13 | 1 | -10/+10 |
| * | Apply Win32 patch from Horak Daniel. | Bruce Momjian | 1999-01-17 | 1 | -1/+5 |
| * | 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 | 1 | -6/+7 |
| * | Renaming cleanup, no pgindent yet. | Bruce Momjian | 1998-09-01 | 1 | -8/+8 |
| * | 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 | 1 | -2/+2 |
| * | From: t-ishii@sra.co.jp | Marc G. Fournier | 1998-07-26 | 1 | -3/+3 |
| * | I really hope that I haven't missed anything in this one... | Marc G. Fournier | 1998-07-24 | 1 | -1/+13 |
| * | Fix for hang after postmaster restart. Add new proc_exit and | Bruce Momjian | 1998-06-27 | 1 | -5/+5 |
| * | Remove fork()/exec() and only do fork(). Small cleanups. | Bruce Momjian | 1998-05-29 | 1 | -8/+1 |
| * | Remove GetDatabaseName/Path and use globals. Make consts later. | Bruce Momjian | 1998-04-05 | 1 | -24/+1 |
| * | Fix for memory leak. | Bruce Momjian | 1998-04-05 | 1 | -5/+5 |
| * | pgindent run before 6.3 release, with Thomas' requested changes. | Bruce Momjian | 1998-02-26 | 1 | -74/+82 |
| * | From: Jan Wieck <jwieck@debis.com> | Marc G. Fournier | 1998-02-25 | 1 | -4/+4 |
| * | From: "Denis V. Dmitrienko" <denis@null.net> | Marc G. Fournier | 1998-02-24 | 1 | -1/+145 |
| * | This patch fixes one of two problems with grant/revoke statements on the | Marc G. Fournier | 1998-01-25 | 1 | -3/+3 |
| * | Another PGINDENT run that changes variable indenting and case label indenting... | Bruce Momjian | 1997-09-08 | 1 | -14/+14 |
| * | Massive commit to run PGINDENT on all *.c and *.h files. | Bruce Momjian | 1997-09-07 | 1 | -132/+136 |
| * | Make functions static where possible, enclose unused functions in #ifdef NOT_... | Bruce Momjian | 1997-08-19 | 1 | -1/+3 |
| * | Change mixed-case routines to lower-case if referenced in pg_proc.h | Thomas G. Lockhart | 1997-04-27 | 1 | -2/+6 |
| * | Remove WIN32 defines. They never worked. | Bruce Momjian | 1997-02-14 | 1 | -14/+1 |
| * | Remove most compile-time options, add a few runtime options to make up for it. | Bryan Henderson | 1996-11-14 | 1 | -33/+1 |
| * | Another directory that compiles with no errors, and few warnings | Marc G. Fournier | 1996-11-06 | 1 | -1/+2 |