summaryrefslogtreecommitdiff
path: root/src/backend/access/common/tupdesc.c
Commit message (Expand)AuthorAgeFilesLines
* Wrap calls to SearchSysCache and related functions using macros.Robert Haas2010-02-141-4/+2
* Replace ALTER TABLE ... SET STATISTICS DISTINCT with a more general mechanism.Robert Haas2010-01-221-6/+3
* Update copyright for the year 2010.Bruce Momjian2010-01-021-2/+2
* Code review for LIKE INCLUDING patch --- clean up some cosmetic and notTom Lane2009-10-131-3/+5
* CREATE LIKE INCLUDING COMMENTS and STORAGE, and INCLUDING ALL shortcut. Itaga...Andrew Dunstan2009-10-121-1/+3
* Add ALTER TABLE ... ALTER COLUMN ... SET STATISTICS DISTINCTTom Lane2009-08-021-1/+4
* Make backend header files C++ safePeter Eisentraut2009-07-161-4/+4
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-111-3/+3
* Support column-level privileges, as required by SQL standard.Tom Lane2009-01-221-5/+11
* Update copyright for 2009.Bruce Momjian2009-01-011-2/+2
* Change the rules for inherited CHECK constraints to be essentially the sameTom Lane2008-05-091-39/+10
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-011-2/+2
* Ensure that typmod decoration on a datatype name is validated in all cases,Tom Lane2007-11-111-3/+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-4/+5
* Remove 576 references of include files that were not needed.Bruce Momjian2006-07-141-2/+1
* Fix problems with cached tuple descriptors disappearing while still in useTom Lane2006-06-161-1/+46
* Clean up representation of function RTEs for functions returning RECORD.Tom Lane2006-03-161-1/+52
* Improve parser so that we can show an error cursor position for errorsTom Lane2006-03-141-2/+2
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-051-2/+2
* Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian2005-11-221-3/+3
* Standard pgindent run for 8.1.Bruce Momjian2005-10-151-26/+26
* Make equalTupleDescs() compare attlen/attbyval/attalign rather thanTom Lane2005-04-141-5/+16
* First phase of OUT-parameters project. We can now define and use SQLTom Lane2005-03-311-125/+1
* Adjust creation/destruction of TupleDesc data structure to reduce theTom Lane2005-03-071-77/+58
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-311-2/+2
* Allow functions returning void or cstring to appear in FROM clause,Tom Lane2004-10-201-6/+6
* Pgindent run for 8.0.Bruce Momjian2004-08-291-6/+6
* Update copyright to 2004.Bruce Momjian2004-08-291-2/+2
* Use the new List API function names throughout the backend, and disable theNeil Conway2004-05-301-6/+6
* Reimplement the linked list data structure used throughout the backend.Neil Conway2004-05-261-5/+5
* Replace TupleTableSlot convention for whole-row variables and functionTom Lane2004-04-011-111/+87
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-291-1/+1
* Message editing: remove gratuitous variations in message wording, standardizePeter Eisentraut2003-09-251-4/+4
* Rewriter and planner should use only resno, not resname, to identifyTom Lane2003-08-111-9/+7
* Update copyrights to 2003.Bruce Momjian2003-08-041-2/+2
* A visit from the message-style police ...Tom Lane2003-07-281-2/+2
* Error message editing in backend/access.Tom Lane2003-07-211-7/+15
* Replace cryptic 'Unknown kind of return type' messages with somethingTom Lane2003-06-151-2/+5
* Add new palloc0 call as merge of palloc and MemSet(0).Bruce Momjian2002-11-131-3/+2
* Back out use of palloc0 in place if palloc/MemSet. Seems constant lenBruce Momjian2002-11-111-2/+3
* Merge palloc()/MemSet(0) calls into a single palloc0() call.Bruce Momjian2002-11-101-3/+2
* Make the world at least somewhat safe for zero-column tables, andTom Lane2002-09-281-26/+39
* Replace pg_attribute.attisinherited with attislocal and attinhcountTom Lane2002-09-221-4/+8
* pgindent run.Bruce Momjian2002-09-041-8/+7
* Code review for HeapTupleHeader changes. Add version number to page headersTom Lane2002-09-021-9/+12
* Add attisinherited column to pg_attribute; use it to guard againstTom Lane2002-08-301-2/+12
* Code review for standalone composite types, query-specified compositeTom Lane2002-08-291-32/+27
* Preliminary code review for anonymous-composite-types patch: fix breakageTom Lane2002-08-051-6/+4
* Attached are two patches to implement and document anonymous compositeBruce Momjian2002-08-041-27/+40