summaryrefslogtreecommitdiff
path: root/src/include/utils/lsyscache.h
Commit message (Expand)AuthorAgeFilesLines
* Change the planner-to-executor API so that the planner tells the executorTom Lane2007-01-101-2/+7
* Support ORDER BY ... NULLS FIRST/LAST, and add ASC/DESC/NULLS FIRST/NULLS LASTTom Lane2007-01-091-1/+2
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-051-2/+2
* Support type modifiers for user-defined types, and pull most knowledgeTom Lane2006-12-301-1/+2
* Restructure operator classes to allow improved handling of cross-data-typeTom Lane2006-12-231-14/+16
* pgindent run for 8.2.Bruce Momjian2006-10-041-2/+2
* Fix IS NULL and IS NOT NULL tests on row-valued expressions to conform toTom Lane2006-09-281-1/+2
* More include file adjustments.Bruce Momjian2006-07-131-1/+3
* Fix a bunch of problems with domains by making them use special input functionsTom Lane2006-04-051-2/+2
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-051-2/+2
* Implement SQL-compliant treatment of row comparisons for < <= > >= casesTom Lane2005-12-281-1/+5
* Standard pgindent run for 8.1.Bruce Momjian2005-10-151-3/+3
* Replace pg_shadow and pg_group by new role-capable catalogs pg_authidTom Lane2005-06-281-3/+3
* Change CREATE TYPE to require datatype output and send functions to haveTom Lane2005-05-011-5/+3
* Completion of project to use fixed OIDs for all system catalogs andTom Lane2005-04-141-2/+1
* Create the planner mechanism for optimizing simple MIN and MAX queriesTom Lane2005-04-111-1/+2
* First phase of OUT-parameters project. We can now define and use SQLTom Lane2005-03-311-11/+1
* Convert oidvector and int2vector into variable-length arrays. ThisTom Lane2005-03-291-2/+3
* Small patch to move get_grosysid() from catalog/aclchk.c toNeil Conway2005-01-271-2/+3
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-311-2/+2
* Create 'default_tablespace' GUC variable that supplies a TABLESPACETom Lane2004-11-051-3/+1
* Allow functions returning void or cstring to appear in FROM clause,Tom Lane2004-10-201-1/+11
* Pgindent run for 8.0.Bruce Momjian2004-08-291-3/+3
* Update copyright to 2004.Bruce Momjian2004-08-291-2/+2
* Tablespaces. Alternate database locations are dead, long live tablespaces.Tom Lane2004-06-181-1/+3
* Infrastructure for I/O of composite types: arrange for the I/O routinesTom Lane2004-06-061-6/+7
* Planner failed to be smart about binary-compatible expressions in pathkeysTom Lane2003-12-031-1/+2
* make sure the $Id tags are converted to $PostgreSQL as well ...PostgreSQL Daemon2003-11-291-1/+1
* Cross-data-type comparisons are now indexable by btrees, pursuant to myTom Lane2003-11-121-4/+5
* Add operator strategy and comparison-value datatype fields to ScanKey.Tom Lane2003-11-091-2/+3
* Fix pg_get_constraintdef() to ensure CHECK constraints are always shownTom Lane2003-10-041-2/+1
* Create a 'type cache' that keeps track of the data needed for any particularTom Lane2003-08-171-1/+2
* Rewriter and planner should use only resno, not resname, to identifyTom Lane2003-08-111-1/+2
* Another pgindent run with updated typedefs.Bruce Momjian2003-08-081-2/+2
* Update copyrights to 2003.Bruce Momjian2003-08-041-2/+2
* pgindent run.Bruce Momjian2003-08-041-10/+10
* Aggregates can be polymorphic, using polymorphic implementation functions.Tom Lane2003-07-011-1/+2
* Create real array comparison functions (that use the element datatype'sTom Lane2003-06-271-1/+18
* Back out array mega-patch.Bruce Momjian2003-06-251-19/+1
* Updated the pg_get_constraintdef() to use conbin. Update pg_dump to useBruce Momjian2003-06-251-1/+2
* Array mega-patch.Bruce Momjian2003-06-241-1/+19
* Revise hash join and hash aggregation code to use the same datatype-Tom Lane2003-06-221-1/+3
* Cause CHAR(n) to TEXT or VARCHAR conversion to automatically strip trailingTom Lane2003-05-261-1/+2
* Implement new-protocol binary I/O support in DataRow, Bind, and FunctionCallTom Lane2003-05-091-2/+5
* First phase of work on array improvements. ARRAY[x,y,z] constructorTom Lane2003-04-081-1/+5
* Determine the set of constraints applied to a domain at executorTom Lane2003-02-031-1/+2
* Allow merge and hash joins to occur on arbitrary expressions (anything notTom Lane2003-01-151-4/+3
* Teach planner to expand sufficiently simple SQL-language functionsTom Lane2002-12-011-1/+3
* Tweak heap.c to refuse attempts to create table columns of standaloneTom Lane2002-09-191-1/+3
* Extend pg_cast castimplicit column to a three-way value; this allows usTom Lane2002-09-181-2/+1