summaryrefslogtreecommitdiff
path: root/src/backend/access
Commit message (Expand)AuthorAgeFilesLines
* Repair sometimes-incorrect computation of StartUpID after a crash, perTom Lane2003-05-221-52/+64
* Indexing support for pattern matching operations via separate operatorPeter Eisentraut2003-05-151-1/+10
* Backend support for autocommit removed, per recent discussions. TheTom Lane2003-05-141-70/+10
* In RowDescription messages, report columns of domain datatypes as havingTom Lane2003-05-131-7/+15
* Add binary I/O routines for a bunch more datatypes. Still a few to go,Tom Lane2003-05-122-74/+2
* Adjust CreateCheckpoint so that buffer dumping activities and cleanup ofTom Lane2003-05-101-4/+31
* 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
* Handle clog structure in shared memory in exec() case, for Win32.Bruce Momjian2003-05-031-21/+47
* Back out last commit --- wrong patch.Bruce Momjian2003-05-021-47/+21
* Dump/read non-default GUC values for use by exec'ed backends, for Win32.Bruce Momjian2003-05-021-21/+47
* Portal and memory management infrastructure for extended query protocol.Tom Lane2003-05-021-36/+18
* Add transaction status field to ReadyForQuery messages, and make roomTom Lane2003-04-262-8/+44
* In the continuing saga of FE/BE protocol revisions, add reporting ofTom Lane2003-04-251-1/+8
* Another round of protocol changes. Backend-to-frontend messages now allTom Lane2003-04-221-16/+16
* Make Win32 tests to match existing Cygwin tests, where appropriate.Bruce Momjian2003-04-181-2/+2
* Reorganize clog's error reporting so that PANIC on clog I/O error canTom Lane2003-04-141-30/+135
* This patch implements holdable cursors, following the proposalBruce Momjian2003-03-271-3/+3
* Modify keys_are_unique optimization to release buffer pins before itTom Lane2003-03-242-23/+56
* Adjust amrescan code so that it's allowed to call index_rescan with aTom Lane2003-03-235-73/+64
* Allow error query to start transaction in autocommit off mode.Bruce Momjian2003-03-211-2/+5
* Remove unneeded dash blocks around function start comments.Bruce Momjian2003-03-141-70/+37
* This patch fixes a bunch of spelling mistakes in comments throughout theTom Lane2003-03-104-10/+10
* Reimplement free-space-map management as per recent discussions.Tom Lane2003-03-042-27/+11
* During VACUUM FULL, truncate off any deletable pages that are at theTom Lane2003-02-244-18/+64
* Remove no-longer-used FixBTree GUC variable.Tom Lane2003-02-231-7/+1
* btree page recycling can be done as soon as page's next-xact label isTom Lane2003-02-231-2/+2
* Adjust btbulkdelete logic so that only one WAL record is issued whileTom Lane2003-02-233-102/+125
* Improve coding of log_heap_clean() and heap_xlog_clean().Tom Lane2003-02-231-24/+23
* First cut at recycling space in btree indexes. Still some rough edgesTom Lane2003-02-235-25/+726
* More infrastructure for btree compaction project. Tree-traversal codeTom Lane2003-02-229-264/+580
* Make btree index structure adjustments and WAL logging changes needed toTom Lane2003-02-2110-1645/+1851
* This trivial patch removes the usage of some old statistics code that noBruce Momjian2003-02-132-90/+2
* Use stat(2) to probe for existing xlog segments in InstallXLogFileSegment,Tom Lane2003-01-251-5/+3
* Read-only transactions, as defined in SQL.Peter Eisentraut2003-01-101-1/+5
* Fix for bug #866. 7.3 contains new logic for avoiding redundant calls toTom Lane2003-01-082-10/+48
* This patch implements FOR EACH STATEMENT triggers, per my email toBruce Momjian2002-11-231-13/+1
* Put back error test for DECLARE CURSOR outside a transaction block ...Tom Lane2002-11-181-1/+45
* Rename show_btree_build_stats to log_btree_build_statsBruce Momjian2002-11-152-5/+5
* Update xact.c comments for clarity.Bruce Momjian2002-11-131-107/+94
* Add new palloc0 call as merge of palloc and MemSet(0).Bruce Momjian2002-11-135-25/+13
* Code review for ON COMMIT patch. Make the actual on-commit action happenTom Lane2002-11-111-3/+9
* Back out use of palloc0 in place if palloc/MemSet. Seems constant lenBruce Momjian2002-11-115-13/+25
* Merge palloc()/MemSet(0) calls into a single palloc0() call.Bruce Momjian2002-11-105-25/+13
* Add code to handle [ON COMMIT { PRESERVE ROWS | DELETE ROWS | DROP }]Bruce Momjian2002-11-091-1/+4
* This patch removes a bunch of superfluous #include directives: ifBruce Momjian2002-11-081-2/+1
* Clean up a few fprintf(stderr)'s that should be elog's.Tom Lane2002-11-021-3/+2