| Age | Commit message (Expand) | Author |
| 2005-07-18 | \pset numericsep -> numericlocale. | Bruce Momjian |
| 2005-07-18 | Fix len so decimal length is only added when a period appears in the output. | Bruce Momjian |
| 2005-07-18 | Avoid use of E'', and thereby creating an unnecessary version-dependency, | Tom Lane |
| 2005-07-18 | Avoid need for E'' construct by using regexp instead of LIKE. More | Tom Lane |
| 2005-07-18 | Fix numiericsep length computations. | Bruce Momjian |
| 2005-07-18 | Adjust psql describe queries so that any pg_foo_is_visible() condition | Tom Lane |
| 2005-07-14 | Enable multi-byte thousands_sep and decimal_point for numericsep. | Bruce Momjian |
| 2005-07-14 | Make better thousands_sep default based on decimal marker value. | Bruce Momjian |
| 2005-07-14 | Change numericsep to a boolean, and make it locale-aware. | Bruce Momjian |
| 2005-07-14 | Add numeric separator support for latex and troff output methods. | Bruce Momjian |
| 2005-07-14 | barebones variable name -> tuples_only, for consistency. | Bruce Momjian |
| 2005-07-14 | Fix malloc length for new numeric separator patch. | Bruce Momjian |
| 2005-07-10 | Rename xmalloc to pg_malloc for consistency with psql usage. | Bruce Momjian |
| 2005-07-10 | Reverse pg_malloc patch because psql/print.c is used in scripts files | Bruce Momjian |
| 2005-07-10 | Use failure-safe pg_malloc consistently in psql/print.c. | Bruce Momjian |
| 2005-07-10 | Add --encoding to pg_dump. | Bruce Momjian |
| 2005-07-10 | This patch implements putting language handlers for the optional PLs | Bruce Momjian |
| 2005-07-10 | Add psql \pset numericsep to allow output numbers like 100,000.0 or | Bruce Momjian |
| 2005-07-08 | Try connecting to both postgres and template1 databases to do the initial | Tom Lane |
| 2005-07-07 | Track dependencies on shared objects (which is to say, roles; we already | Tom Lane |
| 2005-07-06 | Attached is a patch that enhances the "\h" capability in psql. I often | Bruce Momjian |
| 2005-07-04 | Arrange for the postmaster (and standalone backends, initdb, etc) to | Tom Lane |
| 2005-07-02 | Add E'' to internally created SQL strings that contain backslashes. | Bruce Momjian |
| 2005-07-01 | Add code to pg_dump to use E'' strings when backslashes are used in dump | Bruce Momjian |
| 2005-07-01 | Clarify code to double \\ and '. | Bruce Momjian |
| 2005-06-30 | Dump comments for large objects. | Tom Lane |
| 2005-06-28 | Fix broken initdb -W option, per Michael Fuhr. | Tom Lane |
| 2005-06-28 | Replace pg_shadow and pg_group by new role-capable catalogs pg_authid | Tom Lane |
| 2005-06-27 | Modify pg_dump to assume that a check constraint is inherited if its | Tom Lane |
| 2005-06-26 | Code review for escape-strings patch. Sync psql and plpgsql lexers | Tom Lane |
| 2005-06-26 | Add E'' syntax so eventually normal strings can treat backslashes | Bruce Momjian |
| 2005-06-22 | Make REINDEX DATABASE do what one would expect, namely reindex all indexes | Tom Lane |
| 2005-06-22 | Add a validator function for plperl. Andrew Dunstan | Tom Lane |
| 2005-06-22 | Correct some code in pg_restore when reading the header of a tar archive: | Neil Conway |
| 2005-06-21 | pg_dump can now dump large objects even in plain-text output mode, by | Tom Lane |
| 2005-06-21 | Fix pg_dumpall to do the right thing with "postgres" database, per | Tom Lane |
| 2005-06-21 | Cause initdb to create a third standard database "postgres", which | Tom Lane |
| 2005-06-21 | Trivial dead code removal: in _complete_from_query(), 'text' cannot be | Neil Conway |
| 2005-06-19 | Add comment about \# in bcc makefiles. | Bruce Momjian |
| 2005-06-19 | Cleanup for Win32 compile. | Bruce Momjian |
| 2005-06-17 | Two-phase commit. Original patch by Heikki Linnakangas, with additional | Tom Lane |
| 2005-06-14 | Now \d show tablespace of indices per discussion. | Bruce Momjian |
| 2005-06-14 | Use ' ' escapes for leading spaces in table values, for use in | Bruce Momjian |
| 2005-06-14 | Attached is a makefile I hacked up to build pg_config under MSVC - the | Bruce Momjian |
| 2005-06-14 | Add GUC krb_server_hostname so the server hostname can be specified as | Bruce Momjian |
| 2005-06-14 | Add -L option to psql to log sessions. | Bruce Momjian |
| 2005-06-13 | Per discussion on -hackers, this patch changes psql's "expanded" output | Neil Conway |
| 2005-06-10 | Use saveHistory so we get a nice error message on failure. | Bruce Momjian |
| 2005-06-10 | the following patch makes the filename used to store the readline | Bruce Momjian |
| 2005-06-10 | More Win32 tilde code comments. | Bruce Momjian |