| Age | Commit message (Expand) | Author |
| 2000-11-25 | Store current LC_COLLATE and LC_CTYPE settings in pg_control during initdb; | Tom Lane |
| 2000-11-25 | Fix elog logic so that error messages displayed during initdb (or | Tom Lane |
| 2000-11-25 | Advertise --help (rather than '-?') as help option (problems with csh). | Peter Eisentraut |
| 2000-11-25 | Update pg_ctl ref page, help output, messages. Some repair to work better | Peter Eisentraut |
| 2000-11-25 | Repair markup | Peter Eisentraut |
| 2000-11-25 | Fix security problem with psql \e where temp file could be an existing | Bruce Momjian |
| 2000-11-25 | here is a patch for formatting.c (to_char/timestampt()), for 7.1 | Bruce Momjian |
| 2000-11-25 | > > Looking some more, I found some other places that need a space (I | Bruce Momjian |
| 2000-11-25 | Allow jdbc to return proper server version number | Bruce Momjian |
| 2000-11-25 | Rename GUC name from unixsocket to unix_socket_directory | Bruce Momjian |
| 2000-11-25 | Clean up comments, organize code snippets added at different times into | Tom Lane |
| 2000-11-24 | Print bit strings as B'...' when INSERT commands are dumped. | Peter Eisentraut |
| 2000-11-24 | Make SET SESSION CHARACTERISTICS compliant with SQL 99. Remove redundant, | Peter Eisentraut |
| 2000-11-24 | update list of places to change version numbers; reformat | Peter Eisentraut |
| 2000-11-24 | Revive Reference Manual, remove reference pages from User's Guide. | Peter Eisentraut |
| 2000-11-24 | Remove obsolete test suite | Peter Eisentraut |
| 2000-11-24 | A catalog cache that never caches isn't much of a cache :-(. Mea culpa. | Tom Lane |
| 2000-11-23 | Ensure that mergejoin plan will be considered for FULL OUTER JOIN even | Tom Lane |
| 2000-11-23 | Set fdstate in fileNameOpenFile. | Vadim B. Mikheev |
| 2000-11-22 | Remove old, broken code for query_limit(), assert_enable(), | Tom Lane |
| 2000-11-22 | Fix output file names for new driver | Peter Eisentraut |
| 2000-11-22 | Bit string regression test | Peter Eisentraut |
| 2000-11-22 | Fix for bitsubstr when third argument is missing (i.e., -1). | Peter Eisentraut |
| 2000-11-22 | Point runtest and runcheck targets at new regression test driver. | Peter Eisentraut |
| 2000-11-22 | Recommit socket path fix. It works now. | Bruce Momjian |
| 2000-11-22 | Back out socket path until it works. | Bruce Momjian |
| 2000-11-22 | Back out socket file path change until it works. | Bruce Momjian |
| 2000-11-22 | avoid opening view files. | Hiroshi Inoue |
| 2000-11-22 | Allow running without a "schedule" file. This enables you to run tests | Peter Eisentraut |
| 2000-11-22 | Make socket option specify just the directory, not the full path. | Bruce Momjian |
| 2000-11-22 | geometry result files for unixware | Peter Eisentraut |
| 2000-11-22 | Tweak resultmap documentation, add to README too. | Tom Lane |
| 2000-11-22 | Remove check for 'ln' library. On FreeBSD this is some obscure lex | Peter Eisentraut |
| 2000-11-22 | This file now redundant with README.pg_dumplo; remove it. | Tom Lane |
| 2000-11-22 | Code review: minor cleanups, make the world safe for unsigned OIDs. | Tom Lane |
| 2000-11-21 | Allow for different result files when using GCC versus native compiler. | Peter Eisentraut |
| 2000-11-21 | Extend accept/AF_UNIX bug workaround to SCO OpenServer. | Peter Eisentraut |
| 2000-11-21 | Refine log/error messages. Print out the errno message, not the number. | Peter Eisentraut |
| 2000-11-21 | Mention pgcrypto. | Tom Lane |
| 2000-11-21 | Make the world safe for unsigned OIDs. | Tom Lane |
| 2000-11-21 | Put external declarations into header files. | Peter Eisentraut |
| 2000-11-21 | Install the sample pg_ident.conf file into /home/postgres/testversion/data, j... | Tom Lane |
| 2000-11-21 | Improve comments. | Tom Lane |
| 2000-11-21 | Improve comments in pg_hba.conf.sample and the associated SGML | Tom Lane |
| 2000-11-21 | Code review and cleanup. | Tom Lane |
| 2000-11-21 | Don't hide error message from dropdb. | Peter Eisentraut |
| 2000-11-21 | Update for new pg_dump with blobs etc | Philip Warner |
| 2000-11-21 | misc | Vadim B. Mikheev |
| 2000-11-21 | Fix OID bootstraping. | Vadim B. Mikheev |
| 2000-11-21 | Adjust opr_sanity.out for small change in OID allocation. | Tom Lane |