| Age | Commit message (Expand) | Author |
| 2004-04-06 | Add CLUSTER tag to psql \d display. | Bruce Momjian |
| 2004-04-05 | New translation | Peter Eisentraut |
| 2004-04-05 | Translation updates | Peter Eisentraut |
| 2004-04-05 | Corrects issues recently posted by Dann Corbit, allowing libpq/psql to | Bruce Momjian |
| 2004-04-05 | Remove 'syslog' GUC variable, and add more logical 'log_destination' | Bruce Momjian |
| 2004-04-02 | Translation updates | Dennis Bjorklund |
| 2004-04-02 | Translation updates | Dennis Bjorklund |
| 2004-03-27 | Add comment about psql \s (history display): | Bruce Momjian |
| 2004-03-24 | Replace max_expr_depth parameter with a max_stack_depth parameter that | Tom Lane |
| 2004-03-24 | >>Also, what is the default connection mode of psql? It should probably be | Bruce Momjian |
| 2004-03-24 | Use the new GUC variable default_with_oids in pg_dump, rather than using | Bruce Momjian |
| 2004-03-23 | Use dollar-quoting for function bodies, unless disabled with | Tom Lane |
| 2004-03-23 | Replace the virtual_host and tcpip_socket parameters with a unified | Tom Lane |
| 2004-03-22 | Add missing extern for optind. | Tom Lane |
| 2004-03-22 | Standardize output buffer size and display format for strftime; | Tom Lane |
| 2004-03-22 | I just noticed that \dp outputs "Table" to indicate relations (tables, | Bruce Momjian |
| 2004-03-21 | Revise syntax-error reporting behavior to give pleasant results for | Tom Lane |
| 2004-03-21 | Translation updates | Dennis Bjorklund |
| 2004-03-20 | Rewrite pg_dump's comment-dumping code to pull over all the comments | Tom Lane |
| 2004-03-19 | Create a validator for plpgsql, so that some minimal syntax checking | Tom Lane |
| 2004-03-15 | Add PQmbdsplen() which returns the "display length" of a character. | Tatsuo Ishii |
| 2004-03-14 | Teach psql to show the location of syntax errors visually, per recent | Tom Lane |
| 2004-03-12 | Translation updates | Dennis Bjorklund |
| 2004-03-11 | Translation updates | Dennis Bjorklund |
| 2004-03-09 | Build scanner output when making a distribution. | Peter Eisentraut |
| 2004-03-09 | The win32 port backend will require the functionality provided by | Bruce Momjian |
| 2004-03-05 | Win32: | Bruce Momjian |
| 2004-03-03 | Modify pg_dump so that the preferred dump order is by name within | Tom Lane |
| 2004-03-02 | Always schema-qualify the name of a function referenced in CREATE CAST. | Tom Lane |
| 2004-03-02 | Add missing sprompt.obj psql usage for Borland compiler, per private | Bruce Momjian |
| 2004-02-28 | Translation updates | Dennis Bjorklund |
| 2004-02-28 | Translation update | Dennis Bjorklund |
| 2004-02-28 | Translation updates | Dennis Bjorklund |
| 2004-02-28 | Translation updates | Dennis Bjorklund |
| 2004-02-24 | Implement dollar-quoting in the backend lexer and psql. Documentation | Tom Lane |
| 2004-02-24 | Cause pg_dump to emit a 'SET client_encoding' command at the start of | Tom Lane |
| 2004-02-19 | Re-implement psql's input scanning to use a flex-generated lexer, as per | Tom Lane |
| 2004-02-17 | Here is an updated version of the win32 readdir patch. | Bruce Momjian |
| 2004-02-12 | Add hooks for type-specific calculation of ANALYZE statistics. Idea and | Tom Lane |
| 2004-02-12 | Improve \? wording, remove 'internal'. | Bruce Momjian |
| 2004-02-12 | Translation updates | Peter Eisentraut |
| 2004-02-11 | Commit the reasonably uncontroversial parts of J.R. Nield's PITR patch, to | Tom Lane |
| 2004-02-10 | No need to link libpq into these programs ... | Tom Lane |
| 2004-02-07 | Add missing dependency, per Wade Klaver. | Tom Lane |
| 2004-02-03 | Rename SortMem and VacuumMem to work_mem and maintenance_work_mem. | Tom Lane |
| 2004-02-02 | > src/backend/commands/user.c file has some parse error at repalloc(), | Bruce Momjian |
| 2004-02-02 | Briefly, | Bruce Momjian |
| 2004-01-31 | Fix a probably-harmless read of uninitialized memory in mkdir_p(), to | Neil Conway |
| 2004-01-31 | Remove a superfluous semi-colon. | Neil Conway |
| 2004-01-29 | Fix (debatable) spelling mistake in a comment: 'concatenate' is the usual | Neil Conway |