| Age | Commit message (Expand) | Author |
| 2001-02-10 | Restructure the key include files per recent pghackers discussion: there | Tom Lane |
| 2001-02-09 | This hasn't been used for anything for a long time... | Tom Lane |
| 2001-02-09 | When updating a tuple containing compressed-in-line fields, do not | Tom Lane |
| 2001-02-09 | plpgsql's private copy of xlateSqlType was out of sync. Again. This | Tom Lane |
| 2001-02-08 | When launching a child backend, take care to close file descriptors for | Tom Lane |
| 2001-02-07 | FixBTree flag still exists and may be used to turn | Vadim B. Mikheev |
| 2001-02-07 | Runtime btree recovery is now ON by default. | Vadim B. Mikheev |
| 2001-02-07 | Repair postmaster memory leakage during password authentication. | Tom Lane |
| 2001-02-07 | Need to specify DYNAMIC_PATH flag to shl_load, else HPUX's dld will not | Tom Lane |
| 2001-02-06 | If the first argument is --version or --help, skip the root check. | Peter Eisentraut |
| 2001-02-06 | PageAddItem in overwrite mode: must *NOT* check itemid' flag if | Vadim B. Mikheev |
| 2001-02-06 | Out-of-bounds memory allocation request sizes should be treated as just | Tom Lane |
| 2001-02-05 | Dump/display 'timestamp' as 'timestamp with time zone', to make room for a | Peter Eisentraut |
| 2001-02-03 | Fix inappropriate attempt to push down qual clauses into a view that | Tom Lane |
| 2001-02-03 | Use elog() instead of exit() for fatal scanner errors. | Peter Eisentraut |
| 2001-02-02 | Runtime tree recovery is implemented, just testing is left -:) | Vadim B. Mikheev |
| 2001-02-02 | Apply patches for QNX from Maurizio | Bruce Momjian |
| 2001-01-31 | Couple additional functions to fix tree at runtime. | Vadim B. Mikheev |
| 2001-01-29 | Call _bt_fixroot() from _bt_insertonpg. | Vadim B. Mikheev |
| 2001-01-29 | Clean up handling of tuple descriptors so that result-tuple descriptors | Tom Lane |
| 2001-01-27 | Add permission check for CHECKPOINT. | Peter Eisentraut |
| 2001-01-27 | Fix failure to create sequences for more than one SERIAL column in a | Tom Lane |
| 2001-01-27 | Looks like I broke cases involving combinations of deferred update/delete | Tom Lane |
| 2001-01-27 | Don't crash if subquery appears multiple times in jointree. This should | Tom Lane |
| 2001-01-27 | Repair bug reported by Huxton, 1/24/01. We need to include a rule's | Tom Lane |
| 2001-01-27 | Refuse to try to attach a condition to a NOTIFY or other utility statement, | Tom Lane |
| 2001-01-27 | Suppress coredump when EXPLAINing query that is rewritten to include | Tom Lane |
| 2001-01-27 | Re-read Unix-socket lock file every so often (every CheckPoint interval, | Tom Lane |
| 2001-01-26 | Change float8-to-int8 conversion to round to nearest, rather than | Tom Lane |
| 2001-01-26 | Special case in ProcSleep() wasn't sufficiently general: must check to | Tom Lane |
| 2001-01-26 | First step in attempt to fix tree at runtime: create upper levels | Vadim B. Mikheev |
| 2001-01-25 | Whoops, forgot to do ProcLockWakeup() after deadlock checker | Tom Lane |
| 2001-01-25 | Re-implement deadlock detection and resolution, per design notes posted | Tom Lane |
| 2001-01-24 | Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. | Bruce Momjian |
| 2001-01-24 | Fix bogus pattern for STRING. | Peter Eisentraut |
| 2001-01-24 | Add all possible config file options. | Bruce Momjian |
| 2001-01-24 | Put back old config contents until I am finished. | Bruce Momjian |
| 2001-01-24 | Add "idle in transaction" status message | Bruce Momjian |
| 2001-01-24 | Fix formatting of db crash. | Bruce Momjian |
| 2001-01-24 | Add comment for getpwid() safety. | Bruce Momjian |
| 2001-01-24 | attached is take-2 of a patch which fixes a bug related | Bruce Momjian |
| 2001-01-24 | Removed a dangerours DropRelationBuffers() call. | Hiroshi Inoue |
| 2001-01-24 | Make functional index copy attstorage from the column data type, rather | Tom Lane |
| 2001-01-23 | Narrow scope of critical section, per discussion 1/19/01. | Tom Lane |
| 2001-01-23 | Do _bt_wrtbuf() outside critical section, per discussion with Vadim 1/19. | Tom Lane |
| 2001-01-23 | Give 'a_expr ::= a_expr Op' production a slightly lower precedence than | Tom Lane |
| 2001-01-23 | Remove useless leftover global variable Ps_status_buffer. | Peter Eisentraut |
| 2001-01-23 | Fix all the places that called heap_update() and heap_delete() without | Tom Lane |
| 2001-01-23 | Remove no-longer-needed restriction against referencing system | Tom Lane |
| 2001-01-23 | Rename int4 to int32 in a few places. | Bruce Momjian |