summaryrefslogtreecommitdiff
path: root/src/test/regress/output/misc.source
Commit message (Expand)AuthorAgeFilesLines
* Remove dynamic translation of regression test scripts, step 2.Tom Lane2021-12-201-697/+0
* Remove dynamic translation of regression test scripts, step 1.Tom Lane2021-12-201-5/+10
* Remove support for version-0 calling conventions.Andres Freund2017-03-301-18/+0
* Remove user_relns() SRF from regression tests.Andres Freund2016-09-121-138/+0
* Use less-generic names in matview.sql.Tom Lane2016-04-151-10/+10
* Revert 9246af6799819847faa33baf441251003acbb8fe becauseTeodor Sigaev2015-12-181-2/+1
* Allow to omit boundaries in array subscriptTeodor Sigaev2015-12-181-1/+2
* ALTER TABLE .. FORCE ROW LEVEL SECURITYStephen Frost2015-10-041-1/+2
* Ensure a few policies remain for pg_upgradeStephen Frost2015-09-281-1/+2
* Redesign tablesample method API, and do extensive code review.Tom Lane2015-07-251-1/+4
* Add test cases for indexam operations not currently covered.Heikki Linnakangas2014-11-191-1/+6
* BRIN: Block Range IndexesAlvaro Herrera2014-11-071-1/+3
* Do jsonb regression test input in the conventional way.Andrew Dunstan2014-03-231-1/+2
* Revive line typePeter Eisentraut2013-10-091-1/+2
* Use the term "radix tree" instead of "suffix tree" for SP-GiST text opclass.Heikki Linnakangas2013-05-081-1/+1
* Add a materialized view relations.Kevin Grittner2013-03-031-1/+11
* Add SP-GiST support for range types.Heikki Linnakangas2012-08-161-1/+2
* Allow SQL-language functions to reference parameters by name.Tom Lane2012-02-041-0/+45
* Rename the internal structures of the CREATE TABLE (LIKE ...) facilityPeter Eisentraut2012-01-071-2/+1
* Improve planner's handling of duplicated index column expressions.Tom Lane2011-12-231-1/+2
* Add SP-GiST (space-partitioned GiST) index access method.Tom Lane2011-12-171-1/+4
* Return FALSE instead of throwing error for comparisons with empty ranges.Tom Lane2011-11-141-1/+3
* Fix toast table creation.Robert Haas2011-04-131-0/+11
* Remove useless whitespace at end of linesPeter Eisentraut2010-11-231-7/+7
* Support ORDER BY within aggregate function calls, at long last providing aTom Lane2009-12-151-1/+2
* Improve SELECT DISTINCT to consider hash aggregation, as well as sort/uniq,Tom Lane2008-08-051-1/+2
* Add regression tests for MONEY type.D'Arcy J.M. Cain2007-11-241-1/+2
* Tsearch2 functionality migrates to core. The bulk of this work is byTom Lane2007-08-211-1/+2
* GIN: Generalized Inverted iNdex.Teodor Sigaev2006-05-021-1/+3
* Fix minor breakage to regression tests induced in previous commit -- I hadNeil Conway2005-04-071-0/+2
* Promote row expressions to full-fledged citizens of the expression syntax,Tom Lane2004-05-101-0/+39
* Replace TupleTableSlot convention for whole-row variables and functionTom Lane2004-04-011-1/+17
* Revise int2/int4/int8/float4/float8 input routines to allow forNeil Conway2004-03-111-1/+2
* Another round of error message editing, covering backend/commands/.Tom Lane2003-07-201-1/+1
* Includes:Bruce Momjian2003-06-251-1/+4
* Update for new serial functionality.Bruce Momjian2003-03-201-3/+1
* Fix regression test breakage from triggers patch.Tom Lane2002-11-231-1/+3
* Finish implementation of hashed aggregation. Add enable_hashagg GUCTom Lane2002-11-211-1/+1
* Fix ALTER TABLE ... ADD COLUMN for inheritance cases.Bruce Momjian2002-10-211-0/+1
* First phase of SCHEMA changes, concentrating on fixing the grammar andTom Lane2002-03-211-10/+10
* Bruce's octet_length change breaks this regression test.Tom Lane2001-11-201-1/+1
* Add separate regression tests for timetz and the new timestamptz type.Thomas G. Lockhart2001-09-281-1/+3
* Add some minimal exercising of functional-index feature to regressionTom Lane2001-08-271-1/+2
* Add ORDER BY to a couple of test queries whose output ordering is notTom Lane2001-07-151-2/+2
* This patch adds support for %TYPE in CREATE FUNCTION argument and returnBruce Momjian2001-06-041-0/+6
* Revise handling of oldstyle/newstyle functions per recent discussionsTom Lane2000-11-201-0/+18
* I think Thomas missed an update here...Tom Lane2000-11-061-3/+1
* Make regression tests work with VPATH builds.Peter Eisentraut2000-10-271-5/+5
* Add regression tests for date, time, and time with time zone types.Thomas G. Lockhart2000-09-121-1/+3
* Update regression tests for ONLY and other recent changes.Tom Lane2000-06-101-7/+37