| Commit message (Expand) | Author | Age | Files | Lines |
| * | Disable elog(ERROR|FATAL) in signal handlers in | Vadim B. Mikheev | 2000-12-03 | 1 | -7/+12 |
| * | all options are allowed if not under postmaster: | Vadim B. Mikheev | 2000-11-30 | 1 | -3/+5 |
| * | Get rid of not-very-portable fcntl(F_SETLK) mechanism for locking the Unix | Tom Lane | 2000-11-29 | 1 | -11/+5 |
| * | Store current LC_COLLATE and LC_CTYPE settings in pg_control during initdb; | Tom Lane | 2000-11-25 | 1 | -4/+3 |
| * | Advertise --help (rather than '-?') as help option (problems with csh). | Peter Eisentraut | 2000-11-25 | 1 | -28/+21 |
| * | Put external declarations into header files. | Peter Eisentraut | 2000-11-21 | 1 | -13/+7 |
| * | Update and polish postmaster and postgres help output and man pages. | Peter Eisentraut | 2000-11-14 | 1 | -27/+30 |
| * | Add '-c name=val' flag for setting run-time parameters. | Peter Eisentraut | 2000-11-08 | 1 | -4/+11 |
| * | Add -V option to backend, to show version, since --version doesn't seem | Peter Eisentraut | 2000-11-06 | 1 | -3/+7 |
| * | Make the backend grok relative paths for the data directory by converting | Peter Eisentraut | 2000-11-04 | 1 | -15/+19 |
| * | beos fixes from Cyril VELTER | Bruce Momjian | 2000-10-28 | 1 | -7/+2 |
| * | Add --version and --help options to "postgres". | Peter Eisentraut | 2000-10-28 | 1 | -12/+30 |
| * | Fix breakage I introduced yesterday in MULTIBYTE compilations. | Tom Lane | 2000-10-26 | 1 | -4/+4 |
| * | Check for SIGHUP and process config file updates just after waiting | Tom Lane | 2000-10-24 | 1 | -12/+15 |
| * | The beos port in the source tree doesn't even compile. and even | Bruce Momjian | 2000-10-07 | 1 | -2/+7 |
| * | Second thoughts about where to put DeferredTriggerEndQuery() call. | Tom Lane | 2000-10-07 | 1 | -13/+12 |
| * | Arrange that no database accesses are attempted during parser() --- this | Tom Lane | 2000-10-07 | 1 | -154/+337 |
| * | New diff that now covers the entire tree. Applying this gets postgresql | Bruce Momjian | 2000-10-03 | 1 | -3/+4 |
| * | Banish caddr_t (mostly), use Datum where appropriate. | Peter Eisentraut | 2000-10-02 | 1 | -4/+4 |
| * | Code cleanup of user name and user id handling in the backend. The current | Peter Eisentraut | 2000-09-06 | 1 | -23/+16 |
| * | AbortOutOfAnyTransaction() just before backend exit, to ensure that | Tom Lane | 2000-08-30 | 1 | -17/+20 |
| * | Revert removal of signed, volatile, and signal handler arg type tests. | Peter Eisentraut | 2000-08-29 | 1 | -12/+12 |
| * | Remove configure tests for `signed', `volatile', and signal handler args; | Peter Eisentraut | 2000-08-27 | 1 | -12/+12 |
| * | copyObject() and equal() now know about all parse-time node types, | Tom Lane | 2000-08-11 | 1 | -16/+8 |
| * | Revise aggregate functions per earlier discussions in pghackers. | Tom Lane | 2000-07-17 | 1 | -2/+3 |
| * | Add assert checking to GUC ("debug_assertions") | Peter Eisentraut | 2000-07-12 | 1 | -7/+3 |
| * | Here is the patch with memory leak checker. This checker allow detect | Bruce Momjian | 2000-07-11 | 1 | -2/+9 |
| * | Remove long-dead support for invoking queries from dynamically loaded | Tom Lane | 2000-07-08 | 1 | -3/+4 |
| * | Make toast-table creation and deletion work somewhat reliably. | Tom Lane | 2000-07-04 | 1 | -3/+13 |
| * | Move global internal files to PGDATA/global. | Peter Eisentraut | 2000-07-03 | 1 | -6/+4 |
| * | Move PGPORT envar handling to ResetAllOptions(). Improve long options | Peter Eisentraut | 2000-07-03 | 1 | -12/+10 |
| * | Add test code to copy all parse/plan trees. Repair essential omissions | Tom Lane | 2000-06-29 | 1 | -5/+47 |
| * | First phase of memory management rewrite (see backend/utils/mmgr/README | Tom Lane | 2000-06-28 | 1 | -111/+129 |
| * | Second pass over run-time configuration system. Adjust priorities on some | Peter Eisentraut | 2000-06-22 | 1 | -17/+21 |
| * | Final #include cleanup. | Bruce Momjian | 2000-06-15 | 1 | -3/+2 |
| * | Mark functions as static and ifdef NOT_USED as appropriate. | Bruce Momjian | 2000-06-08 | 1 | -12/+16 |
| * | New ps display code, works on more platforms. | Peter Eisentraut | 2000-06-04 | 1 | -45/+46 |
| * | The heralded `Grand Unified Configuration scheme' (GUC) | Peter Eisentraut | 2000-05-31 | 1 | -182/+120 |
| * | Generated header files parse.h and fmgroids.h are now copied into | Tom Lane | 2000-05-29 | 1 | -5/+3 |
| * | Add debug code to aid in memory-leak tracking: if SHOW_MEMORY_STATS is | Tom Lane | 2000-05-21 | 1 | -2/+7 |
| * | Reset CurrentMemoryContext to TopMemoryContext at the beginning of error | Tom Lane | 2000-04-30 | 1 | -4/+4 |
| * | Setting statistic options from SET PG_OPTIONS caused a backend crash | Tom Lane | 2000-04-28 | 1 | -5/+9 |
| * | 7.0 buffer manager can support different backends running with different | Tom Lane | 2000-04-23 | 1 | -4/+7 |
| * | Ye-old pgindent run. Same 4-space tabs. | Bruce Momjian | 2000-04-12 | 1 | -54/+57 |
| * | Actually, that still wasn't quite right. If we skip a query because of | Tom Lane | 2000-04-04 | 1 | -24/+11 |
| * | Fix bug noted by Bruce: FETCH in an already-aborted transaction block | Tom Lane | 2000-04-04 | 1 | -131/+88 |
| * | >> 5. empty define that results in an empty but terminated line ( ; ) | Bruce Momjian | 2000-03-23 | 1 | -2/+4 |
| * | Remove using puts() to print messages. Instead use TPRINTF. | Tatsuo Ishii | 2000-03-01 | 1 | -4/+4 |
| * | Change cancel while waiting-for-lock stuff. | Hiroshi Inoue | 2000-02-22 | 1 | -14/+4 |
| * | fix the TODO | Hiroshi Inoue | 2000-02-21 | 1 | -2/+13 |