summaryrefslogtreecommitdiff
path: root/src/backend/utils/cache/lsyscache.c
Commit message (Expand)AuthorAgeFilesLines
* Implement SQL-compliant treatment of row comparisons for < <= > >= casesTom Lane2005-12-281-1/+143
* Make SQL arrays support null elements. This commit fixes the core arrayTom Lane2005-11-171-3/+4
* Standard pgindent run for 8.1.Bruce Momjian2005-10-151-20/+20
* Document that get_attstatsslot/free_attstatsslot only need to be passedTom Lane2005-10-111-3/+9
* Pass the type OID as the typioparam for all non-array types, rather thanTom Lane2005-08-121-6/+7
* Replace pg_shadow and pg_group by new role-capable catalogs pg_authidTom Lane2005-06-281-53/+20
* Change CREATE TYPE to require datatype output and send functions to haveTom Lane2005-05-011-7/+7
* Completion of project to use fixed OIDs for all system catalogs andTom Lane2005-04-141-20/+1
* Create the planner mechanism for optimizing simple MIN and MAX queriesTom Lane2005-04-111-1/+26
* First phase of OUT-parameters project. We can now define and use SQLTom Lane2005-03-311-37/+1
* Convert oidvector and int2vector into variable-length arrays. ThisTom Lane2005-03-291-4/+27
* Small patch to move get_grosysid() from catalog/aclchk.c toNeil Conway2005-01-271-4/+35
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-311-2/+2
* Create 'default_tablespace' GUC variable that supplies a TABLESPACETom Lane2004-11-051-57/+1
* Allow functions returning void or cstring to appear in FROM clause,Tom Lane2004-10-201-1/+37
* Pgindent run for 8.0.Bruce Momjian2004-08-291-2/+2
* Update copyright to 2004.Bruce Momjian2004-08-291-2/+2
* Tablespaces. Alternate database locations are dead, long live tablespaces.Tom Lane2004-06-181-1/+57
* Infrastructure for I/O of composite types: arrange for the I/O routinesTom Lane2004-06-061-13/+39
* Planner failed to be smart about binary-compatible expressions in pathkeysTom Lane2003-12-031-1/+24
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-291-1/+1
* Cross-data-type comparisons are now indexable by btrees, pursuant to myTom Lane2003-11-121-11/+14
* Add operator strategy and comparison-value datatype fields to ScanKey.Tom Lane2003-11-091-11/+9
* Fix pg_get_constraintdef() to ensure CHECK constraints are always shownTom Lane2003-10-041-32/+1
* Create a 'type cache' that keeps track of the data needed for any particularTom Lane2003-08-171-20/+33
* Rewriter and planner should use only resno, not resname, to identifyTom Lane2003-08-111-4/+21
* Update copyrights to 2003.Bruce Momjian2003-08-041-2/+2
* pgindent run.Bruce Momjian2003-08-041-5/+5
* A visit from the message-style police ...Tom Lane2003-07-281-3/+3
* Error message editing in backend/utils (except /adt).Tom Lane2003-07-251-41/+58
* Aggregates can be polymorphic, using polymorphic implementation functions.Tom Lane2003-07-011-1/+31
* Create real array comparison functions (that use the element datatype'sTom Lane2003-06-271-1/+51
* Back out array mega-patch.Bruce Momjian2003-06-251-85/+1
* Updated the pg_get_constraintdef() to use conbin. Update pg_dump to useBruce Momjian2003-06-251-1/+32
* Array mega-patch.Bruce Momjian2003-06-241-1/+85
* Revise hash join and hash aggregation code to use the same datatype-Tom Lane2003-06-221-1/+95
* Cause CHAR(n) to TEXT or VARCHAR conversion to automatically strip trailingTom Lane2003-05-261-1/+28
* Change pg_amop's index on (amopclaid,amopopr) to index (amopopr,amopclaid).Tom Lane2003-05-131-3/+3
* Implement new-protocol binary I/O support in DataRow, Bind, and FunctionCallTom Lane2003-05-091-8/+81
* First phase of work on array improvements. ARRAY[x,y,z] constructorTom Lane2003-04-081-1/+82
* Instead of storing pg_statistic stavalues entries as text strings, storeTom Lane2003-03-231-33/+25
* Determine the set of constraints applied to a domain at executorTom Lane2003-02-031-1/+28
* Allow merge and hash joins to occur on arbitrary expressions (anything notTom Lane2003-01-151-16/+10
* More cleanup of userid to be AclId rather than Oid.Bruce Momjian2002-12-051-2/+3
* Teach planner to expand sufficiently simple SQL-language functionsTom Lane2002-12-011-1/+38
* Remove unused constisset and constiscast fields of Const nodes. CleanTom Lane2002-11-251-4/+2
* Tweak heap.c to refuse attempts to create table columns of standaloneTom Lane2002-09-191-1/+55
* Extend pg_cast castimplicit column to a three-way value; this allows usTom Lane2002-09-181-46/+1
* pgindent run.Bruce Momjian2002-09-041-7/+7
* Code review for domain-constraints patch. Use a new ConstraintTest nodeTom Lane2002-08-311-9/+17