| Commit message (Expand) | Author | Age | Files | Lines |
| * | Remove dynamic translation of regression test scripts, step 2. | Tom Lane | 2021-12-20 | 1 | -697/+0 |
| * | Remove dynamic translation of regression test scripts, step 1. | Tom Lane | 2021-12-20 | 1 | -5/+10 |
| * | Remove support for version-0 calling conventions. | Andres Freund | 2017-03-30 | 1 | -18/+0 |
| * | Remove user_relns() SRF from regression tests. | Andres Freund | 2016-09-12 | 1 | -138/+0 |
| * | Use less-generic names in matview.sql. | Tom Lane | 2016-04-15 | 1 | -10/+10 |
| * | Revert 9246af6799819847faa33baf441251003acbb8fe because | Teodor Sigaev | 2015-12-18 | 1 | -2/+1 |
| * | Allow to omit boundaries in array subscript | Teodor Sigaev | 2015-12-18 | 1 | -1/+2 |
| * | ALTER TABLE .. FORCE ROW LEVEL SECURITY | Stephen Frost | 2015-10-04 | 1 | -1/+2 |
| * | Ensure a few policies remain for pg_upgrade | Stephen Frost | 2015-09-28 | 1 | -1/+2 |
| * | Redesign tablesample method API, and do extensive code review. | Tom Lane | 2015-07-25 | 1 | -1/+4 |
| * | Add test cases for indexam operations not currently covered. | Heikki Linnakangas | 2014-11-19 | 1 | -1/+6 |
| * | BRIN: Block Range Indexes | Alvaro Herrera | 2014-11-07 | 1 | -1/+3 |
| * | Do jsonb regression test input in the conventional way. | Andrew Dunstan | 2014-03-23 | 1 | -1/+2 |
| * | Revive line type | Peter Eisentraut | 2013-10-09 | 1 | -1/+2 |
| * | Use the term "radix tree" instead of "suffix tree" for SP-GiST text opclass. | Heikki Linnakangas | 2013-05-08 | 1 | -1/+1 |
| * | Add a materialized view relations. | Kevin Grittner | 2013-03-03 | 1 | -1/+11 |
| * | Add SP-GiST support for range types. | Heikki Linnakangas | 2012-08-16 | 1 | -1/+2 |
| * | Allow SQL-language functions to reference parameters by name. | Tom Lane | 2012-02-04 | 1 | -0/+45 |
| * | Rename the internal structures of the CREATE TABLE (LIKE ...) facility | Peter Eisentraut | 2012-01-07 | 1 | -2/+1 |
| * | Improve planner's handling of duplicated index column expressions. | Tom Lane | 2011-12-23 | 1 | -1/+2 |
| * | Add SP-GiST (space-partitioned GiST) index access method. | Tom Lane | 2011-12-17 | 1 | -1/+4 |
| * | Return FALSE instead of throwing error for comparisons with empty ranges. | Tom Lane | 2011-11-14 | 1 | -1/+3 |
| * | Fix toast table creation. | Robert Haas | 2011-04-13 | 1 | -0/+11 |
| * | Remove useless whitespace at end of lines | Peter Eisentraut | 2010-11-23 | 1 | -7/+7 |
| * | Support ORDER BY within aggregate function calls, at long last providing a | Tom Lane | 2009-12-15 | 1 | -1/+2 |
| * | Improve SELECT DISTINCT to consider hash aggregation, as well as sort/uniq, | Tom Lane | 2008-08-05 | 1 | -1/+2 |
| * | Add regression tests for MONEY type. | D'Arcy J.M. Cain | 2007-11-24 | 1 | -1/+2 |
| * | Tsearch2 functionality migrates to core. The bulk of this work is by | Tom Lane | 2007-08-21 | 1 | -1/+2 |
| * | GIN: Generalized Inverted iNdex. | Teodor Sigaev | 2006-05-02 | 1 | -1/+3 |
| * | Fix minor breakage to regression tests induced in previous commit -- I had | Neil Conway | 2005-04-07 | 1 | -0/+2 |
| * | Promote row expressions to full-fledged citizens of the expression syntax, | Tom Lane | 2004-05-10 | 1 | -0/+39 |
| * | Replace TupleTableSlot convention for whole-row variables and function | Tom Lane | 2004-04-01 | 1 | -1/+17 |
| * | Revise int2/int4/int8/float4/float8 input routines to allow for | Neil Conway | 2004-03-11 | 1 | -1/+2 |
| * | Another round of error message editing, covering backend/commands/. | Tom Lane | 2003-07-20 | 1 | -1/+1 |
| * | Includes: | Bruce Momjian | 2003-06-25 | 1 | -1/+4 |
| * | Update for new serial functionality. | Bruce Momjian | 2003-03-20 | 1 | -3/+1 |
| * | Fix regression test breakage from triggers patch. | Tom Lane | 2002-11-23 | 1 | -1/+3 |
| * | Finish implementation of hashed aggregation. Add enable_hashagg GUC | Tom Lane | 2002-11-21 | 1 | -1/+1 |
| * | Fix ALTER TABLE ... ADD COLUMN for inheritance cases. | Bruce Momjian | 2002-10-21 | 1 | -0/+1 |
| * | First phase of SCHEMA changes, concentrating on fixing the grammar and | Tom Lane | 2002-03-21 | 1 | -10/+10 |
| * | Bruce's octet_length change breaks this regression test. | Tom Lane | 2001-11-20 | 1 | -1/+1 |
| * | Add separate regression tests for timetz and the new timestamptz type. | Thomas G. Lockhart | 2001-09-28 | 1 | -1/+3 |
| * | Add some minimal exercising of functional-index feature to regression | Tom Lane | 2001-08-27 | 1 | -1/+2 |
| * | Add ORDER BY to a couple of test queries whose output ordering is not | Tom Lane | 2001-07-15 | 1 | -2/+2 |
| * | This patch adds support for %TYPE in CREATE FUNCTION argument and return | Bruce Momjian | 2001-06-04 | 1 | -0/+6 |
| * | Revise handling of oldstyle/newstyle functions per recent discussions | Tom Lane | 2000-11-20 | 1 | -0/+18 |
| * | I think Thomas missed an update here... | Tom Lane | 2000-11-06 | 1 | -3/+1 |
| * | Make regression tests work with VPATH builds. | Peter Eisentraut | 2000-10-27 | 1 | -5/+5 |
| * | Add regression tests for date, time, and time with time zone types. | Thomas G. Lockhart | 2000-09-12 | 1 | -1/+3 |
| * | Update regression tests for ONLY and other recent changes. | Tom Lane | 2000-06-10 | 1 | -7/+37 |