| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix relative path references so that make knowns which dependencies refer | Peter Eisentraut | 2000-08-31 | 1 | -4/+4 |
| * | First phase of memory management rewrite (see backend/utils/mmgr/README | Tom Lane | 2000-06-28 | 1 | -23/+38 |
| * | Removed ELOG_TIMESTAMPS #define in favor of two run-time | Peter Eisentraut | 2000-06-04 | 1 | -47/+66 |
| * | The heralded `Grand Unified Configuration scheme' (GUC) | Peter Eisentraut | 2000-05-31 | 2 | -42/+184 |
| * | Remove unused include files. Do not touch /port or includes used by defines. | Bruce Momjian | 2000-05-30 | 1 | -3/+1 |
| * | Generated header files parse.h and fmgroids.h are now copied into | Tom Lane | 2000-05-29 | 1 | -3/+1 |
| * | elog(NOTICE) during COPY incorrectly reset lineno to 0, causing any | Tom Lane | 2000-04-15 | 1 | -3/+4 |
| * | Ye-old pgindent run. Same 4-space tabs. | Bruce Momjian | 2000-04-12 | 1 | -43/+61 |
| * | contrib-array.patch | Bruce Momjian | 2000-02-13 | 1 | -2/+11 |
| * | Add: | Bruce Momjian | 2000-01-26 | 6 | -12/+18 |
| * | elog() was set up to call abort() if it saw an ERROR or FATAL exit | Tom Lane | 1999-12-30 | 1 | -8/+2 |
| * | New LDOUT makefile variable for QNX os. | Bruce Momjian | 1999-12-13 | 1 | -2/+2 |
| * | Make LD -r as macros that can be changed for QNX. | Bruce Momjian | 1999-12-09 | 1 | -2/+2 |
| * | Clean up some problems in error recovery --- elog() was pretty broken | Tom Lane | 1999-11-22 | 1 | -10/+28 |
| * | Modify elog() logic so that it won't try to longjmp(Warn_restart) before | Tom Lane | 1999-11-16 | 1 | -5/+9 |
| * | Standardize on MAXPGPATH as the size of a file pathname buffer, | Tom Lane | 1999-10-25 | 1 | -3/+3 |
| * | XLOG (also known as WAL -:)) Bootstrap/Startup/Shutdown. | Vadim B. Mikheev | 1999-10-06 | 1 | -20/+27 |
| * | Eliminate elog()'s hardwired limit on length of an error message. | Tom Lane | 1999-09-11 | 1 | -78/+214 |
| * | Move some system includes into c.h, and remove duplicates. | Bruce Momjian | 1999-07-17 | 4 | -12/+4 |
| * | Final cleanup | Bruce Momjian | 1999-07-16 | 2 | -5/+5 |
| * | Update #include cleanups | Bruce Momjian | 1999-07-16 | 3 | -6/+6 |
| * | Remove unused #includes in *.c files. | Bruce Momjian | 1999-07-15 | 1 | -2/+1 |
| * | Clean up #include in /include directory. Add scripts for checking includes. | Bruce Momjian | 1999-07-15 | 1 | -3/+1 |
| * | Rename to vararg_format(). | Bruce Momjian | 1999-06-19 | 1 | -3/+3 |
| * | Change form() to varargform() to prevent portability problems. | Bruce Momjian | 1999-06-19 | 1 | -3/+3 |
| * | pgindent run over code. | Bruce Momjian | 1999-05-25 | 4 | -19/+26 |
| * | Change error messages to oids come out as %u and not %d. Change has no | Bruce Momjian | 1999-05-10 | 1 | -3/+2 |
| * | Still had a few MULTIBYTE problems when client encoding was | Tom Lane | 1999-04-25 | 1 | -3/+3 |
| * | Revise backend libpq interfaces so that messages to the frontend | Tom Lane | 1999-04-25 | 1 | -5/+14 |
| * | Change elog(ERROR) to get back to main loop via a plain sigsetjmp, | Tom Lane | 1999-04-20 | 1 | -15/+4 |
| * | Fix kill() call in elog() so that it gets its own pid by calling getpid(). | Tatsuo Ishii | 1999-04-16 | 1 | -2/+6 |
| * | Change my-function-name-- to my_function_name, and optimizer renames. | Bruce Momjian | 1999-02-13 | 6 | -21/+21 |
| * | Add explicit buffering in backend libpq, to compensate for | Tom Lane | 1999-01-23 | 1 | -2/+9 |
| * | Replace direct inclusions of c.h with inclusion of postgres.h, | Tom Lane | 1999-01-17 | 1 | -2/+2 |
| * | From: Magnus Hagander <mha@sollentuna.net> | Marc G. Fournier | 1999-01-11 | 1 | -8/+3 |
| * | Some security, since we now have vsnprintf, I remade an old patch | Bruce Momjian | 1999-01-01 | 2 | -8/+4 |
| * | OK, folks, here is the pgindent output. | Bruce Momjian | 1998-09-01 | 3 | -35/+36 |
| * | Renaming cleanup, no pgindent yet. | Bruce Momjian | 1998-09-01 | 4 | -12/+10 |
| * | Two spaces after a colon. | Bruce Momjian | 1998-08-31 | 1 | -6/+6 |
| * | From: Massimo Dal Zotto <dz@cs.unitn.it> | Marc G. Fournier | 1998-08-25 | 2 | -24/+65 |
| * | Rename signal to SIGHUP. | Bruce Momjian | 1998-07-07 | 1 | -2/+2 |
| * | Fix for hang after postmaster restart. Add new proc_exit and | Bruce Momjian | 1998-06-27 | 2 | -6/+6 |
| * | Add SLEEP_ON_ABORT | Bruce Momjian | 1998-06-18 | 1 | -2/+5 |
| * | port name cleanup | Bruce Momjian | 1998-06-18 | 1 | -1/+2 |
| * | Remove un-needed braces around single statements. | Bruce Momjian | 1998-06-15 | 1 | -3/+1 |
| * | Remove fork()/exec() and only do fork(). Small cleanups. | Bruce Momjian | 1998-05-29 | 1 | -5/+1 |
| * | Allow cancel from client of backend query. Change some int variables | Bruce Momjian | 1998-05-19 | 1 | -2/+2 |
| * | Hi, | Bruce Momjian | 1998-04-06 | 1 | -5/+3 |
| * | pgindent run before 6.3 release, with Thomas' requested changes. | Bruce Momjian | 1998-02-26 | 3 | -11/+14 |
| * | Goodbye register keyword. Compiler knows better. | Bruce Momjian | 1998-02-11 | 2 | -5/+5 |