| Age | Commit message (Expand) | Author |
| 2010-01-19 | Add pg_table_size() and pg_indexes_size() to provide more user-friendly | Tom Lane |
| 2010-01-17 | Improve the handling of SET CONSTRAINTS commands by having them search | Tom Lane |
| 2010-01-15 | Introduce Streaming Replication. | Heikki Linnakangas |
| 2010-01-14 | Add point_ops opclass for GiST. | Teodor Sigaev |
| 2010-01-10 | Some trivial adjustments in comments for struct RelationData. | Tom Lane |
| 2010-01-07 | Fix 3-parameter form of bit substring() to throw error for negative length, | Tom Lane |
| 2010-01-07 | Remove all the special-case code for INT64_IS_BUSTED, per decision that | Tom Lane |
| 2010-01-05 | Support ALTER TABLESPACE name SET/RESET ( tablespace_options ). | Robert Haas |
| 2010-01-04 | When estimating the selectivity of an inequality "column > constant" or | Tom Lane |
| 2010-01-02 | Update copyright for the year 2010. | Bruce Momjian |
| 2009-12-29 | Add the ability to store inheritance-tree statistics in pg_statistic, | Tom Lane |
| 2009-12-19 | Allow read only connections during recovery, known as Hot Standby. | Simon Riggs |
| 2009-12-11 | Add large object access control. | Itagaki Takahiro |
| 2009-12-09 | Prevent indirect security attacks via changing session-local state within | Tom Lane |
| 2009-12-07 | Add exclusion constraints, which generalize the concept of uniqueness to | Tom Lane |
| 2009-12-05 | Speed up information schema privilege views | Peter Eisentraut |
| 2009-12-03 | Fix bug in temporary file management with subtransactions. A cursor opened | Heikki Linnakangas |
| 2009-11-28 | Add support for an application_name parameter, which is displayed in | Tom Lane |
| 2009-11-20 | Add a WHEN clause to CREATE TRIGGER, allowing a boolean expression to be | Tom Lane |
| 2009-11-04 | Add support for invoking parser callback hooks via SPI and in cached plans. | Tom Lane |
| 2009-10-26 | Fix range check in date_recv that tried to limit accepted values to only | Heikki Linnakangas |
| 2009-10-21 | Remove regex_flavor GUC, so that regular expressions are always "advanced" | Tom Lane |
| 2009-10-13 | Add new PGC_S_DATABASE_USER enum value to several places missed by my patch | Alvaro Herrera |
| 2009-10-09 | Use pg_get_triggerdef in pg_dump | Peter Eisentraut |
| 2009-10-07 | Make it possibly to specify GUC params per user and per database. | Alvaro Herrera |
| 2009-10-07 | Fix snapshot management, take two. | Alvaro Herrera |
| 2009-10-05 | Create an ALTER DEFAULT PRIVILEGES command, which allows users to adjust | Tom Lane |
| 2009-10-03 | Fix a couple of issues in recent patch to print updates to postgresql.conf | Tom Lane |
| 2009-10-02 | Ensure that a cursor has an immutable snapshot throughout its lifespan. | Alvaro Herrera |
| 2009-09-22 | Implement the DO statement to support execution of PL code without having | Tom Lane |
| 2009-09-09 | Fix/improve bytea and boolean support in PL/Python | Peter Eisentraut |
| 2009-09-04 | Tigthen binary receive functions so that they reject values that the text | Heikki Linnakangas |
| 2009-09-03 | Disallow RESET ROLE and RESET SESSION AUTHORIZATION inside security-definer | Tom Lane |
| 2009-09-01 | Remove flatfiles.c, which is now obsolete. | Alvaro Herrera |
| 2009-08-29 | Remove the use of the pg_auth flat file for client authentication. | Tom Lane |
| 2009-08-18 | Fix overflow for INTERVAL 'x ms' where x is more than a couple million, | Tom Lane |
| 2009-08-12 | Allow backends to start up without use of the flat-file copy of pg_database. | Tom Lane |
| 2009-08-10 | Support EEEE (scientific notation) in to_char(). | Tom Lane |
| 2009-08-10 | Extend EXPLAIN to support output in XML or JSON format. | Tom Lane |
| 2009-08-04 | Support hex-string input and output for type BYTEA. | Tom Lane |
| 2009-08-03 | Implement has_sequence_privilege() | Joe Conway |
| 2009-08-01 | Improve unique-constraint-violation error messages to include the exact | Tom Lane |
| 2009-07-29 | Support deferrable uniqueness constraints. | Tom Lane |
| 2009-07-28 | Add system catalog columns pg_constraint.conindid and pg_trigger.tgconstrindid. | Tom Lane |
| 2009-07-16 | Make backend header files C++ safe | Peter Eisentraut |
| 2009-07-07 | More sensible character_octet_length | Peter Eisentraut |
| 2009-06-11 | 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list | Bruce Momjian |
| 2009-06-09 | Fix xmlattribute escaping XML special characters twice (bug #4822). | Peter Eisentraut |
| 2009-06-04 | Improve the recently-added support for properly pluralized error messages | Tom Lane |
| 2009-06-01 | Fix DecodeInterval to report an error for multiple occurrences of DAY, WEEK, | Tom Lane |