aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/cache/lsyscache.c
Commit message (Expand)AuthorAge
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-01
* pgindent run for 8.3.Bruce Momjian2007-11-15
* Fix ALTER COLUMN TYPE to preserve the tablespace and reloptions of indexesTom Lane2007-10-13
* Support arrays of composite types, including the rowtypes of regular tablesTom Lane2007-05-11
* Support enum data types. Along the way, use macros for the values ofTom Lane2007-04-02
* Fix 8.2 breakage of domains over array types, and add a regression test caseTom Lane2007-03-19
* Fix up the remaining places where the expression node structure would loseTom Lane2007-03-17
* Fix up foreign-key mechanism so that there is a sound semantic basis for theTom Lane2007-02-14
* Add support for cross-type hashing in hash index searches and hash joins.Tom Lane2007-01-30
* Add COST and ROWS options to CREATE/ALTER FUNCTION, plus underlying pg_procTom Lane2007-01-22
* Refactor some lsyscache routines to eliminate duplicate code and saveTom Lane2007-01-21
* Refactor planner's pathkeys data structure to create a separate, explicitTom Lane2007-01-20
* Change the planner-to-executor API so that the planner tells the executorTom Lane2007-01-10
* Support ORDER BY ... NULLS FIRST/LAST, and add ASC/DESC/NULLS FIRST/NULLS LASTTom Lane2007-01-09
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-05
* 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
* pgindent run for 8.2.Bruce Momjian2006-10-04
* Fix IS NULL and IS NOT NULL tests on row-valued expressions to conform toTom Lane2006-09-28
* Add a hack so that get_type_io_data() can work from bootstrap.c'sTom Lane2006-08-15
* Remove 576 references of include files that were not needed.Bruce Momjian2006-07-14
* Fix a bunch of problems with domains by making them use special input functionsTom Lane2006-04-05
* Modify all callers of datatype input and receive functions so that if theseTom Lane2006-04-04
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-05
* Implement SQL-compliant treatment of row comparisons for < <= > >= casesTom Lane2005-12-28
* Make SQL arrays support null elements. This commit fixes the core arrayTom Lane2005-11-17
* Standard pgindent run for 8.1.Bruce Momjian2005-10-15
* Document that get_attstatsslot/free_attstatsslot only need to be passedTom Lane2005-10-11
* Pass the type OID as the typioparam for all non-array types, rather thanTom Lane2005-08-12
* Replace pg_shadow and pg_group by new role-capable catalogs pg_authidTom Lane2005-06-28
* Change CREATE TYPE to require datatype output and send functions to haveTom Lane2005-05-01
* Completion of project to use fixed OIDs for all system catalogs andTom Lane2005-04-14
* Create the planner mechanism for optimizing simple MIN and MAX queriesTom Lane2005-04-11
* First phase of OUT-parameters project. We can now define and use SQLTom Lane2005-03-31
* Convert oidvector and int2vector into variable-length arrays. ThisTom Lane2005-03-29
* Small patch to move get_grosysid() from catalog/aclchk.c toNeil Conway2005-01-27
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-31
* Create 'default_tablespace' GUC variable that supplies a TABLESPACETom Lane2004-11-05
* Allow functions returning void or cstring to appear in FROM clause,Tom Lane2004-10-20
* Pgindent run for 8.0.Bruce Momjian2004-08-29
* Update copyright to 2004.Bruce Momjian2004-08-29
* Tablespaces. Alternate database locations are dead, long live tablespaces.Tom Lane2004-06-18
* Infrastructure for I/O of composite types: arrange for the I/O routinesTom Lane2004-06-06
* Planner failed to be smart about binary-compatible expressions in pathkeysTom Lane2003-12-03
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-29
* Cross-data-type comparisons are now indexable by btrees, pursuant to myTom Lane2003-11-12
* Add operator strategy and comparison-value datatype fields to ScanKey.Tom Lane2003-11-09
* Fix pg_get_constraintdef() to ensure CHECK constraints are always shownTom Lane2003-10-04
* Create a 'type cache' that keeps track of the data needed for any particularTom Lane2003-08-17
* Rewriter and planner should use only resno, not resname, to identifyTom Lane2003-08-11