summaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
2011-12-17Add SP-GiST (space-partitioned GiST) index access method.Tom Lane
2011-12-15Don't leave regress_test_role_super lying around.Robert Haas
2011-12-14Add support for passing cursor parameters in named notation in PL/pgSQL.Heikki Linnakangas
2011-12-10Enable compiling with the mingw-w64 32 bit compiler.Andrew Dunstan
2011-12-09Add ALTER FOREIGN DATA WRAPPER / RENAME and ALTER SERVER / RENAMEPeter Eisentraut
2011-12-07Create a "sort support" interface API for faster sorting.Tom Lane
2011-12-01Fix getTypeIOParam to support type record[].Tom Lane
2011-11-29When a row fails a not-null constraint, show row's contents in errdetail.Tom Lane
2011-11-29When a row fails a CHECK constraint, show row's contents in errdetail.Tom Lane
2011-11-27Improve GiST range-contained-by searches by adding a flag for empty ranges.Tom Lane
2011-11-27Add pg_upgrade test suitePeter Eisentraut
2011-11-23Remove zero- and one-argument range constructor functions.Tom Lane
2011-11-22Improve implementation of range-contains-element tests.Tom Lane
2011-11-22Check for INSERT privileges in SELECT INTO / CREATE TABLE AS.Robert Haas
2011-11-22Still more review for range-types patch.Tom Lane
2011-11-21More code review for rangetypes patch.Tom Lane
2011-11-18Further review of range-types patch.Tom Lane
2011-11-18Further consolidation of DROP statement handling.Robert Haas
2011-11-17Declare range inclusion operators as taking anyelement not anynonarray.Tom Lane
2011-11-17Fix range_cmp_bounds for the case of equal-valued exclusive bounds.Tom Lane
2011-11-16Code review for range-types catalog entries.Tom Lane
2011-11-15Fix alignment and toasting bugs in range types.Tom Lane
2011-11-15Update oidjoins regression test to match git HEAD.Tom Lane
2011-11-14Return FALSE instead of throwing error for comparisons with empty ranges.Tom Lane
2011-11-14Fix copyright notices, other minor editing in new range-types code.Tom Lane
2011-11-09Tweak new regression test case for more portability.Tom Lane
2011-11-09Fix random discrepancies between parallel_schedule and serial_schedule.Tom Lane
2011-11-09Wrap appendrel member outputs in PlaceHolderVars in additional cases.Tom Lane
2011-11-07On second thought, we'd better just drop these tests altogether.Tom Lane
2011-11-06Un-break horology regression test.Tom Lane
2011-11-05Update regression tests for \d+ modificationMagnus Hagander
2011-11-04Unbreak isolationtester on Win32Alvaro Herrera
2011-11-03Implement a dry-run mode for isolationtesterAlvaro Herrera
2011-11-03Support range data types.Heikki Linnakangas
2011-11-03Fix handling of PlaceHolderVars in nestloop parameter management.Tom Lane
2011-11-02Fix btree stop-at-nulls logic properly.Tom Lane
2011-11-01Clean up whitespace and indentation in parser and scanner filesPeter Eisentraut
2011-10-26Change FK trigger creation order to better support self-referential FKs.Tom Lane
2011-10-25Add debugging aid in isolationtesterAlvaro Herrera
2011-10-21Fix DROP OPERATOR FAMILY IF EXISTS.Robert Haas
2011-10-20Add "skipping" to the NOTICE produced by DROP OPERATOR CLASS IF EXISTS.Robert Haas
2011-10-20Remove a few of the new DROP-IF-EXISTS regression tests.Robert Haas
2011-10-20Add some more regression tests for DROP IF EXISTS.Robert Haas
2011-10-16Fix collate.linux.utf8 expected output for recent error message change.Tom Lane
2011-10-14Measure the number of all-visible pages for use in index-only scan costing.Tom Lane
2011-10-10Attempt to reduce local dependencies in regression tests.Robert Haas
2011-10-10Fix ALTER TABLE ONLY .. DROP CONSTRAINT.Robert Haas
2011-10-09Prevent index-only scans in stats regression test.Tom Lane
2011-10-08Support index-only scans using the visibility map to avoid heap fetches.Tom Lane
2011-10-01Improve generated column names for cases involving sub-SELECTs.Tom Lane