| Age | Commit message (Expand) | Author |
| 2002-08-22 | Fix bit rot in pg_dump's ability to dump from 7.2 and 7.1 servers. | Tom Lane |
| 2002-08-22 | Fixed-size buffer in dumpClasses is not big enough anymore given the | Tom Lane |
| 2002-08-22 | Add a bunch of pseudo-types to replace the behavior formerly associated | Tom Lane |
| 2002-08-21 | Add --help and --version options. Message cleanup. NLS. | Peter Eisentraut |
| 2002-08-21 | Move PO files into subdirectories separate from the source code. | Peter Eisentraut |
| 2002-08-20 | Enable large file support. | Peter Eisentraut |
| 2002-08-19 | Fix pg_dump to dump serial columns as serials. Per pghackers discussion, | Tom Lane |
| 2002-08-18 | Fix small copy-and-pasteo. | Tom Lane |
| 2002-08-18 | Make pg_dump output more portable and more pleasing to look at. | Peter Eisentraut |
| 2002-08-18 | Use variable for format to suppress overly-anal-retentive gcc warning | Tom Lane |
| 2002-08-17 | Reverse out XLogDir/-X write-ahead log handling, per discussion. | Bruce Momjian |
| 2002-08-17 | [ Newest version of patch applied.] | Bruce Momjian |
| 2002-08-17 | Fix broken Makefiles. | Tom Lane |
| 2002-08-17 | Add files for pg_resetxlog. | Bruce Momjian |
| 2002-08-17 | Move pg_controldata to /bin. | Bruce Momjian |
| 2002-08-16 | Modify pg_dump to dump foreign-key constraints as constraints, not as | Tom Lane |
| 2002-08-16 | Code review for patch to dump primary and unique constraints as | Tom Lane |
| 2002-08-16 | Move pg_controldata from /contrib to src/bin. | Bruce Momjian |
| 2002-08-15 | Tom Lane wrote: | Bruce Momjian |
| 2002-08-15 | As discussed on several occasions previously, the new anonymous | Bruce Momjian |
| 2002-08-15 | The second enables tab-complete to analyze. It ignores schema stuff (so | Bruce Momjian |
| 2002-08-14 | I guess I'd vote for changing the code to be | Bruce Momjian |
| 2002-08-13 | Put back old code. | Bruce Momjian |
| 2002-08-13 | Change NAMEDATALEN to 64, INDEX_MAX_KEYS/MAX_FUNC_ARGS to 32, per discussion... | Bruce Momjian |
| 2002-08-10 | psql prints its version number in its startup message, per recent | Tom Lane |
| 2002-08-10 | Make sure all clients have the same understanding of default user name | Peter Eisentraut |
| 2002-08-10 | Get rid of double PQclear(res) in error path. | Tom Lane |
| 2002-08-10 | psql backslash commands are schema-aware. Pattern matching behavior | Tom Lane |
| 2002-08-09 | Column ordering in \d output should agree with sort ordering; | Tom Lane |
| 2002-08-08 | Make the standard system views schema-aware. | Tom Lane |
| 2002-08-06 | Updated translation from Dennis Bjorklund <db@zigo.dhs.org> | Peter Eisentraut |
| 2002-08-04 | Implement WAL log location control using "-X" or PGXLOG. | Thomas G. Lockhart |
| 2002-08-04 | This trivial patch fixes a small memory leak in pg_dump. | Bruce Momjian |
| 2002-08-04 | This patch fixes a "multi-line string literal" warning encountered | Bruce Momjian |
| 2002-08-02 | ALTER TABLE DROP COLUMN works. Patch by Christopher Kings-Lynne, | Tom Lane |
| 2002-07-31 | Instead of having a configure-time DEFAULT_ATTSTATTARGET, store -1 in | Tom Lane |
| 2002-07-30 | Teach pg_dump to dump user-defined operator classes. For the moment, | Tom Lane |
| 2002-07-30 | Added support for schemas and quotes in tab-complete.c, as well as | Bruce Momjian |
| 2002-07-29 | Implement CREATE/DROP OPERATOR CLASS. Work still remains: need more | Tom Lane |
| 2002-07-27 | Assemble portability modules into libpgport library. | Peter Eisentraut |
| 2002-07-25 | Remove extra comma. | Peter Eisentraut |
| 2002-07-24 | Remove unused system table columns: | Peter Eisentraut |
| 2002-07-20 | I can't remember who said they were working on schema related psql | Bruce Momjian |
| 2002-07-19 | Another "$@" cleanup with new syntax, ${1+"$@"}. | Bruce Momjian |
| 2002-07-19 | Fix "$@" to ${1:+"$@"} for older shells. | Bruce Momjian |
| 2002-07-18 | pg_cast table, and standards-compliant CREATE/DROP CAST commands, plus | Peter Eisentraut |
| 2002-07-18 | Implement DROP SCHEMA. It lacks support for dropping conversions and | Tom Lane |
| 2002-07-18 | Unique and primary key constraints are both dumped using ALTER TABLE | Bruce Momjian |
| 2002-07-18 | The attached patch fixes a tiny memory leak in psql, when using | Bruce Momjian |
| 2002-07-18 | The attached patch (against HEAD) implements | Bruce Momjian |