| Age | Commit message (Expand) | Author |
| 2009-01-12 | Add ONLY support to LOCK and TRUNCATE. By default, these commands are now | Peter Eisentraut |
| 2009-01-11 | Make tests pass with or without locale. | Peter Eisentraut |
| 2009-01-09 | Remove fairly useless mixed-case identifier test that causes locale | Peter Eisentraut |
| 2009-01-08 | Fix memory leak for file name if expect file name contains a dot, per | Bruce Momjian |
| 2009-01-07 | Fix executor/spi.h to follow our usual conventions for include files, ie, | Tom Lane |
| 2009-01-01 | Update copyright for 2009. | Bruce Momjian |
| 2008-12-31 | Consistently use multi-line formatting for all ACL columns printed by psql's | Tom Lane |
| 2008-12-31 | Add some basic support for window frame clauses to the window-functions | Tom Lane |
| 2008-12-30 | Reduce the last group of parallel regression tests to 19 tests, per failure | Tom Lane |
| 2008-12-29 | Tighten up a couple of regression test cases that can have platform-dependent | Tom Lane |
| 2008-12-28 | Support window functions a la SQL:2008. | Tom Lane |
| 2008-12-19 | Add a new column proiswindow to pg_proc. It doesn't actually do anything | Tom Lane |
| 2008-12-19 | SQL/MED catalog manipulation facilities | Peter Eisentraut |
| 2008-12-19 | When we added the ability to have zero-element ARRAY[] constructs by adding an | Tom Lane |
| 2008-12-18 | Code review for function default parameters patch. Fix numerous problems as | Tom Lane |
| 2008-12-16 | Department of second thoughts: further experimentation with CREATE OR REPLACE | Tom Lane |
| 2008-12-15 | Code review for CREATE OR REPLACE VIEW patch. Do things in a saner order to | Tom Lane |
| 2008-12-15 | Arrange for the pg_foo_is_visible and has_foo_privilege families of functions | Tom Lane |
| 2008-12-14 | Restore enforce_generic_type_consistency's pre-8.3 behavior of allowing an | Tom Lane |
| 2008-12-11 | Append major version number and for libraries soname major version number | Peter Eisentraut |
| 2008-12-06 | Allow CREATE OR REPLACE VIEW to add columns to the _end_ of the view. | Bruce Momjian |
| 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-11-29 | Fix recently-added array_agg tests to ensure they produce stable results | Tom Lane |
| 2008-11-28 | Reduce risk of accidentally running temp-install regression tests against | Peter Eisentraut |
| 2008-11-26 | Let's see if using -c instead of -- style fixes the PGOPTIONS issue. | Tom Lane |
| 2008-11-25 | Remove PGINTERVALSTYLE from the set of special environment variables for | Tom Lane |
| 2008-11-25 | If pg_ctl stop fails, print an error message and exit (instead of going out | Peter Eisentraut |
| 2008-11-20 | Fix breakage of bitmap scan plan creation for special index operators such | Tom Lane |
| 2008-11-20 | Silence compiler warning about ignored return value. Our comment already | Magnus Hagander |
| 2008-11-20 | TABLE command | Peter Eisentraut |
| 2008-11-18 | Add required include to build with cygwin. | Magnus Hagander |
| 2008-11-16 | Modify UPDATE/DELETE WHERE CURRENT OF to use the FOR UPDATE infrastructure to | Tom Lane |
| 2008-11-15 | Fix crash of xmlconcat(NULL) | Peter Eisentraut |
| 2008-11-15 | Make SELECT FOR UPDATE/SHARE work on inheritance trees, by having the plan | 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-12 | array_length() function, and for SQL compatibility also cardinality() | Peter Eisentraut |
| 2008-11-12 | Clean up the ancient decision to show only two fractional-seconds digits | Tom Lane |
| 2008-11-11 | Add support for input and output of interval values formatted per ISO 8601; | Tom Lane |
| 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-05 | fix suppress_redundant_updates_trigger() where relation has Oids, per gripe f... | Andrew Dunstan |
| 2008-11-05 | A few additional test cases for array functionality | Peter Eisentraut |
| 2008-11-04 | ADD array_ndims function | Peter Eisentraut |
| 2008-11-04 | Disallow LOCK TABLE outside a transaction block (or function), since this case | Tom Lane |
| 2008-11-03 | suppress_redundant_updates_trigger function. | Andrew Dunstan |
| 2008-11-03 | Add pg_typeof() function. | Tom Lane |
| 2008-10-31 | Allow SQL-language functions to return the output of an INSERT/UPDATE/DELETE | Tom Lane |
| 2008-10-31 | Add test case for CREATE CAST. | Heikki Linnakangas |