aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/common
Commit message (Expand)AuthorAge
* Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian2005-11-22
* 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
* Add operator strategy and comparison-value datatype fields to ScanKey.Tom Lane2003-11-09
* 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
* Rename fields of DestReceiver to avoid collisions with (ill-considered)Tom Lane2003-08-06
* Update copyrights to 2003.Bruce Momjian2003-08-04
* pgindent run.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
* Make sure printtup() always sends the number of columns previouslyTom Lane2003-05-26
* In RowDescription messages, report columns of domain datatypes as havingTom Lane2003-05-13
* Implement new-protocol binary I/O support in DataRow, Bind, and FunctionCallTom Lane2003-05-09
* Update 3.0 protocol support to match recent agreements about how toTom Lane2003-05-08
* Restructure command destination handling so that we pass aroundTom Lane2003-05-06
* Implement feature of new FE/BE protocol whereby RowDescription identifiesTom Lane2003-05-06
* Extended query protocol: parse, bind, execute, describe FE/BE messages.Tom Lane2003-05-05
* Add transaction status field to ReadyForQuery messages, and make roomTom Lane2003-04-26
* Another round of protocol changes. Backend-to-frontend messages now allTom Lane2003-04-22