summaryrefslogtreecommitdiff
path: root/src/test/regress/output/misc.source
AgeCommit message (Expand)Author
2017-07-16Remove check of old-style C functions from misc testTomas Vondra
2017-06-14Revert "Handle multi-command SQL strings correctly even when there are 'null'...Pavan Deolasee
2017-05-05Update expected output issues in misc test suiteTomas Vondra
2017-05-05Handle multi-command SQL strings correctly even when there are 'null' sqlPavan Deolasee
2016-10-27Merge commit 'b5bce6c1ec6061c8a4f730d927e162db7e2ce365'Pavan Deolasee
2016-10-26Ensure a few policies remain for pg_upgradeStephen Frost
2016-10-18Redesign tablesample method API, and do extensive code review.Tom Lane
2016-10-18Add support for pushdown of Append and MergeAppend nodes.Pavan Deolasee
2016-10-18Test output changesPallavi Sontakke
2016-04-15Use less-generic names in matview.sql.Tom Lane
2015-12-18Revert 9246af6799819847faa33baf441251003acbb8fe becauseTeodor Sigaev
2015-12-18Allow to omit boundaries in array subscriptTeodor Sigaev
2015-10-05ALTER TABLE .. FORCE ROW LEVEL SECURITYStephen Frost
2015-09-28Ensure a few policies remain for pg_upgradeStephen Frost
2015-07-25Redesign tablesample method API, and do extensive code review.Tom Lane
2015-06-04Merge remote-tracking branch 'remotes/PGSQL/master' into XL_NEW_MASTERPavan Deolasee
2015-04-27Merge commit 'ab76208e3df6841b3770edeece57d0f048392237' into XL_MASTER_MERGE_9_4Pavan Deolasee
2014-11-19Add test cases for indexam operations not currently covered.Heikki Linnakangas
2014-11-07BRIN: Block Range IndexesAlvaro Herrera
2014-03-24Do jsonb regression test input in the conventional way.Andrew Dunstan
2013-10-10Revive line typePeter Eisentraut
2013-05-08Use the term "radix tree" instead of "suffix tree" for SP-GiST text opclass.Heikki Linnakangas
2013-03-04Add a materialized view relations.Kevin Grittner
2012-08-16Add SP-GiST support for range types.Heikki Linnakangas
2012-07-27Merge commit '80edfd76591fdb9beec061de3c05ef4e9d96ce56' into postgres-xc/masterMichael Paquier
2012-04-23Fix for regression test miscMichael Paquier
2012-02-05Allow SQL-language functions to reference parameters by name.Tom Lane
2012-01-07Rename the internal structures of the CREATE TABLE (LIKE ...) facilityPeter Eisentraut
2011-12-23Improve planner's handling of duplicated index column expressions.Tom Lane
2011-12-17Add SP-GiST (space-partitioned GiST) index access method.Tom Lane
2011-11-14Return FALSE instead of throwing error for comparisons with empty ranges.Tom Lane
2011-07-06Merge commit 'a4bebdd92624e018108c2610fc3f2c1584b6c687' into masterMichael P
2011-05-20Merge commit '1084f317702e1a039696ab8a37caf900e55ec8f2' into int-pgxcPavan Deolasee
2011-05-19Updated regression tests.Mason Sharp
2011-04-14Fix toast table creation.Robert Haas
2010-11-23Remove useless whitespace at end of linesPeter Eisentraut
2009-12-15Support ORDER BY within aggregate function calls, at long last providing aTom Lane
2008-08-05Improve SELECT DISTINCT to consider hash aggregation, as well as sort/uniq,Tom Lane
2007-11-24Add regression tests for MONEY type.D'Arcy J.M. Cain
2007-08-21Tsearch2 functionality migrates to core. The bulk of this work is byTom Lane
2006-05-02GIN: Generalized Inverted iNdex.Teodor Sigaev
2005-04-07Fix minor breakage to regression tests induced in previous commit -- I hadNeil Conway
2004-05-10Promote row expressions to full-fledged citizens of the expression syntax,Tom Lane
2004-04-01Replace TupleTableSlot convention for whole-row variables and functionTom Lane
2004-03-11Revise int2/int4/int8/float4/float8 input routines to allow forNeil Conway
2003-07-20Another round of error message editing, covering backend/commands/.Tom Lane
2003-06-25Includes:Bruce Momjian
2003-03-20Update for new serial functionality.Bruce Momjian
2002-11-23Fix regression test breakage from triggers patch.Tom Lane
2002-11-21Finish implementation of hashed aggregation. Add enable_hashagg GUCTom Lane