aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/common
Commit message (Expand)AuthorAge
* 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
* First cut at recycling space in btree indexes. Still some rough edgesTom Lane2003-02-23
* 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
* Don't mess with HEAP_XMAX_INVALID in heaptuple.c routines; there isTom Lane2002-09-27
* 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
* Clean up comments to be careful about the distinction between variable-Tom Lane2002-08-25
* The cstring datatype can now be copied, passed around, etc. The typlenTom Lane2002-08-24
* Add a bunch of pseudo-types to replace the behavior formerly associatedTom Lane2002-08-22
* 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
* This patch wraps all accesses to t_xmin, t_cmin, t_xmax, and t_cmax inBruce Momjian2002-06-15
* Distinguish between MaxHeapAttributeNumber and MaxTupleAttributeNumber,Tom Lane2002-05-27
* Restructure indexscan API (index_beginscan, index_getnext) perTom Lane2002-05-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
* Rearrange fmgr.c and relcache so that it's possible to keep FmgrInfoTom Lane2001-10-06
* Ensure that all TransactionId comparisons are encapsulated in macrosTom Lane2001-08-23
* Restructure index AM interface for index building and index tuple deletion,Tom Lane2001-07-15
* Optimizer can now estimate selectivity of IS NULL, IS NOT NULL,Tom Lane2001-06-25
* Clean up various to-do items associated with system indexes:Tom Lane2001-06-12
* Clean up some minor problems exposed by further thought about Panon's bugTom Lane2001-06-01