| Age | Commit message (Expand) | Author |
| 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 |
| 2005-06-10 | Add comment on tilde expansion. | Bruce Momjian |
| 2005-06-09 | This patch shows the full path name when doing a \s in psql, | Bruce Momjian |
| 2005-06-09 | \(rs should be \\(rs, per Tom. | Bruce Momjian |
| 2005-06-09 | Since I needed this feature badly, I added the -n / --schema switch to | Bruce Momjian |
| 2005-06-09 | I've created a patch which adds support for troff "-ms" output to | Bruce Momjian |
| 2005-06-08 | Change WAL-logging scheme for multixacts to be more like regular | Tom Lane |
| 2005-06-07 | Use just NULL not NULL::TEXT --- the latter coding is unnecessary and | Tom Lane |
| 2005-06-02 | The no-lexer-backup speedup hadn't been there a week before somebody | Tom Lane |
| 2005-06-02 | Change CRCs in WAL records from 64bit to 32bit for performance reasons. | Tom Lane |
| 2005-06-02 | Add support for \x hex strings in psql variables. | Bruce Momjian |
| 2005-05-30 | Support only octal for psql PROMPT values, rather than the confusing | Bruce Momjian |
| 2005-05-30 | Use {xqoctesc} lex macro now that \ddd is standard. | Bruce Momjian |
| 2005-05-30 | Have psql escape bytes in strings for variables follow the backend | Bruce Momjian |
| 2005-05-26 | Tweak the backend scanner (and psqlscan.l, which must track the backend | Tom Lane |
| 2005-05-25 | Quick patch to adress a recent concern on the mailing list | Bruce Momjian |
| 2005-05-25 | Add parentheses to macros when args are used in computations. Without | Bruce Momjian |
| 2005-05-24 | Add -I$(srcdir) to CPPFLAGS to make psqlscan.c compile in vpath builds. | Tom Lane |
| 2005-05-18 | Upon closer inspection, Greg's psql tab completion patch leaks memory. | Neil Conway |
| 2005-05-18 | psql tab completion improvements, from Greg Sabino Mullane: | Neil Conway |
| 2005-05-17 | Guard against duplicate IDs in input file in SortTocFromFile(). | Tom Lane |