| Age | Commit message (Expand) | Author |
| 2010-02-05 | Modify recently added PQconnectdbParams() with new argument, expand_dbname. | Joe Conway |
| 2010-01-30 | Fix memory leakage introduced into print_aligned_text by 8.4 changes | Tom Lane |
| 2010-01-29 | Allow psql variables to be interpolated with literal or identifier escaping. | Robert Haas |
| 2010-01-28 | Type table feature | Peter Eisentraut |
| 2010-01-28 | Introduce two new libpq connection functions, PQconnectdbParams and | Joe Conway |
| 2010-01-26 | Un-break initdb logic for commenting out IPv6 pg_hba.conf line. | Tom Lane |
| 2010-01-26 | Reformat the comments in pg_hba.conf and pg_ident.conf | Peter Eisentraut |
| 2010-01-25 | Add note that PREPARE TRANSACTION is for transaction managers, not | Heikki Linnakangas |
| 2010-01-22 | Replace ALTER TABLE ... SET STATISTICS DISTINCT with a more general mechanism. | Robert Haas |
| 2010-01-21 | Adjust psql to use pg_get_triggerdef(pretty=true) to remove extra ()'s | Itagaki Takahiro |
| 2010-01-19 | When doing a parallel restore, we must guard against out-of-range dependency | Tom Lane |
| 2010-01-17 | Improve the handling of SET CONSTRAINTS commands by having them search | Tom Lane |
| 2010-01-07 | Use -Z for vacuumdb --analyze-only, rather than -o. | Bruce Momjian |
| 2010-01-07 | Rename new vacuumdb option to --analyze-only from --only-analyze. | Bruce Momjian |
| 2010-01-07 | Remove all the special-case code for INT64_IS_BUSTED, per decision that | Tom Lane |
| 2010-01-06 | PG_MAJORVERSION: | Bruce Momjian |
| 2010-01-06 | Corrected CVS entry: | Bruce Momjian |
| 2010-01-06 | Support rewritten-based full vacuum as VACUUM FULL. Traditional | Itagaki Takahiro |
| 2010-01-06 | binary upgrade: | Bruce Momjian |
| 2010-01-06 | Remove erroneous comma added to pg_dumpall tablespace query when running | Bruce Momjian |
| 2010-01-06 | Preserve relfilenodes: | Bruce Momjian |
| 2010-01-06 | pg_dump --only-analyze | Bruce Momjian |
| 2010-01-05 | Support ALTER TABLESPACE name SET/RESET ( tablespace_options ). | Robert Haas |
| 2010-01-04 | Write an end-of-backup WAL record at pg_stop_backup(), and wait for it at | Heikki Linnakangas |
| 2010-01-02 | Add missing schema-qualification in tab completion query. | Tom Lane |
| 2010-01-02 | Update copyright for the year 2010. | Bruce Momjian |
| 2009-12-27 | Add backend and pg_dump code to allow preservation of pg_enum oids, for | Bruce Momjian |
| 2009-12-26 | Zero-label enums: | Bruce Momjian |
| 2009-12-24 | Binary upgrade: | Bruce Momjian |
| 2009-12-23 | Rename pg_dump.c TypeInfo variable tinfo to tyinfo, for clarity. | Bruce Momjian |
| 2009-12-22 | In CREATE SEQUENCE dump, put MINVALUE before MAXVALUE so it reads better. | Peter Eisentraut |
| 2009-12-19 | Translation updates | Peter Eisentraut |
| 2009-12-19 | Add a whitespace to fix the query to dump large objects. | Itagaki Takahiro |
| 2009-12-19 | Allow read only connections during recovery, known as Hot Standby. | Simon Riggs |
| 2009-12-18 | Install server-side language PL/pgSQL by default. | Bruce Momjian |
| 2009-12-18 | Force the TZ environment variable to be set during initdb. This is to | Tom Lane |
| 2009-12-15 | Fix pg_ctl initdb without options. | Itagaki Takahiro |
| 2009-12-14 | Additional fixes for large object access control. | Itagaki Takahiro |
| 2009-12-11 | Add large object access control. | Itagaki Takahiro |
| 2009-12-10 | Add init[db] option to pg_ctl | Peter Eisentraut |
| 2009-12-07 | Add exclusion constraints, which generalize the concept of uniqueness to | Tom Lane |
| 2009-12-01 | psql -f - | Bruce Momjian |
| 2009-11-25 | Simplify psql's new linestyle behavior to default to linestyle=ascii all | Tom Lane |
| 2009-11-22 | Improve psql's tabular display of wrapped-around data by inserting markers | Tom Lane |
| 2009-11-21 | Ignore UTF-8-encoded Unicode byte-order mark at the beginning of a file if | Peter Eisentraut |
| 2009-11-20 | Add a WHEN clause to CREATE TRIGGER, allowing a boolean expression to be | Tom Lane |
| 2009-11-19 | Typo: dump -> restore | Peter Eisentraut |
| 2009-11-14 | Add inheritable ACE when creating a restricted token for execution on | Magnus Hagander |
| 2009-11-12 | Make initdb behave sanely when the selected locale has codeset "US-ASCII". | Tom Lane |
| 2009-11-12 | Remove plpgsql's separate lexer (finally!), in favor of using the core lexer | Tom Lane |