aboutsummaryrefslogtreecommitdiff
path: root/src/test
Commit message (Expand)AuthorAge
* 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
* Use format_type_be() instead of TypeNameToString() for some more user-facingPeter Eisentraut2008-10-21
* Improve headeline generation. Now headline can containTeodor Sigaev2008-10-17
* Extend the date type to support infinity and -infinity, analogously toTom Lane2008-10-14
* Add docs and regression test about sorting the output of a recursive query inTom Lane2008-10-14
* Eliminate unnecessary array[] decoration in examples of recursive cycleTom Lane2008-10-14
* Implement comparison of generic records (composite types), and invent aTom Lane2008-10-13
* Update oidjoins test to match CVS HEAD.Tom Lane2008-10-13
* Fix corner case wherein a WorkTableScan node could get initialized before theTom Lane2008-10-13
* Extend CTE patch to support recursive UNION (ie, without ALL). TheTom Lane2008-10-07
* Add columns boot_val and reset_val to the pg_settings view, to exposeMagnus Hagander2008-10-06
* Fix a missed case in int8-exp-three-digits.out, per buildfarm results.Tom Lane2008-10-06
* Improve behavior of WITH RECURSIVE with an untyped literal in theTom Lane2008-10-05
* Fix markTargetListOrigin() to not fail on a simple-Var reference to aTom Lane2008-10-05
* Remove some unportable testsPeter Eisentraut2008-10-05
* Reverse int8.out and int8-exp-three-digits.out mixup.Peter Eisentraut2008-10-05
* Additional test coverage for int8 type (int8.c)Peter Eisentraut2008-10-05
* Additional test coverage for boolean type (bool.c)Peter Eisentraut2008-10-05
* Implement SQL-standard WITH clauses, including WITH RECURSIVE.Tom Lane2008-10-04
* Additional string function tests for coverage of oracle_compat.cPeter Eisentraut2008-10-04
* Add regression test for macaddr type. Enhance documentation about acceptedPeter Eisentraut2008-10-03
* Allow pg_regress to be run outside the build tree. Look for input filesPeter Eisentraut2008-10-01
* Establish the rule that array types should have the same typdelim as theirTom Lane2008-09-25
* Clean up a couple of weird corner cases in interval parsing: make -yyyy-mm beTom Lane2008-09-16
* Tighten up to_date/to_timestamp so that they are more likely to rejectTom Lane2008-09-11
* Adjust the parser to accept the typename syntax INTERVAL ... SECOND(n)Tom Lane2008-09-11
* Make our parsing of INTERVAL literals spec-compliant (or at least a heck ofTom Lane2008-09-10
* Add "source file" and "source line" information to each GUC variable.Alvaro Herrera2008-09-10
* Create a separate grantable privilege for TRUNCATE, rather than having it beTom Lane2008-09-08
* Add a variant expected-output file for the sequence regression test, to coverTom Lane2008-09-01