| Age | Commit message (Expand) | Author |
| 2008-11-20 | TABLE command | Peter Eisentraut |
| 2008-11-19 | Change this script to Perl 5 style. Add support for multiple refnames. | Peter Eisentraut |
| 2008-11-14 | One more hack to see if we can get the cygwin machines building again. | Tom Lane |
| 2008-11-14 | Actually, instead of whining about how type internal might not safely store | Tom Lane |
| 2008-11-11 | Make psql report "SSL connection (unknown cipher)" when libpq has set | Magnus Hagander |
| 2008-11-11 | Add support for input and output of interval values formatted per ISO 8601; | Tom Lane |
| 2008-11-10 | Add a --locale switch to createdb, to ease the creation of databases with | Alvaro Herrera |
| 2008-11-09 | Replace pg_class.reltriggers with relhastriggers, which is just a boolean hint | Tom Lane |
| 2008-11-09 | Add a new GUC variable called "IntervalStyle" that decouples interval output | Tom Lane |
| 2008-11-07 | Implement ALTER DATABASE SET TABLESPACE to move a whole database (or at least | Tom Lane |
| 2008-11-06 | Improve psql's \dC command to take a pattern parameter. Casts are shown | Tom Lane |
| 2008-11-03 | Fix two error-recovery bugs in describeOneTableDetails(), and make the code | Tom Lane |
| 2008-10-31 | Add support for user-defined I/O conversion casts. | Heikki Linnakangas |
| 2008-10-31 | Message improvement | Peter Eisentraut |
| 2008-10-29 | Unicode escapes in strings and identifiers | Peter Eisentraut |
| 2008-10-04 | Implement SQL-standard WITH clauses, including WITH RECURSIVE. | Tom Lane |
| 2008-09-30 | Fix misspelled comment | Tom Lane |
| 2008-09-30 | Rewrite the FSM. Instead of relying on a fixed-size shared memory segment, the | Heikki Linnakangas |
| 2008-09-24 | Fix pg_dump bug in the database-level collation patch. "datcollate" and | Heikki Linnakangas |
| 2008-09-24 | Silence compiler warning caused by recent collation patch. | Magnus Hagander |
| 2008-09-24 | Make sure pg_control is opened in binary mode, to deal | Magnus Hagander |
| 2008-09-23 | Tighten the check in initdb and CREATE DATABASE that the chosen encoding | Heikki Linnakangas |
| 2008-09-23 | Make LC_COLLATE and LC_CTYPE database-level settings. Collation and | Heikki Linnakangas |
| 2008-09-15 | Avoid compiler warning about variable used before assigned. | Peter Eisentraut |
| 2008-09-08 | Make pg_dump --data-only try to order the table dumps so that foreign keys' | Tom Lane |
| 2008-09-08 | Create a separate grantable privilege for TRUNCATE, rather than having it be | Tom Lane |
| 2008-09-06 | Adjust psql's new \ef command to present an empty CREATE FUNCTION template | Tom Lane |
| 2008-09-06 | Implement a psql command "\ef" to edit the definition of a function. | Tom Lane |
| 2008-09-05 | Add comment about why pg_dump doesn't dump the public schema comment. | Bruce Momjian |
| 2008-08-29 | Fixup pg_dumpall adding --lock-wait-timeout, to match pg_dump. | Alvaro Herrera |
| 2008-08-29 | Document that \t and \x are now settable. | Alvaro Herrera |
| 2008-08-16 | Fix pg_dump/pg_restore's ExecuteSqlCommand() to behave suitably if PQexec | Tom Lane |
| 2008-08-16 | Fix a couple of places where psql might fail to report a suitable error | Tom Lane |
| 2008-08-16 | Fix version warning bug in recently applied adjustments to psql startup. | Bruce Momjian |
| 2008-08-05 | Move pgstat.tmp into a temporary directory under $PGDATA named pg_stat_tmp. | Magnus Hagander |
| 2008-07-30 | Flip the default typispreferred setting from true to false. This affects | Tom Lane |
| 2008-07-30 | Replace the hard-wired type knowledge in TypeCategory() and IsPreferredType() | Tom Lane |
| 2008-07-20 | Add a pg_dump option --lock-wait-timeout to allow failing the dump if unable | Tom Lane |
| 2008-07-20 | Revert patch so .psqlrc can suppress startup banner: | Bruce Momjian |
| 2008-07-19 | Avoid substituting NAMEDATALEN, FLOAT4PASSBYVAL, and FLOAT8PASSBYVAL into | Tom Lane |
| 2008-07-18 | In psql, run .psqlrc _after_ printing warnings and banner. | Bruce Momjian |
| 2008-07-18 | Suppress compiler warning, and not incidentally make the code more | Tom Lane |
| 2008-07-18 | Implement SQL-spec RETURNS TABLE syntax for functions. | Tom Lane |
| 2008-07-16 | Add a "provariadic" column to pg_proc to eliminate the remarkably expensive | Tom Lane |
| 2008-07-16 | Support "variadic" functions, which can accept a variable number of arguments | Tom Lane |
| 2008-07-15 | Addendum: psql sequence value display patch was originally written by | Bruce Momjian |
| 2008-07-15 | Have psql \d show the value of sequence columns. | Bruce Momjian |
| 2008-07-14 | Add comment about literal strings in our syntax not being translated in | Bruce Momjian |
| 2008-07-14 | Add column storage type to psql \d+ display. | Bruce Momjian |
| 2008-07-14 | In psql, rename trans_* variables to translate_*, for clarity. | Bruce Momjian |