summaryrefslogtreecommitdiff
path: root/src/test/regress/sql/oidjoins.sql
AgeCommit message (Expand)Author
2021-02-02Build in some knowledge about foreign-key relationships in the catalogs.Tom Lane
2020-05-09Fix findoidjoins to recognize oidvector columns.Tom Lane
2020-05-09Update oidjoins regression test for v13.Tom Lane
2019-06-15Rework the pg_statistic_ext catalogTomas Vondra
2019-02-09Create the infrastructure for planner support functions.Tom Lane
2018-05-07Update oidjoins regression test for v11.Tom Lane
2018-03-23Allow FOR EACH ROW triggers on partitioned tablesAlvaro Herrera
2017-05-15Update oidjoins regression test for v10.Tom Lane
2016-06-22Update oidjoins regression test for 9.6.Tom Lane
2016-01-18Restructure index access method API to hide most of it at the C level.Tom Lane
2015-07-25Update oidjoins regression test for 9.5.Tom Lane
2014-04-16Update oidjoins regression test for 9.4.Tom Lane
2013-07-03Get rid of pg_class.reltoastidxid.Fujii Masao
2011-11-15Update oidjoins regression test to match git HEAD.Tom Lane
2011-04-23Improve findoidjoins to cover more cases.Tom Lane
2011-04-23Update oidjoins regression test for 9.1 catalog schema additions.Tom Lane
2010-11-23Remove useless whitespace at end of linesPeter Eisentraut
2010-03-14Update oidjoins regression test for 9.0.Tom Lane
2008-10-13Update oidjoins test to match CVS HEAD.Tom Lane
2008-04-10Replace "amgetmulti" AM functions with "amgetbitmap", in which the wholeTom Lane
2007-08-21Tsearch2 functionality migrates to core. The bulk of this work is byTom Lane
2007-05-11Support arrays of composite types, including the rowtypes of regular tablesTom Lane
2006-12-30Support type modifiers for user-defined types, and pull most knowledgeTom Lane
2006-12-23Restructure operator classes to allow improved handling of cross-data-typeTom Lane
2005-04-12Add aggsortop column to pg_aggregate, so that MIN/MAX optimization canTom Lane
2004-08-04Update oidjoins regression test to match current catalog structure.Tom Lane
2003-11-12Cross-data-type comparisons are now indexable by btrees, pursuant to myTom Lane
2003-05-14Backend support for autocommit removed, per recent discussions. TheTom Lane
2003-05-08Reinstate pg_type's typsend and typreceive columns. They don't do muchTom Lane
2002-09-05Update oidjoins regression test for 7.3 catalogs.Tom Lane
2002-07-24Remove unused system table columns:Peter Eisentraut
2002-04-11Restructure representation of aggregate functions so that they have pg_procTom Lane
2001-08-21Restructure pg_opclass, pg_amop, and pg_amproc per previous discussions inTom Lane
2001-08-10Make OIDs optional, per discussions in pghackers. WITH OIDS is still theTom Lane
2001-07-15Restructure index AM interface for index building and index tuple deletion,Tom Lane
2001-05-07Rewrite of planner statistics-gathering code. ANALYZE is now available asTom Lane
2000-07-17Revise aggregate functions per earlier discussions in pghackers.Tom Lane
2000-01-22Update regress tests for change of pg_am/pg_amop.Tom Lane
2000-01-05Clean up format of tests.Thomas G. Lockhart
1999-03-27Delete unused system table pg_parg.Tom Lane
1999-03-26Add results of findoidjoins as a standard regression test.Tom Lane