| Age | Commit message (Expand) | Author |
| 2001-01-28 | Used LEFT OUTER JOIN for various queries | Philip Warner |
| 2001-01-28 | Applied (slightly modified) patches from Tatsuo: | Philip Warner |
| 2001-01-27 | Here is an update on the Win32 patch. Modified files are 'config.h.win32' | Bruce Momjian |
| 2001-01-27 | Add missing pgaccess files. | Bruce Momjian |
| 2001-01-27 | Update to pgaccess 0.98.7. | Bruce Momjian |
| 2001-01-27 | When dropping the schema, reconnect as owner of each object. | Philip Warner |
| 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 | Just a quick patch to make the geometry test on Sparc/Linux | Bruce Momjian |
| 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 | odbc1.diff changes the text on the Protocol Radio buttons on the driver | Bruce Momjian |
| 2001-01-26 | gcc complains about improperly terminated comment. | 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 | Synced gram.y and preproc.y. | Michael Meskes |
| 2001-01-25 | For missing owner of database, default to superuser. | Peter Eisentraut |
| 2001-01-25 | Avoid bogus failures due to 'ps x | grep postmaster' detecting 'grep | Peter Eisentraut |
| 2001-01-25 | Added an alternative constructor to PGSQLException so that debugging | Peter Mount |
| 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-25 | Further to the previous ODBC patches I posted today, I found a couple of | Bruce Momjian |
| 2001-01-25 | > From: Tom Lane [mailto:tgl@sss.pgh.pa.us] | Bruce Momjian |
| 2001-01-25 | I decided to give this a go after all :-) The attached patch does the | Bruce Momjian |
| 2001-01-25 | This patch fixes an arrayindexoutofbounds exception that was just | Bruce Momjian |
| 2001-01-25 | Add ./include/config.h.win32 to RELEASE update list. | Bruce Momjian |
| 2001-01-24 | Attached is a revised patch that removes the static SimpleDateFormat | Bruce Momjian |
| 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 | Removed the 8k row limit reported by DatabaseMetaData | Peter Mount |
| 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 | Here is a patch to make the current snapshot compile on Win32 (native, libpq | 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 | The -R option didn't accept an argument, which made it kind of useless. | Peter Eisentraut |
| 2001-01-23 | Give 'a_expr ::= a_expr Op' production a slightly lower precedence than | Tom Lane |
| 2001-01-23 | Subject: Bug in SQLForeignKeys() | Bruce Momjian |
| 2001-01-23 | Remove useless leftover global variable Ps_status_buffer. | Peter Eisentraut |