| Age | Commit message (Expand) | Author |
| 2000-06-11 | Update sequence-related functions to new fmgr style. Remove downcasing, | Tom Lane |
| 2000-06-11 | Substituted new configure test for types of accept() | Peter Eisentraut |
| 2000-06-10 | Moved the intricacies of the perl interface build into its own makefile | Peter Eisentraut |
| 2000-06-10 | Update regression tests for ONLY and other recent changes. | Tom Lane |
| 2000-06-10 | Update rule dumper for the brave new world of ONLY. | Tom Lane |
| 2000-06-10 | nodeAppend tried to deal with multiple result relations, but apparently it never | Tom Lane |
| 2000-06-10 | Fix some more gratuitous breakage ... also throw in a couple of | Tom Lane |
| 2000-06-09 | Fix initdb spaces problem. | Bruce Momjian |
| 2000-06-09 | This patch fixes the 0-based/1-based result set indexing problem for | Bruce Momjian |
| 2000-06-09 | I have made the couple of mods required to make the odbc driver with | Bruce Momjian |
| 2000-06-09 | I have large database and with this DB work more users and I very need | Bruce Momjian |
| 2000-06-09 | Prompt username/password on stderr so: | Bruce Momjian |
| 2000-06-09 | Clean up regression for new 1st/9th/3rd fixes. | Bruce Momjian |
| 2000-06-09 | Add inherit regression files. | Bruce Momjian |
| 2000-06-09 | The enclosed patch changes the behaviour of the "ordinal" ('TH') format for | Bruce Momjian |
| 2000-06-09 | Cause inheritance patch to meet minimum coding standards (no gcc | Tom Lane |
| 2000-06-09 | Cleanup to ensure good state of derived files in tarballs. | Tom Lane |
| 2000-06-09 | Inheritance overhaul by Chris Bitmead <chris@bitmead.com> | Bruce Momjian |
| 2000-06-09 | Another round of updates for new fmgr, mostly in the datetime code. | Tom Lane |
| 2000-06-08 | Mark functions as static and ifdef NOT_USED as appropriate. | Bruce Momjian |
| 2000-06-08 | Mark ImmediateSharedRelationCacheInvalidate as NOT_USED. | Bruce Momjian |
| 2000-06-08 | More odbc include cleanups | Bruce Momjian |
| 2000-06-08 | Update odbc include | Bruce Momjian |
| 2000-06-08 | Fix ODBC for new binary fopen/open params | Bruce Momjian |
| 2000-06-07 | Here is a patch for interfaces/jdbc/org/postgresql/jdbc2/ResultSet.java | Bruce Momjian |
| 2000-06-07 | Gen_fmgrtab.sh is strange: it is a platform dependent way (because it uses | Peter Eisentraut |
| 2000-06-07 | Re-order pg_listener index so it can later be used in an index scan. | Bruce Momjian |
| 2000-06-07 | New system index, initdb everyone. | Bruce Momjian |
| 2000-06-07 | Add index on pg_index.indrelid for Tom Lane. | Bruce Momjian |
| 2000-06-06 | Moved configure script from src/ to the top level directory. Moved | Peter Eisentraut |
| 2000-06-06 | init_fcache was being careless about using SearchSysCacheTuple result | Tom Lane |
| 2000-06-06 | Improve comments for SearchSysCacheTuple and SearchSysCacheTupleCopy. | Tom Lane |
| 2000-06-06 | typeTypeName() must return a pstrdup'd copy of the type name, not a | Tom Lane |
| 2000-06-06 | PGPORT envar was erroneously ignored by the backend | Peter Eisentraut |
| 2000-06-06 | Added org/postgresql/DriverClass.java to the list of files removed by make cl... | Peter Mount |
| 2000-06-06 | Added some missing org.'s that prevented the use of the geometric types | Peter Mount |
| 2000-06-06 | Removed hardwired 8k limit on queries | Peter Mount |
| 2000-06-05 | Update for 7.0.2. | Bruce Momjian |
| 2000-06-05 | Latest round of fmgr updates. All functions with bool,char, or int2 | Tom Lane |
| 2000-06-05 | Simplify build/install process for bki and description files. There's | Tom Lane |
| 2000-06-04 | If user re-DECLAREs an existing cursor name, close the old cursor of | Tom Lane |
| 2000-06-04 | Disallow CLOSE of reserved system portal names. | Tom Lane |
| 2000-06-04 | Repair bug reported by ldm@apartia.com: Append nodes, which don't | Tom Lane |
| 2000-06-04 | Remove FROM warning by fixing query. | Bruce Momjian |
| 2000-06-04 | Removed ELOG_TIMESTAMPS #define in favor of two run-time | Peter Eisentraut |
| 2000-06-04 | New ps display code, works on more platforms. | Peter Eisentraut |
| 2000-06-03 | New warning code about auto-created range table entries. | Bruce Momjian |
| 2000-06-02 | More cleanup of c.h binary macros | Bruce Momjian |
| 2000-06-02 | Reverse PG_BINARY defines | Bruce Momjian |
| 2000-06-02 | Remove NT-specific file open defines by defining our own open macros for | Bruce Momjian |