aboutsummaryrefslogtreecommitdiff
path: root/src/test/regress/sql/oidjoins.sql
Commit message (Expand)AuthorAge
* Update oidjoins regression test for 9.5.Tom Lane2015-07-25
* Update oidjoins regression test for 9.4.Tom Lane2014-04-16
* Get rid of pg_class.reltoastidxid.Fujii Masao2013-07-04
* Update oidjoins regression test to match git HEAD.Tom Lane2011-11-14
* Improve findoidjoins to cover more cases.Tom Lane2011-04-23
* Update oidjoins regression test for 9.1 catalog schema additions.Tom Lane2011-04-23
* Remove useless whitespace at end of linesPeter Eisentraut2010-11-23
* Update oidjoins regression test for 9.0.Tom Lane2010-03-14
* Update oidjoins test to match CVS HEAD.Tom Lane2008-10-13
* Replace "amgetmulti" AM functions with "amgetbitmap", in which the wholeTom Lane2008-04-10
* Tsearch2 functionality migrates to core. The bulk of this work is byTom Lane2007-08-21
* Support arrays of composite types, including the rowtypes of regular tablesTom Lane2007-05-11
* Support type modifiers for user-defined types, and pull most knowledgeTom Lane2006-12-30
* Restructure operator classes to allow improved handling of cross-data-typeTom Lane2006-12-23
* Add aggsortop column to pg_aggregate, so that MIN/MAX optimization canTom Lane2005-04-12
* Update oidjoins regression test to match current catalog structure.Tom Lane2004-08-04
* Cross-data-type comparisons are now indexable by btrees, pursuant to myTom Lane2003-11-12
* Backend support for autocommit removed, per recent discussions. TheTom Lane2003-05-14
* Reinstate pg_type's typsend and typreceive columns. They don't do muchTom Lane2003-05-08
* Update oidjoins regression test for 7.3 catalogs.Tom Lane2002-09-05
* Remove unused system table columns:Peter Eisentraut2002-07-24
* Restructure representation of aggregate functions so that they have pg_procTom Lane2002-04-11
* Restructure pg_opclass, pg_amop, and pg_amproc per previous discussions inTom Lane2001-08-21
* Make OIDs optional, per discussions in pghackers. WITH OIDS is still theTom Lane2001-08-10
* Restructure index AM interface for index building and index tuple deletion,Tom Lane2001-07-15
* Rewrite of planner statistics-gathering code. ANALYZE is now available asTom Lane2001-05-07
* Revise aggregate functions per earlier discussions in pghackers.Tom Lane2000-07-17
* Update regress tests for change of pg_am/pg_amop.Tom Lane2000-01-22
* Clean up format of tests.Thomas G. Lockhart2000-01-05
* Delete unused system table pg_parg.Tom Lane1999-03-27
* Add results of findoidjoins as a standard regression test.Tom Lane1999-03-26