aboutsummaryrefslogtreecommitdiff
path: root/src/test
Commit message (Expand)AuthorAge
* Remove fairly useless mixed-case identifier test that causes localePeter Eisentraut2009-01-09
* Fix memory leak for file name if expect file name contains a dot, perBruce Momjian2009-01-08
* Fix executor/spi.h to follow our usual conventions for include files, ie,Tom Lane2009-01-07
* Update copyright for 2009.Bruce Momjian2009-01-01
* Consistently use multi-line formatting for all ACL columns printed by psql'sTom Lane2008-12-31
* Add some basic support for window frame clauses to the window-functionsTom Lane2008-12-31
* Reduce the last group of parallel regression tests to 19 tests, per failureTom Lane2008-12-30
* Tighten up a couple of regression test cases that can have platform-dependentTom Lane2008-12-29
* Support window functions a la SQL:2008.Tom Lane2008-12-28
* Add a new column proiswindow to pg_proc. It doesn't actually do anythingTom Lane2008-12-19
* SQL/MED catalog manipulation facilitiesPeter Eisentraut2008-12-19
* When we added the ability to have zero-element ARRAY[] constructs by adding anTom Lane2008-12-19
* Code review for function default parameters patch. Fix numerous problems asTom Lane2008-12-18
* Department of second thoughts: further experimentation with CREATE OR REPLACETom Lane2008-12-16
* Code review for CREATE OR REPLACE VIEW patch. Do things in a saner order toTom Lane2008-12-15
* Arrange for the pg_foo_is_visible and has_foo_privilege families of functionsTom Lane2008-12-15
* Restore enforce_generic_type_consistency's pre-8.3 behavior of allowing anTom Lane2008-12-14
* Append major version number and for libraries soname major version numberPeter Eisentraut2008-12-11
* Allow CREATE OR REPLACE VIEW to add columns to the _end_ of the view.Bruce Momjian2008-12-06
* Default values for function argumentsPeter Eisentraut2008-12-04
* Fix a couple of snapshot management bugs in the new ResourceOwner world:Alvaro Herrera2008-12-04
* Fix recently-added array_agg tests to ensure they produce stable resultsTom Lane2008-11-29
* Reduce risk of accidentally running temp-install regression tests againstPeter Eisentraut2008-11-28
* Let's see if using -c instead of -- style fixes the PGOPTIONS issue.Tom Lane2008-11-26
* Remove PGINTERVALSTYLE from the set of special environment variables forTom Lane2008-11-25
* If pg_ctl stop fails, print an error message and exit (instead of going outPeter Eisentraut2008-11-25
* Fix breakage of bitmap scan plan creation for special index operators suchTom Lane2008-11-20
* Silence compiler warning about ignored return value. Our comment alreadyMagnus Hagander2008-11-20
* TABLE commandPeter Eisentraut2008-11-20
* Add required include to build with cygwin.Magnus Hagander2008-11-18
* Modify UPDATE/DELETE WHERE CURRENT OF to use the FOR UPDATE infrastructure toTom Lane2008-11-16
* Fix crash of xmlconcat(NULL)Peter Eisentraut2008-11-15
* Make SELECT FOR UPDATE/SHARE work on inheritance trees, by having the planTom Lane2008-11-15
* Implement the basic form of UNNEST, ie unnest(anyarray) returns setofTom Lane2008-11-14
* array_agg aggregate function, as per SQL:2008, but without ORDER BY clausePeter Eisentraut2008-11-13
* array_length() function, and for SQL compatibility also cardinality()Peter Eisentraut2008-11-12
* Clean up the ancient decision to show only two fractional-seconds digitsTom Lane2008-11-12
* Add support for input and output of interval values formatted per ISO 8601;Tom Lane2008-11-11
* Replace pg_class.reltriggers with relhastriggers, which is just a boolean hintTom Lane2008-11-09
* Add a new GUC variable called "IntervalStyle" that decouples interval outputTom Lane2008-11-09
* fix suppress_redundant_updates_trigger() where relation has Oids, per gripe f...Andrew Dunstan2008-11-05
* A few additional test cases for array functionalityPeter Eisentraut2008-11-05
* ADD array_ndims functionPeter Eisentraut2008-11-04
* Disallow LOCK TABLE outside a transaction block (or function), since this caseTom Lane2008-11-04
* suppress_redundant_updates_trigger function.Andrew Dunstan2008-11-03
* Add pg_typeof() function.Tom Lane2008-11-03
* Allow SQL-language functions to return the output of an INSERT/UPDATE/DELETETom Lane2008-10-31
* Add test case for CREATE CAST.Heikki Linnakangas2008-10-31
* Add support for user-defined I/O conversion casts.Heikki Linnakangas2008-10-31
* Unicode escapes in strings and identifiersPeter Eisentraut2008-10-29