| Age | Commit message (Expand) | Author |
| 2000-10-24 | Add some modicum of error detection... | Tom Lane |
| 2000-10-24 | Remove testlo2.c --- there seems to be no difference between this and | Tom Lane |
| 2000-10-23 | If a field is incompressible ('compressed' data is actually larger than | Tom Lane |
| 2000-10-23 | Polish shared library build to reduce number of special hacks. In | Peter Eisentraut |
| 2000-10-23 | Back out xti.h portion of the patch. | Bruce Momjian |
| 2000-10-23 | New relcache hash table with RelFileNode as key to be used | Vadim B. Mikheev |
| 2000-10-22 | Some small polishing of Mark Hollomon's cleanup of DROP command: might | Tom Lane |
| 2000-10-22 | plpgsql regress tests seem a tad out of date ... repair bit rot. | Tom Lane |
| 2000-10-22 | Cleanup error messages in findLastBuiltinOid | Philip Warner |
| 2000-10-22 | Makeover for Unixware 7.1.1 | Peter Eisentraut |
| 2000-10-22 | Fix incorrect logic for clearing BufferDirtiedByMe in ReleaseRelationBuffers | Tom Lane |
| 2000-10-22 | Patch VACUUM problem with moving chain of update tuples when source | Tom Lane |
| 2000-10-22 | datlastsysoid is an Oid, not an int4 ... | Tom Lane |
| 2000-10-22 | Use new datlastsysoid field in pg_database + some cleanups & fixes | Philip Warner |
| 2000-10-22 | Add new datlastsysoid to pg_database. | Philip Warner |
| 2000-10-22 | Fixed mixing of two enum datatypes. | Michael Meskes |
| 2000-10-22 | BACKED OUT. | Bruce Momjian |
| 2000-10-22 | Crash on NULL again in system table check. | Bruce Momjian |
| 2000-10-21 | Move DLSUFFIX, AROPT, and CFLAGS_SL settings from template to | Peter Eisentraut |
| 2000-10-21 | First a core dump which can be relieved by: | Bruce Momjian |
| 2000-10-21 | This file isn't used anywhere. | Peter Eisentraut |
| 2000-10-21 | Remove CC and CXX. | Bruce Momjian |
| 2000-10-21 | here it is as requested by Bruce. | Bruce Momjian |
| 2000-10-21 | Per my ongoing discussion with PeterE, here is the patch I applied to | Bruce Momjian |
| 2000-10-21 | WAL | Vadim B. Mikheev |
| 2000-10-20 | Add check for GNU or not GNU ld, needed to pick the right export_dynamic | Peter Eisentraut |
| 2000-10-20 | Add support for VPATH builds, that is, building somewhere else than in the | Peter Eisentraut |
| 2000-10-20 | WAL need in overwrite mode - restored in new way | Vadim B. Mikheev |
| 2000-10-20 | redo/undo support functions and cleanups. | Vadim B. Mikheev |
| 2000-10-20 | Remove 'override' keyword, which breaks the build on HPUX, and probably | Tom Lane |
| 2000-10-20 | Clean up gcc warnings. | Tom Lane |
| 2000-10-19 | Improve comments. | Tom Lane |
| 2000-10-19 | Fix missing CommandCounterIncrement in DROP USER. | Tom Lane |
| 2000-10-18 | The following patch was sent to the patches list: | Bruce Momjian |
| 2000-10-18 | I had to change buffer tag: now RelFileNode is used instead of | Vadim B. Mikheev |
| 2000-10-17 | Update pltcl regress test to exercise return_null; also make use of | Tom Lane |
| 2000-10-17 | Locate the file pg_service.conf in the directory configured as --syconfdir | Peter Eisentraut |
| 2000-10-17 | Fixed some bugs in C language parsing. | Michael Meskes |
| 2000-10-17 | * doc/src/sgml/regress.sgml: Update for new driver script. | Peter Eisentraut |
| 2000-10-17 | Some more getTimestamp() fixes | Peter Mount |
| 2000-10-17 | Simplified parsing of connect rule. | Michael Meskes |
| 2000-10-17 | TNS: | Bruce Momjian |
| 2000-10-16 | I wasn't too sure where to mail this. | Bruce Momjian |
| 2000-10-16 | Fixed handling of variables in connect rule. | Michael Meskes |
| 2000-10-16 | Remove NO_SECURITY define. | Bruce Momjian |
| 2000-10-16 | Fix typo in code. | Bruce Momjian |
| 2000-10-16 | Something changed, that now shows that there is a dependency missing in | Bruce Momjian |
| 2000-10-16 | New file naming. Database OID is used as "tablespace" id and | Vadim B. Mikheev |
| 2000-10-16 | I submitted three patches to pgsql-patches@postgresql.org on Oct 13. | Bruce Momjian |
| 2000-10-15 | Fix prototype declaration based on patch from David Reid | Philip Warner |