aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/common
Commit message (Expand)AuthorAge
* Add a comment noting that heap_copytuple_with_tuple() results in aNeil Conway2006-11-23
* pgindent run for 8.2.Bruce Momjian2006-10-04
* Add INSERT/UPDATE/DELETE RETURNING, with basic docs and regression tests.Tom Lane2006-08-12
* Fix misguided removal of access/tuptoaster.h inclusion, per Kris Jurka.Tom Lane2006-07-14
* Remove 576 references of include files that were not needed.Bruce Momjian2006-07-14
* Alphabetically order reference to include files, "G" - "M".Bruce Momjian2006-07-11
* Code review for FILLFACTOR patch. Change WITH grammar as per earlierTom Lane2006-07-03
* Add FILLFACTOR to CREATE INDEX.Bruce Momjian2006-07-02
* Create infrastructure for 'MinimalTuple' representation of in-memoryTom Lane2006-06-27
* Fix problems with cached tuple descriptors disappearing while still in useTom Lane2006-06-16
* Fix a bunch of problems with domains by making them use special input functionsTom Lane2006-04-05
* Modify all callers of datatype input and receive functions so that if theseTom Lane2006-04-04
* 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
* Some minor code cleanup, falling out from the removal of rtree. SK_NEGATETom Lane2006-01-14
* I have added these macros to c.h:Bruce Momjian2005-12-25
* Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian2005-11-22
* Remove the t_datamcxt field of HeapTupleData. This was introduced forTom Lane2005-11-20
* Rename the members of CommandDest enum so they don't collide with other uses ofAlvaro Herrera2005-11-03
* Better solution to the problem of labeling whole-row Datums that areTom Lane2005-10-19
* Ensure that the Datum generated from a whole-row Var contains validTom Lane2005-10-19
* Standard pgindent run for 8.1.Bruce Momjian2005-10-15
* Fix rtree and contrib/rtree_gist search behavior for the 1-D box andTom Lane2005-06-24
* Fix the mechanism for reporting the original table OID and column numberTom Lane2005-06-22
* Change CREATE TYPE to require datatype output and send functions to haveTom Lane2005-05-01
* Recent changes got the sense of the notnull bit backwards in the 2.0Tom Lane2005-04-23
* Make equalTupleDescs() compare attlen/attbyval/attalign rather thanTom Lane2005-04-14
* Merge Resdom nodes into TargetEntry nodes to simplify code and save aTom Lane2005-04-06
* First phase of OUT-parameters project. We can now define and use SQLTom Lane2005-03-31
* Eliminate duplicate hasnulls bit testing in index tuple access, andTom Lane2005-03-27
* Convert index-related tuple handling routines from char 'n'/' ' to boolTom Lane2005-03-21
* Revise TupleTableSlot code to avoid unnecessary construction and disassemblyTom Lane2005-03-16
* Avoid O(N^2) overhead in repeated nocachegetattr calls when columns ofTom Lane2005-03-14
* Adjust creation/destruction of TupleDesc data structure to reduce theTom Lane2005-03-07
* Change heap_modifytuple() to require a TupleDesc rather than aNeil Conway2005-01-27
* 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
* Infrastructure for I/O of composite types: arrange for the I/O routinesTom Lane2004-06-06
* Make the world very nearly safe for composite-type columns in tables.Tom Lane2004-06-05
* Resurrect heap_deformtuple(), this time implemented as a singly nestedTom Lane2004-06-04
* 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
* Tighten short-circuit tests for deciding whether we need to invokeTom Lane2004-01-16
* More janitorial work: remove the explicit casting of NULL literals to aNeil Conway2004-01-07
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-29
* Cross-data-type comparisons are now indexable by btrees, pursuant to myTom Lane2003-11-12