| Age | Commit message (Expand) | Author |
| 2010-03-03 | Export xml.c's libxml-error-handling support so that contrib/xml2 can use it | Tom Lane |
| 2009-12-09 | Prevent indirect security attacks via changing session-local state within | Tom Lane |
| 2009-12-03 | Fix bug in temporary file management with subtransactions. A cursor opened | Heikki Linnakangas |
| 2009-10-07 | Fix snapshot management, take two. | Alvaro Herrera |
| 2009-10-02 | Ensure that a cursor has an immutable snapshot throughout its lifespan. | Alvaro Herrera |
| 2009-09-03 | Disallow RESET ROLE and RESET SESSION AUTHORIZATION inside security-definer | Tom Lane |
| 2009-08-18 | Fix overflow for INTERVAL 'x ms' where x is more than a couple million, | Tom Lane |
| 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 |
| 2009-05-26 | Remove the useless and rather inconsistent return values of EncodeDateOnly, | Tom Lane |
| 2009-05-13 | Rewrite xml.c's memory management (yet again). Give up on the idea of | Tom Lane |
| 2009-04-09 | Remove SQL-compatibility function cardinality(). It is not exactly clear | Tom Lane |
| 2009-04-05 | Change cardinality() into a C-code function, instead of a SQL-language | Tom Lane |
| 2009-03-31 | Modify the relcache to record the temp status of both local and nonlocal | Tom Lane |
| 2009-03-27 | Fix possible failures when a tuplestore switches from in-memory to on-disk | Tom Lane |
| 2009-03-09 | Accept 'on' and 'off' as input for boolean data type, unifying the syntax | Peter Eisentraut |
| 2009-03-04 | Add new SQL:2008 error codes for invalid LIMIT and OFFSET values. Remove | Peter Eisentraut |
| 2009-02-09 | Update autovacuum to use reloptions instead of a system catalog, for | Alvaro Herrera |
| 2009-02-06 | Clean up some loose ends from the column privileges patch: add | Tom Lane |
| 2009-01-22 | Support column-level privileges, as required by SQL standard. | Tom Lane |
| 2009-01-06 | Change a couple of ill-advised uses of INFO elog level to WARNINGs; in | Tom Lane |
| 2009-01-01 | Update copyright for 2009. | Bruce Momjian |
| 2008-12-28 | Support window functions a la SQL:2008. | Tom Lane |
| 2008-12-27 | Make a couple of small changes to the tuplestore API, for the benefit of the | Tom Lane |
| 2008-12-19 | SQL/MED catalog manipulation facilities | Peter Eisentraut |
| 2008-12-04 | Default values for function arguments | Peter Eisentraut |
| 2008-12-04 | Fix a couple of snapshot management bugs in the new ResourceOwner world: | Alvaro Herrera |
| 2008-12-03 | Introduce visibility map. The visibility map is a bitmap with one bit per | Heikki Linnakangas |
| 2008-11-30 | Clean up the API for DestReceiver objects by eliminating the assumption | Tom Lane |
| 2008-11-26 | Rely on relcache invalidation to update the cached size of the FSM. | Heikki Linnakangas |
| 2008-11-25 | Use ResourceOwners in the snapshot manager, instead of attempting to track them | Alvaro Herrera |
| 2008-11-19 | Some infrastructure changes for the upcoming auto-explain contrib module: | Tom Lane |
| 2008-11-14 | Second try at fixing DLLIMPORT problem for pg_crc.h on Cygwin. | Tom Lane |
| 2008-11-14 | Implement the basic form of UNNEST, ie unnest(anyarray) returns setof | Tom Lane |
| 2008-11-13 | array_agg aggregate function, as per SQL:2008, but without ORDER BY clause | Peter Eisentraut |
| 2008-11-13 | PGDLLIMPORT-ize the global variables referenced in pg_crc.h. | Tom Lane |
| 2008-11-12 | Update URL to Ross Williams' CRC paper. | Alvaro Herrera |
| 2008-11-12 | array_length() function, and for SQL compatibility also cardinality() | Peter Eisentraut |
| 2008-11-11 | Add support for input and output of interval values formatted per ISO 8601; | Tom Lane |
| 2008-11-04 | ADD array_ndims function | Peter Eisentraut |
| 2008-11-03 | suppress_redundant_updates_trigger function. | Andrew Dunstan |
| 2008-11-03 | Add pg_typeof() function. | Tom Lane |
| 2008-10-27 | Install a more robust solution for the problem of infinite error-processing | Tom Lane |
| 2008-10-14 | Extend the date type to support infinity and -infinity, analogously to | Tom Lane |
| 2008-10-13 | Implement comparison of generic records (composite types), and invent a | Tom Lane |
| 2008-10-09 | Fix two flaws in comments I just introduced, pointed out by Tom. | Alvaro Herrera |
| 2008-10-09 | Improve translatability of error messages for external modules by tweaking | Alvaro Herrera |
| 2008-10-06 | Fix up ruleutils.c for CTE features. The main problem was that | Tom Lane |