aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/common/tupdesc.c
Commit message (Expand)AuthorAge
* Remove 576 references of include files that were not needed.Bruce Momjian2006-07-14
* Fix problems with cached tuple descriptors disappearing while still in useTom Lane2006-06-16
* Clean up representation of function RTEs for functions returning RECORD.Tom Lane2006-03-16
* Improve parser so that we can show an error cursor position for errorsTom Lane2006-03-14
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-05
* Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian2005-11-22
* Standard pgindent run for 8.1.Bruce Momjian2005-10-15
* Make equalTupleDescs() compare attlen/attbyval/attalign rather thanTom Lane2005-04-14
* First phase of OUT-parameters project. We can now define and use SQLTom Lane2005-03-31
* Adjust creation/destruction of TupleDesc data structure to reduce theTom Lane2005-03-07
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-31
* 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
* Use the new List API function names throughout the backend, and disable theNeil Conway2004-05-30
* Reimplement the linked list data structure used throughout the backend.Neil Conway2004-05-26
* Replace TupleTableSlot convention for whole-row variables and functionTom Lane2004-04-01
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-29
* Message editing: remove gratuitous variations in message wording, standardizePeter Eisentraut2003-09-25
* Rewriter and planner should use only resno, not resname, to identifyTom Lane2003-08-11
* Update copyrights to 2003.Bruce Momjian2003-08-04
* A visit from the message-style police ...Tom Lane2003-07-28
* Error message editing in backend/access.Tom Lane2003-07-21
* Replace cryptic 'Unknown kind of return type' messages with somethingTom Lane2003-06-15
* Add new palloc0 call as merge of palloc and MemSet(0).Bruce Momjian2002-11-13
* Back out use of palloc0 in place if palloc/MemSet. Seems constant lenBruce Momjian2002-11-11
* Merge palloc()/MemSet(0) calls into a single palloc0() call.Bruce Momjian2002-11-10
* Make the world at least somewhat safe for zero-column tables, andTom Lane2002-09-28
* Replace pg_attribute.attisinherited with attislocal and attinhcountTom Lane2002-09-22
* pgindent run.Bruce Momjian2002-09-04
* Code review for HeapTupleHeader changes. Add version number to page headersTom Lane2002-09-02
* Add attisinherited column to pg_attribute; use it to guard againstTom Lane2002-08-30
* Code review for standalone composite types, query-specified compositeTom Lane2002-08-29
* Preliminary code review for anonymous-composite-types patch: fix breakageTom Lane2002-08-05
* Attached are two patches to implement and document anonymous compositeBruce Momjian2002-08-04
* ALTER TABLE DROP COLUMN works. Patch by Christopher Kings-Lynne,Tom Lane2002-08-02
* Instead of having a configure-time DEFAULT_ATTSTATTARGET, store -1 inTom Lane2002-07-31
* oid is needed, it is added at the end of the struct (after the nullBruce Momjian2002-07-20
* Update copyright to 2002.Bruce Momjian2002-06-20
* Here is a patch for Composite and Set returning function support. I madeBruce Momjian2002-06-20
* pg_type has a typnamespace column; system now supports creating typesTom Lane2002-03-29
* Clean up BeginCommand and related routines. BeginCommand and EndCommandTom Lane2002-02-27
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-25
* Optimizer can now estimate selectivity of IS NULL, IS NOT NULL,Tom Lane2001-06-25
* Rewrite of planner statistics-gathering code. ANALYZE is now available asTom Lane2001-05-07
* Remove dashes in comments that don't need them, rewrap with pgindent.Bruce Momjian2001-03-22
* pgindent run. Make it all clean.Bruce Momjian2001-03-22
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-24
* Fix portability problems recently exposed by regression tests on Alphas.Tom Lane2000-12-27
* Change SearchSysCache coding conventions so that a reference count isTom Lane2000-11-16