summaryrefslogtreecommitdiff
path: root/src/include/access
Commit message (Expand)AuthorAgeFilesLines
* Backend support for autocommit removed, per recent discussions. TheTom Lane2003-05-141-3/+3
* Add binary I/O routines for a bunch more datatypes. Still a few to go,Tom Lane2003-05-121-7/+1
* Update 3.0 protocol support to match recent agreements about how toTom Lane2003-05-081-5/+6
* Restructure command destination handling so that we pass aroundTom Lane2003-05-061-5/+5
* Implement feature of new FE/BE protocol whereby RowDescription identifiesTom Lane2003-05-061-4/+4
* Extended query protocol: parse, bind, execute, describe FE/BE messages.Tom Lane2003-05-051-2/+4
* Add transaction status field to ReadyForQuery messages, and make roomTom Lane2003-04-261-22/+33
* During VACUUM FULL, truncate off any deletable pages that are at theTom Lane2003-02-241-2/+3
* Adjust btbulkdelete logic so that only one WAL record is issued whileTom Lane2003-02-231-5/+10
* Improve coding of log_heap_clean() and heap_xlog_clean().Tom Lane2003-02-231-2/+2
* First cut at recycling space in btree indexes. Still some rough edgesTom Lane2003-02-232-5/+9
* More infrastructure for btree compaction project. Tree-traversal codeTom Lane2003-02-223-19/+40
* Make btree index structure adjustments and WAL logging changes needed toTom Lane2003-02-212-119/+217
* This trivial patch removes the usage of some old statistics code that noBruce Momjian2003-02-131-8/+1
* Fix coredump problem in plpgsql's RETURN NEXT. When a SELECT INTOTom Lane2003-01-211-2/+4
* Read-only transactions, as defined in SQL.Peter Eisentraut2003-01-101-1/+4
* Fix for bug #866. 7.3 contains new logic for avoiding redundant calls toTom Lane2003-01-081-1/+10
* Put back error test for DECLARE CURSOR outside a transaction block ...Tom Lane2002-11-181-1/+2
* Add checkpoint_warning to warn of excessive checkpoints caused by tooBruce Momjian2002-11-151-1/+2
* Update xact.c comments for clarity.Bruce Momjian2002-11-131-7/+8
* Fix places that were using IsTransactionBlock() as an (inadequate) checkTom Lane2002-10-211-1/+2
* Ensure that before truncating CLOG, we force a checkpoint even if noTom Lane2002-09-261-2/+2
* Fix problems with loss of tuple commit status bits during WAL redo ofTom Lane2002-09-262-6/+17
* pgindent run.Bruce Momjian2002-09-0410-55/+57
* Code review for HeapTupleHeader changes. Add version number to page headersTom Lane2002-09-022-164/+147
* AUTOCOMMIT mode is now an available backend GUC variable; setting itTom Lane2002-08-301-3/+3
* Complete TODO item:Bruce Momjian2002-08-301-2/+1
* Clean up comments to be careful about the distinction between variable-Tom Lane2002-08-252-7/+6
* The cstring datatype can now be copied, passed around, etc. The typlenTom Lane2002-08-241-9/+13
* Add a bunch of pseudo-types to replace the behavior formerly associatedTom Lane2002-08-221-4/+1
* Reverse out XLogDir/-X write-ahead log handling, per discussion.Bruce Momjian2002-08-171-5/+1
* Restructure local-buffer handling per recent pghackers discussion.Tom Lane2002-08-061-1/+2
* Fix compilation problem with assert checking enabled for recent xlogThomas G. Lockhart2002-08-051-2/+2
* Implement WAL log location control using "-X" or PGXLOG.Thomas G. Lockhart2002-08-041-1/+5
* oid is needed, it is added at the end of the struct (after the nullBruce Momjian2002-07-203-8/+67
* Second phase of committing Rod Taylor's pg_depend/pg_constraint patch.Tom Lane2002-07-121-2/+2
* Fix typo in xl_heaptid commentBruce Momjian2002-07-081-2/+2
* There already was a macro PageGetItemId; this is now used in (almost)Bruce Momjian2002-07-021-2/+10
* This patch, which is built upon the "HeapTupleHeader accessor macros"Bruce Momjian2002-07-021-27/+86
* Update copyright to 2002.Bruce Momjian2002-06-2029-58/+58
* This patch wraps all accesses to t_xmin, t_cmin, t_xmax, and t_cmax inBruce Momjian2002-06-151-28/+83
* Distinguish between MaxHeapAttributeNumber and MaxTupleAttributeNumber,Tom Lane2002-05-271-27/+43
* Remove AMI_OVERRIDE tests from tqual.c routines; they aren't necessaryTom Lane2002-05-251-12/+8
* Mark index entries "killed" when they are no longer visible to anyTom Lane2002-05-245-30/+27
* Remove global variable scanCommandId in favor of storing a command IDTom Lane2002-05-212-11/+14
* Restructure indexscan API (index_beginscan, index_getnext) perTom Lane2002-05-207-66/+74
* Merge the last few variable.c configuration variables into the genericTom Lane2002-05-171-3/+3
* Create a new GUC variable search_path to control the namespace searchTom Lane2002-04-011-4/+2
* pg_type has a typnamespace column; system now supports creating typesTom Lane2002-03-291-3/+3
* pg_class has a relnamespace column. You can create and access tablesTom Lane2002-03-262-5/+10