| Age | Commit message (Expand) | Author |
| 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 |
| 2008-10-31 | Add support for user-defined I/O conversion casts. | Heikki Linnakangas |
| 2008-10-29 | Unicode escapes in strings and identifiers | Peter Eisentraut |
| 2008-10-21 | Use format_type_be() instead of TypeNameToString() for some more user-facing | Peter Eisentraut |
| 2008-10-17 | Improve headeline generation. Now headline can contain | Teodor Sigaev |
| 2008-10-14 | Extend the date type to support infinity and -infinity, analogously to | Tom Lane |
| 2008-10-14 | Add docs and regression test about sorting the output of a recursive query in | Tom Lane |
| 2008-10-14 | Eliminate unnecessary array[] decoration in examples of recursive cycle | Tom Lane |
| 2008-10-13 | Implement comparison of generic records (composite types), and invent a | Tom Lane |
| 2008-10-13 | Update oidjoins test to match CVS HEAD. | Tom Lane |
| 2008-10-13 | Fix corner case wherein a WorkTableScan node could get initialized before the | Tom Lane |
| 2008-10-07 | Extend CTE patch to support recursive UNION (ie, without ALL). The | Tom Lane |
| 2008-10-06 | Add columns boot_val and reset_val to the pg_settings view, to expose | Magnus Hagander |
| 2008-10-06 | Fix a missed case in int8-exp-three-digits.out, per buildfarm results. | Tom Lane |
| 2008-10-05 | Improve behavior of WITH RECURSIVE with an untyped literal in the | Tom Lane |
| 2008-10-05 | Fix markTargetListOrigin() to not fail on a simple-Var reference to a | Tom Lane |
| 2008-10-05 | Remove some unportable tests | Peter Eisentraut |
| 2008-10-05 | Reverse int8.out and int8-exp-three-digits.out mixup. | Peter Eisentraut |
| 2008-10-05 | Additional test coverage for int8 type (int8.c) | Peter Eisentraut |
| 2008-10-05 | Additional test coverage for boolean type (bool.c) | Peter Eisentraut |
| 2008-10-04 | Implement SQL-standard WITH clauses, including WITH RECURSIVE. | Tom Lane |
| 2008-10-04 | Additional string function tests for coverage of oracle_compat.c | Peter Eisentraut |
| 2008-10-03 | Add regression test for macaddr type. Enhance documentation about accepted | Peter Eisentraut |
| 2008-10-01 | Allow pg_regress to be run outside the build tree. Look for input files | Peter Eisentraut |