| Age | Commit message (Expand) | Author |
| 2010-10-15 | Allow pg_ctl to register the service in either AUTO or DEMAND start type | Alvaro Herrera |
| 2010-10-10 | Teach psql to do tab completion for names of psql variables. | Tom Lane |
| 2010-10-10 | Support triggers on views. | Tom Lane |
| 2010-09-28 | Fix another small oversight in command_no_begin patch. | Tom Lane |
| 2010-09-28 | Only DISCARD ALL should be in the command_no_begin list. | Itagaki Takahiro |
| 2010-09-28 | Add DISCARD to the command_no_begin list for AUTOCOMMIT=off. | Itagaki Takahiro |
| 2010-09-28 | Add a SECURITY LABEL command. | Robert Haas |
| 2010-09-26 | Add ALTER TYPE ... ADD/DROP/ALTER/RENAME ATTRIBUTE | Peter Eisentraut |
| 2010-09-23 | Initialize tableoid field correctly when dumping foreign data wrappers and | Heikki Linnakangas |
| 2010-09-22 | Convert cvsignore to gitignore, and add .gitignore for build targets. | Magnus Hagander |
| 2010-09-20 | Remove cvs keywords from all files. | Magnus Hagander |
| 2010-09-14 | Don't warn about an in-progress online backup, when we're recovering from | Heikki Linnakangas |
| 2010-08-25 | Avoid passing signed chars to <ctype.h> functions ... same old | Tom Lane |
| 2010-08-21 | Improve parallel restore's ability to cope with selective restore (-L option). | Tom Lane |
| 2010-08-18 | Rename utf2ucs() to utf8_to_unicode(), and export it so it can be used | Tom Lane |
| 2010-08-16 | Fix psql's copy of utf2ucs() to match the backend's copy exactly; | Tom Lane |
| 2010-08-14 | Fix \ef and \sf to not fail on functions with nonnull probin. | Tom Lane |
| 2010-08-14 | Add a \sf (show function) command to psql, for those times when you need to | Tom Lane |
| 2010-08-13 | Clean up failure to use ClosePager() where appropriate in help.c. | Tom Lane |
| 2010-08-13 | Fix pg_restore to complain if any arguments remain after parsing the switches | Tom Lane |
| 2010-08-12 | Extend psql's \e and \ef commands so that a line number can be specified, | Tom Lane |
| 2010-08-03 | Code review for --quote-all-identifiers patch: add missing --help documentation | Tom Lane |
| 2010-08-03 | Kibitzing on \conninfo patch: adjust the order of field output to match | Tom Lane |
| 2010-08-01 | Make psql distinguish between unique indices and unique constraints. | Robert Haas |
| 2010-07-28 | Show psql timing output even in quiet mode | Peter Eisentraut |
| 2010-07-23 | Have psql avoid describing local sockets as host names. | Robert Haas |
| 2010-07-22 | Fix bogus server version in pg_dumpall --quote-all-identifiers. | Robert Haas |
| 2010-07-22 | Add options to force quoting of all identifiers. | Robert Haas |
| 2010-07-20 | Have \conninfo mention the port even for local sockets. | Robert Haas |
| 2010-07-20 | Add \conninfo command to psql, to show current connection info. | Robert Haas |
| 2010-07-14 | Fix several problems in pg_dump's handling of SQL/MED objects, notably failure | Tom Lane |
| 2010-07-08 | Translation updates for 9.0beta3 | Peter Eisentraut |
| 2010-07-06 | pgindent run for 9.0, second run | Bruce Momjian |
| 2010-07-05 | Split the LDFLAGS make variable into two parts: LDFLAGS is now used for | Tom Lane |
| 2010-06-28 | Improve pg_dump's checkSeek() function to verify the functioning of ftello | Tom Lane |
| 2010-06-27 | Fix pg_restore so parallel restore doesn't fail when the input file doesn't | Tom Lane |
| 2010-06-14 | Fix typo in Japanese translation for psql "Use \d+ to list them." | Itagaki Takahiro |
| 2010-06-11 | Add missing 'Z' letter to getopt_long call --- the newly added | Tom Lane |
| 2010-06-07 | Ensure default-only storage parameters for TOAST relations | Itagaki Takahiro |
| 2010-06-03 | Translation updates for 9.0beta2 | Peter Eisentraut |
| 2010-06-03 | On clean shutdown during recovery, don't warn about possible corruption. | Robert Haas |
| 2010-05-30 | Change the notation for calling functions with named parameters from | Tom Lane |
| 2010-05-28 | Abort a FETCH_COUNT-controlled query if we observe any I/O error on the | Tom Lane |
| 2010-05-26 | Fix psql help: \da+ is same as \da, but \daS is not. | Robert Haas |
| 2010-05-21 | Unbreak \h; can't do strlen(NULL). | Robert Haas |
| 2010-05-15 | Ensure that pg_restore -l will output DATABASE entries whether or not -C | Tom Lane |
| 2010-05-13 | Translation update | Peter Eisentraut |
| 2010-05-12 | Add PGFILEDESC description to Makefiles for all /contrib executables. | Bruce Momjian |
| 2010-05-09 | Suppress signed-vs-unsigned-char warning. | Tom Lane |
| 2010-05-09 | Adjust comments about avoiding use of printf's %.*s. | Tom Lane |