summaryrefslogtreecommitdiff
path: root/src/include/access/tupdesc.h
Commit message (Expand)AuthorAgeFilesLines
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-051-2/+2
* pgindent run for 8.2.Bruce Momjian2006-10-041-2/+2
* Fix problems with cached tuple descriptors disappearing while still in useTom Lane2006-06-161-1/+25
* Clean up representation of function RTEs for functions returning RECORD.Tom Lane2006-03-161-1/+3
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-051-2/+2
* Adjust creation/destruction of TupleDesc data structure to reduce theTom Lane2005-03-071-8/+12
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-311-2/+2
* Pgindent run for 8.0.Bruce Momjian2004-08-291-2/+2
* Update copyright to 2004.Bruce Momjian2004-08-291-2/+2
* Replace TupleTableSlot convention for whole-row variables and functionTom Lane2004-04-011-3/+13
* make sure the $Id tags are converted to $PostgreSQL as well ...PostgreSQL Daemon2003-11-291-1/+1
* Rewriter and planner should use only resno, not resname, to identifyTom Lane2003-08-111-2/+2
* Update copyrights to 2003.Bruce Momjian2003-08-041-2/+2
* pgindent run.Bruce Momjian2002-09-041-2/+2
* Code review for HeapTupleHeader changes. Add version number to page headersTom Lane2002-09-021-26/+6
* oid is needed, it is added at the end of the struct (after the nullBruce Momjian2002-07-201-2/+25
* Second phase of committing Rod Taylor's pg_depend/pg_constraint patch.Tom Lane2002-07-121-2/+2
* Update copyright to 2002.Bruce Momjian2002-06-201-2/+2
* pg_type has a typnamespace column; system now supports creating typesTom Lane2002-03-291-3/+3
* New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian2001-11-051-3/+3
* Another pgindent run. Fixes enum indenting, and improves #endifBruce Momjian2001-10-281-1/+2
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-251-2/+1
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-241-2/+2
* I am attempting to integrate postgres (v 7.0) with an open sourceBruce Momjian2000-05-221-2/+2
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-121-2/+2
* Fix problems seen in parallel regress tests when SI buffer overruns (causingTom Lane2000-01-311-4/+5
* Add:Bruce Momjian2000-01-261-2/+3
* Reimplement parsing and storage of default expressions and constraintTom Lane1999-10-031-7/+5
* More cleanupBruce Momjian1999-07-161-2/+2
* Change #include's to use <> and "" as appropriate.Bruce Momjian1999-07-151-4/+4
* Another pgindent run. Sorry folks.Bruce Momjian1999-05-251-2/+2
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-131-2/+2
* OK, folks, here is the pgindent output.Bruce Momjian1998-09-011-6/+5
* Renaming cleanup, no pgindent yet.Bruce Momjian1998-09-011-3/+3
* heap_fetch requires buffer pointer, must be released; heap_getnextBruce Momjian1998-08-191-2/+2
* Change atttypmod from int16 to int32, for Thomas.Bruce Momjian1998-07-121-2/+2
* pgindent run before 6.3 release, with Thomas' requested changes.Bruce Momjian1998-02-261-2/+3
* Pass around typmod as int16.Bruce Momjian1998-02-101-2/+2
* Pass attypmod through to executor by adding to Var and Resdom.Bruce Momjian1998-02-101-2/+3
* Fix prototypes so they don't look like function definitions.Bruce Momjian1998-01-241-3/+2
* Used modified version of indent that understands over 100 typedefs.Bruce Momjian1997-09-081-5/+5
* Add typdefs to pgindent run.Bruce Momjian1997-09-081-3/+3
* Another PGINDENT run that changes variable indenting and case label indenting...Bruce Momjian1997-09-081-20/+20
* Massive commit to run PGINDENT on all *.c and *.h files.Bruce Momjian1997-09-071-38/+43
* + CreateTupleDescCopyConstrVadim B. Mikheev1997-08-221-1/+5
* AttrConstr --> TupleConstrVadim B. Mikheev1997-08-211-12/+27
* NOT NULL implementation (submitted by Robson Paniago de Miranda).Vadim B. Mikheev1997-08-191-1/+9
* Another series started from utils/builtins.hMarc G. Fournier1996-11-041-4/+4
* Include dependencies based on tupdesc.h, as:Marc G. Fournier1996-11-011-2/+2
* clean out include files of including other includes files except thoseMarc G. Fournier1996-10-191-5/+3