]> granicus.if.org Git - postgresql/history - src/test/regress/serial_schedule
Implement SQL-standard WITH clauses, including WITH RECURSIVE.
[postgresql] / src / test / regress / serial_schedule
2008-10-04 Tom LaneImplement SQL-standard WITH clauses, including WITH...
2008-10-03 Peter EisentrautAdd regression test for macaddr type. Enhance document...
2008-04-10 Tom LaneReplace "amgetmulti" AM functions with "amgetbitmap...
2007-11-24 Tom LaneAdd missed entry for new money regression test.
2007-10-13 Tom LaneMigrate the former contrib/txid module into core. ...
2007-09-11 Teodor SigaevAdd regression tests for ispell, synonym and thesaurus...
2007-08-21 Tom LaneTsearch2 functionality migrates to core. The bulk...
2007-04-02 Tom LaneSupport enum data types. Along the way, use macros...
2007-03-13 Tom LaneFirst phase of plan-invalidation project: create a...
2007-02-09 Tom LaneCombine cmin and cmax fields of HeapTupleHeaders into...
2007-01-28 Neil ConwayAdd a new builtin type, "uuid". This implements a UUID...
2007-01-20 Neil ConwayRegression tests for large objects. Patch from Jeremy...
2006-12-21 Peter EisentrautInitial SQL/XML support: xml data type and initial...
2006-08-30 Tom LaneExtend COPY to support COPY (SELECT ...) TO ...
2006-08-12 Tom LaneAdd INSERT/UPDATE/DELETE RETURNING, with basic docs...
2006-08-04 Tom LaneAdd some basic tests of GUC behavior.
2006-01-22 Neil ConwayAllow an optional alias for the target table to be...
2005-11-19 Andrew DunstanDROP objecttype IF EXISTS for the following objects:
2005-07-07 Tom LaneTrack dependencies on shared objects (which is to say...
2005-06-17 Tom LaneTwo-phase commit. Original patch by Heikki Linnakangas...
2004-06-18 Tom LaneTablespaces. Alternate database locations are dead...
2004-06-06 Tom LaneAdd some regression tests for composite-type operations.
2004-01-11 Neil ConwayAdd CREATE TRIGGER, CREATE INDEX, and CREATE SEQUENCE...
2003-11-29 PostgreSQL Daemon$Header: -> $PostgreSQL Changes ...
2003-09-13 Bruce MomjianWith pg_autovacuum becoming increasingly popular it...
2003-08-26 Bruce MomjianThis patch adds a new regression test for the UPDATE...
2003-07-01 Tom LaneAggregates can be polymorphic, using polymorphic implem...
2003-03-20 Bruce MomjianTodo items:
2002-09-02 Bruce MomjianOkay, attached is a patch that moves the alter table...
2002-08-27 Tom LanePREPARE/EXECUTE statements. Patch by Neil Conway,...
2002-08-22 Bruce Momjian# Disallow TRUNCATE on tables that are involved in...
2002-08-11 Tom LaneMake cluster regress test functional.
2002-07-25 Tatsuo IshiiImplement DROP CONVERSION
2002-07-20 Bruce Momjianoid is needed, it is added at the end of the struct...
2002-07-20 Bruce MomjianThis patch fixes a regression caused by my recent chang...
2002-07-18 Bruce MomjianThe attached patch (against HEAD) implements
2002-06-20 Bruce MomjianAttached is a regression test patch for SRFs. I based...
2002-04-05 Bruce MomjianAdd INSERT(..., DEFAULT, ).
2002-03-19 Bruce MomjianAdd DOMAIN support. Includes manual pages and regressi...
2001-09-28 Thomas G. LockhartAdd separate regression tests for timetz and the new...
2001-06-12 Bruce MomjianBack out has_table_privilege patch.
2001-06-12 Bruce MomjianOK -- here's take #5.
2001-05-27 Peter EisentrautMake UPDATE and DELETE privileges distinct. Add REFERE...
2000-11-22 Peter EisentrautBit string regression test
2000-10-01 Peter EisentrautFix test order
2000-09-29 Peter EisentrautNew unified regression test driver, test/regress makefi...