| Age | Commit message (Expand) | Author |
| 2000-09-15 | Variant horology resultfiles are inconsistent with the test, again. | Tom Lane |
| 2000-09-15 | Reimplement LIKE/ESCAPE as operators so that indexscan optimization | Tom Lane |
| 2000-09-15 | Allow PL/pgSQL accept non ascii identifiers | Tatsuo Ishii |
| 2000-09-15 | Minor code cleanup (cast away const-ness) | Philip Warner |
| 2000-09-15 | - Support for relkind = RELKIND_VIEW. | Philip Warner |
| 2000-09-14 | Move a few specific tests to isolate homogenous type tests into | Thomas G. Lockhart |
| 2000-09-12 | First cut at full support for OUTER JOINs. There are still a few loose | Tom Lane |
| 2000-09-12 | Fix relation-to-view conversion so that it doesn't try to convert a plain | Tom Lane |
| 2000-09-12 | Update expected/horology-no-DST-before-1970.out for new horology test. | Tom Lane |
| 2000-09-12 | Clean up compiler warning. | Tom Lane |
| 2000-09-12 | Suppress compile warnings caused by failure to use PG_RETURN macro. | Tom Lane |
| 2000-09-12 | As if my JDBC patch hasn't already caused enough grief, there is now a | Bruce Momjian |
| 2000-09-12 | Remove incorrect extra heap_close when deleting a builtin function. | Tom Lane |
| 2000-09-12 | Btree WAL records. | Vadim B. Mikheev |
| 2000-09-12 | Add regression tests for date, time, and time with time zone types. | Thomas G. Lockhart |
| 2000-09-12 | Modify date->timestamp conversion to use mktime(). | Thomas G. Lockhart |
| 2000-09-12 | Attached is a patch that prevents a NullPointerException in the JDBC | Bruce Momjian |
| 2000-09-12 | This patch implements the following command: | Bruce Momjian |
| 2000-09-12 | Attached are a patch to allow the charset encoding used by the JDBC | Bruce Momjian |
| 2000-09-12 | Applied to jdbc1 and jdbc2. | Bruce Momjian |
| 2000-09-12 | This patch implements a different "relkind" | Bruce Momjian |
| 2000-09-12 | Previous patch backed out. | Bruce Momjian |
| 2000-09-12 | This patch is for the TODO item | Bruce Momjian |
| 2000-09-12 | This patch, when applied in src/pl will unbreak plperl in | Bruce Momjian |
| 2000-09-12 | This patch for the 7.0.2 JDBC interface addresses four issues I | Bruce Momjian |
| 2000-09-12 | O.K. - | Bruce Momjian |
| 2000-09-12 | Irix fix: | Bruce Momjian |
| 2000-09-10 | This is temporal place holder for Relation File Node till | Vadim B. Mikheev |
| 2000-09-08 | Make building scripts kind of consistent in look and feel, kind of immune | Peter Eisentraut |
| 2000-09-07 | Heap redo/undo (except for tuple moving used by vacuum). | Vadim B. Mikheev |
| 2000-09-07 | Fix psql crash. If MULTIBYTE is enabled, \l+ dumps core due to | Tatsuo Ishii |
| 2000-09-06 | A bit of cleanup after SSL patch. Add it to config file, improve | Peter Eisentraut |
| 2000-09-06 | Code cleanup of user name and user id handling in the backend. The current | Peter Eisentraut |
| 2000-09-05 | Added functions | Jan Wieck |
| 2000-09-05 | GET DIAGNOSTICS statement to PL/pgSQL to access SPI_processed | Jan Wieck |
| 2000-09-01 | Change initdb to not delete PGDATA directory unless it was created by | Peter Eisentraut |
| 2000-08-31 | Fix relative path references so that make knowns which dependencies refer | Peter Eisentraut |
| 2000-08-31 | Added EXECUTE command to PL/pgSQL for execution of | Jan Wieck |
| 2000-08-30 | AbortOutOfAnyTransaction() just before backend exit, to ensure that | Tom Lane |
| 2000-08-30 | SSL patch from Magnus | Bruce Momjian |
| 2000-08-30 | Improve the following. | Hiroshi Inoue |
| 2000-08-29 | Include kernel error message in failed-to-open file reports. | Tom Lane |
| 2000-08-29 | Revert removal of signed, volatile, and signal handler arg type tests. | Peter Eisentraut |
| 2000-08-29 | * to_char: | Bruce Momjian |
| 2000-08-29 | This is mostly the same as an earlier patch I | Bruce Momjian |
| 2000-08-29 | Update obsolete comments. | Tom Lane |
| 2000-08-29 | Remove bogus use of int4out(). | Tom Lane |
| 2000-08-28 | Maybe "shared_buffers" is a slightly better name than "shmem_buffers" for -B. | Peter Eisentraut |
| 2000-08-28 | New configure test for flex, which recognizes only flex but does so in all | Peter Eisentraut |
| 2000-08-27 | Clean up callers of AllocateFile and BasicOpenFile to ensure that | Tom Lane |