| Age | Commit message (Expand) | Author |
| 2002-02-24 | Add OWNER option to CREATE DATABASE, so superusers can create databases | Tom Lane |
| 2002-02-24 | pgindent copy.c. Patch wasn't in proper format. | Bruce Momjian |
| 2002-02-24 | Free files on dir open failure in COPY. | Bruce Momjian |
| 2002-02-23 | Add fstat / S_ISDIR checks to make sure we're not trying to use a | Bruce Momjian |
| 2002-02-23 | Guard against createdb --location=PGDATA foo; without this, the code | Tom Lane |
| 2002-02-23 | Heimdal support (Kerberos V implementation from KTH) | Peter Eisentraut |
| 2002-02-23 | Save source of GUC settings, allowing different sources to be processed in | Peter Eisentraut |
| 2002-02-23 | Make factorial(0) return 1, as per spec. | Bruce Momjian |
| 2002-02-19 | Avoid failures in cash_out and cash_words for INT_MIN. | Tom Lane |
| 2002-02-19 | Add casts to suppress gcc warnings on Solaris (where apparently pid_t | Tom Lane |
| 2002-02-19 | A bunch of changes aimed at reducing backend startup time... | Tom Lane |
| 2002-02-19 | Remove some unnecessary pqsignal() calls to shave a few cycles off | Tom Lane |
| 2002-02-19 | Arrange to call localtime() during postmaster startup. On most Unixen, | Tom Lane |
| 2002-02-19 | Avoid calling pq_flush just after sending AUTH_REQ_OK; this saves one | Tom Lane |
| 2002-02-18 | Privileges on functions and procedural languages | Peter Eisentraut |
| 2002-02-18 | Replace number-of-distinct-values estimator equation, per recent | Tom Lane |
| 2002-02-18 | Remove MAX/MIN() macros, use c.h Max/Min() instead. | Bruce Momjian |
| 2002-02-18 | Disable LIMIT #,# syntax, as agreed to months ago. Print message saying | Bruce Momjian |
| 2002-02-18 | Reorder postgresql.conf WAL section to be clearer. | Bruce Momjian |
| 2002-02-18 | Don't mention TIOGA in Makefile and move strdup.c rule into proper | Bruce Momjian |
| 2002-02-18 | Add better error text: | Bruce Momjian |
| 2002-02-14 | Ensure that a cursor is scanned under the same scanCommandId it was | Tom Lane |
| 2002-02-12 | Use RTLD_NOW, not RTLD_LAZY, as binding mode for dlopen() on all platforms. | Tom Lane |
| 2002-02-12 | Modify COPY TO to emit carriage returns and newlines as backslash escapes | Tom Lane |
| 2002-02-11 | Tweak GiST code to work correctly on machines where 8-byte alignment | Tom Lane |
| 2002-02-11 | Fix for old FreeBSD versions that don't have RTLD_GLOBAL | Peter Eisentraut |
| 2002-02-11 | Repair problems with EvalPlanQual where target table is scanned as | Tom Lane |
| 2002-02-10 | Don't Assert() that fsync() and close() never fail; I have seen this | Tom Lane |
| 2002-02-08 | Move sys/types.h to top, for hiroyuki hanai/ FreeBSD. | Bruce Momjian |
| 2002-02-07 | pgstat's truncation of query string needs to be multibyte-aware. | Tom Lane |
| 2002-02-07 | Removed a check for REINDEX TABLE. | Hiroshi Inoue |
| 2002-01-30 | Add cast to suppress gcc warning on Darwin platform. | Tom Lane |
| 2002-01-26 | Updates from Serguei Mokhov | Peter Eisentraut |
| 2002-01-24 | Fix logic error in insert_fsm_page_entry: because compact_fsm_page_list | Tom Lane |
| 2002-01-18 | Update from Kova'cs Zolta'n | Peter Eisentraut |
| 2002-01-16 | Fix misstatements added by Bruce. | Tom Lane |
| 2002-01-16 | Add more comments to tqual.c for visibility functions. | Bruce Momjian |
| 2002-01-16 | TOAST needs to do at least minimal time-qual checking in order not to | Tom Lane |
| 2002-01-16 | Fix init_irels to close the pg_internal.init file before returning. | Tom Lane |
| 2002-01-15 | If we fail to rename pg_internal.init into place, delete the useless | Tom Lane |
| 2002-01-15 | Add more sanity-checking to PageAddItem and PageIndexTupleDelete, | Tom Lane |
| 2002-01-15 | Fix typo that caused equalTriggerDescs() to return false in cases where | Tom Lane |
| 2002-01-14 | Reduce severity of 'XLogFlush: request is not satisfied' error condition, | Tom Lane |
| 2002-01-12 | Repair bugs in declarations of routines to add timestamptz and interval. | Thomas G. Lockhart |
| 2002-01-11 | VACUUM must make sure that a HEAP_MARKED_FOR_UPDATE tuple gets marked | Tom Lane |
| 2002-01-11 | Fix sequence creation to set the t_xmin of a sequence's tuple to | Tom Lane |
| 2002-01-10 | The result of getopt() should be compared to -1, not EOF, per | Tom Lane |
| 2002-01-09 | Fix use of 'char' to hold result of getc, per bug report forwarded by | Tom Lane |
| 2002-01-09 | Fix include paths for case of VPATH build. | Tom Lane |
| 2002-01-08 | Fix lpad() and rpad() to produce correct results in variable-length | Tom Lane |