| Age | Commit message (Expand) | Author |
| 2002-08-29 | Code review for standalone composite types, query-specified composite | Tom Lane |
| 2002-08-28 | Updates from Dennis Bjorklund | Peter Eisentraut |
| 2002-08-28 | Break up the long usage messages in pg_dump and pg_restore and | Peter Eisentraut |
| 2002-08-28 | backend where a statically sized buffer is written to. Most of these | Bruce Momjian |
| 2002-08-28 | Dump ALTER DATABASE/USER ... SET ... | Peter Eisentraut |
| 2002-08-27 | Fix compile warning. | Tom Lane |
| 2002-08-27 | Flush output streams before calling pg_dump subprocess. | Peter Eisentraut |
| 2002-08-27 | Disable use of -c and -a together in pg_dump; they don't make sense together. | Bruce Momjian |
| 2002-08-27 | Enable locale, so case conversion (identifier processing) and number | Peter Eisentraut |
| 2002-08-27 | Reimplement pg_dumpall in C. Currently no change in functionality, | Peter Eisentraut |
| 2002-08-27 | Add '+' mention in \? help. More clean of \? to do. | Bruce Momjian |
| 2002-08-27 | This patch updates the lock listing code to use Joe Conway's new | Bruce Momjian |
| 2002-08-27 | I attach a little patch to make CLUSTER set and reset the indisclustered | Bruce Momjian |
| 2002-08-24 | The cstring datatype can now be copied, passed around, etc. The typlen | Tom Lane |
| 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 |