summaryrefslogtreecommitdiff
path: root/src/backend/access/common
Commit message (Expand)AuthorAgeFilesLines
* Tighten short-circuit tests for deciding whether we need to invokeTom Lane2004-01-161-8/+5
* More janitorial work: remove the explicit casting of NULL literals to aNeil Conway2004-01-071-2/+2
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-297-7/+7
* Cross-data-type comparisons are now indexable by btrees, pursuant to myTom Lane2003-11-121-7/+35
* Add operator strategy and comparison-value datatype fields to ScanKey.Tom Lane2003-11-092-59/+27
* Message editing: remove gratuitous variations in message wording, standardizePeter Eisentraut2003-09-253-9/+9
* Rewriter and planner should use only resno, not resname, to identifyTom Lane2003-08-111-9/+7
* Rename fields of DestReceiver to avoid collisions with (ill-considered)Tom Lane2003-08-061-4/+4
* Update copyrights to 2003.Bruce Momjian2003-08-046-12/+12
* pgindent run.Bruce Momjian2003-08-043-34/+36
* A visit from the message-style police ...Tom Lane2003-07-281-2/+2
* Error message editing in backend/access.Tom Lane2003-07-214-32/+47
* Replace cryptic 'Unknown kind of return type' messages with somethingTom Lane2003-06-151-2/+5
* Make sure printtup() always sends the number of columns previouslyTom Lane2003-05-261-5/+5
* In RowDescription messages, report columns of domain datatypes as havingTom Lane2003-05-131-7/+15
* Implement new-protocol binary I/O support in DataRow, Bind, and FunctionCallTom Lane2003-05-091-151/+124
* Update 3.0 protocol support to match recent agreements about how toTom Lane2003-05-081-69/+159
* Restructure command destination handling so that we pass aroundTom Lane2003-05-061-15/+56
* Implement feature of new FE/BE protocol whereby RowDescription identifiesTom Lane2003-05-061-9/+30
* Extended query protocol: parse, bind, execute, describe FE/BE messages.Tom Lane2003-05-051-36/+48
* Add transaction status field to ReadyForQuery messages, and make roomTom Lane2003-04-261-2/+11
* Another round of protocol changes. Backend-to-frontend messages now allTom Lane2003-04-221-16/+16
* First cut at recycling space in btree indexes. Still some rough edgesTom Lane2003-02-231-9/+8
* Add new palloc0 call as merge of palloc and MemSet(0).Bruce Momjian2002-11-132-6/+4
* Back out use of palloc0 in place if palloc/MemSet. Seems constant lenBruce Momjian2002-11-112-4/+6
* Merge palloc()/MemSet(0) calls into a single palloc0() call.Bruce Momjian2002-11-102-6/+4
* Make the world at least somewhat safe for zero-column tables, andTom Lane2002-09-281-26/+39
* Don't mess with HEAP_XMAX_INVALID in heaptuple.c routines; there isTom Lane2002-09-271-10/+14
* Replace pg_attribute.attisinherited with attislocal and attinhcountTom Lane2002-09-221-4/+8
* pgindent run.Bruce Momjian2002-09-044-23/+22
* Code review for HeapTupleHeader changes. Add version number to page headersTom Lane2002-09-022-28/+23
* Add attisinherited column to pg_attribute; use it to guard againstTom Lane2002-08-301-2/+12
* Code review for standalone composite types, query-specified compositeTom Lane2002-08-291-32/+27
* Clean up comments to be careful about the distinction between variable-Tom Lane2002-08-252-14/+14
* The cstring datatype can now be copied, passed around, etc. The typlenTom Lane2002-08-243-42/+47
* Add a bunch of pseudo-types to replace the behavior formerly associatedTom Lane2002-08-221-28/+3
* Preliminary code review for anonymous-composite-types patch: fix breakageTom Lane2002-08-051-6/+4
* Attached are two patches to implement and document anonymous compositeBruce Momjian2002-08-041-27/+40
* ALTER TABLE DROP COLUMN works. Patch by Christopher Kings-Lynne,Tom Lane2002-08-021-3/+6
* Instead of having a configure-time DEFAULT_ATTSTATTARGET, store -1 inTom Lane2002-07-311-2/+2
* oid is needed, it is added at the end of the struct (after the nullBruce Momjian2002-07-202-12/+31
* Update copyright to 2002.Bruce Momjian2002-06-206-12/+12
* Here is a patch for Composite and Set returning function support. I madeBruce Momjian2002-06-201-1/+110
* This patch wraps all accesses to t_xmin, t_cmin, t_xmax, and t_cmax inBruce Momjian2002-06-151-5/+5
* Distinguish between MaxHeapAttributeNumber and MaxTupleAttributeNumber,Tom Lane2002-05-271-13/+9
* Restructure indexscan API (index_beginscan, index_getnext) perTom Lane2002-05-201-21/+2
* pg_type has a typnamespace column; system now supports creating typesTom Lane2002-03-291-107/+11
* Clean up BeginCommand and related routines. BeginCommand and EndCommandTom Lane2002-02-272-14/+72
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-254-19/+9
* Rearrange fmgr.c and relcache so that it's possible to keep FmgrInfoTom Lane2001-10-061-1/+29