| Age | Commit message (Expand) | Author |
| 2001-08-21 | Restructure pg_opclass, pg_amop, and pg_amproc per previous discussions in | Tom Lane |
| 2001-08-10 | update | Peter Eisentraut |
| 2001-08-10 | Make OIDs optional, per discussions in pghackers. WITH OIDS is still the | Tom Lane |
| 2001-08-09 | Add TOAST table to the set of relkinds known to \d. | Tom Lane |
| 2001-08-07 | Czech translation for psql from Karel Zak | Peter Eisentraut |
| 2001-08-05 | Show index predicate when doing \d on a partial index. | Tom Lane |
| 2001-08-01 | Attached is a trivial patch to add ANALYZE to the tab complete file in | Bruce Momjian |
| 2001-08-01 | Attached ia a patch to enable window size detection code of psql for Solaris | Bruce Momjian |
| 2001-07-08 | Show islossy for index. | Peter Eisentraut |
| 2001-06-30 | NLS for the psql \d family of commands. (E.g., the column headers will | Peter Eisentraut |
| 2001-06-20 | Re-add explicit declaration of filename_completion_function(), which seems | Peter Eisentraut |
| 2001-06-20 | Swedish translation for psql (my interpretation of Swedish, surely) | Peter Eisentraut |
| 2001-06-11 | The attached patch enables PostgreSQL CVS to build cleanly under Cygwin | Bruce Momjian |
| 2001-06-11 | Add French psql translation. (My rendition of French anyway...) | Peter Eisentraut |
| 2001-06-08 | Finish German translation, edit (original) messages a bit. | Peter Eisentraut |
| 2001-06-02 | Native Language Support (NLS) | Peter Eisentraut |
| 2001-05-30 | Remove SEP_CHAR, replace with / or '/' as appropriate. | Bruce Momjian |
| 2001-05-28 | This just breaks down the indices in to three groups: | Bruce Momjian |
| 2001-05-27 | Don't use multi-line string literals. | Peter Eisentraut |
| 2001-05-12 | Add command '\pset footer' to psql to turn off default "(x rows)" footer. | Peter Eisentraut |
| 2001-05-12 | Add comment to explain need for bizarre-looking coding in HandleSlashCmds. | Tom Lane |
| 2001-05-09 | Right-align \du user-id. | Bruce Momjian |
| 2001-05-09 | Fix memory leak in new psql \du code. | Bruce Momjian |
| 2001-05-09 | Here's a version of my suggested diffs transplanted to 7.1 beta 5. I'm | Bruce Momjian |
| 2001-05-08 | Add SET SESSION AUTHORIZATION command. | Peter Eisentraut |
| 2001-05-07 | Add \cd command to psql. | Peter Eisentraut |
| 2001-05-06 | Fix collateral damage from previous (rev 1.49) patch. | Peter Eisentraut |
| 2001-05-06 | Allow 'psql -f -' to read from standard input. | Peter Eisentraut |
| 2001-05-06 | Make prompt customization work with changeable Unix socket location. | Peter Eisentraut |
| 2001-04-18 | Repair misbehavior of \! with immediately following argument that contains | Peter Eisentraut |
| 2001-04-15 | If the password prompt goes to stderr, then the trailing newline should | Peter Eisentraut |
| 2001-04-14 | Work with Readline 4.2. | Peter Eisentraut |
| 2001-03-30 | random_seed => seed ... | Tom Lane |
| 2001-03-26 | pqsignal call needs to be #ifndef WIN32, per report from Magnus. | Tom Lane |
| 2001-03-23 | Fix problems with coredumps due to ^C when longjmp buffer isn't valid. | Tom Lane |
| 2001-03-22 | pgindent run. Make it all clean. | Bruce Momjian |
| 2001-03-01 | Fix memory leak. | Peter Eisentraut |
| 2001-03-01 | Ensure previous setting of pset.queryFout is restored after a failed | Tom Lane |
| 2001-02-28 | Do not strip whitespace within quotes. | Peter Eisentraut |
| 2001-02-27 | Massive commits for SunOS4 port. | Tatsuo Ishii |
| 2001-02-26 | Implement COMMIT_SIBLINGS parameter to allow pre-commit delay to occur | Tom Lane |
| 2001-02-20 | Make sure -L and -I's for our source tree are always before system include | Peter Eisentraut |
| 2001-02-18 | Add copyright mentions, per Tom Lane. | Bruce Momjian |
| 2001-02-17 | Fix a bug in psql. unescape() does not work for multi-byte encodings. | Tatsuo Ishii |
| 2001-02-10 | Restructure the key include files per recent pghackers discussion: there | Tom Lane |
| 2001-01-27 | Here is an update on the Win32 patch. Modified files are 'config.h.win32' | Bruce Momjian |
| 2001-01-24 | Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. | Bruce Momjian |
| 2001-01-24 | Here is a patch to make the current snapshot compile on Win32 (native, libpq | Bruce Momjian |
| 2001-01-23 | The -R option didn't accept an argument, which made it kind of useless. | Peter Eisentraut |
| 2000-12-31 | Remove incorrect use of rl_special_prefixes until further evaluation. | Peter Eisentraut |