aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access
Commit message (Expand)AuthorAge
...
* 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
* Handle clog structure in shared memory in exec() case, for Win32.Bruce Momjian2003-05-03
* Back out last commit --- wrong patch.Bruce Momjian2003-05-02
* Dump/read non-default GUC values for use by exec'ed backends, for Win32.Bruce Momjian2003-05-02
* Portal and memory management infrastructure for extended query protocol.Tom Lane2003-05-02
* Add transaction status field to ReadyForQuery messages, and make roomTom Lane2003-04-26
* In the continuing saga of FE/BE protocol revisions, add reporting ofTom Lane2003-04-25
* Another round of protocol changes. Backend-to-frontend messages now allTom Lane2003-04-22
* Make Win32 tests to match existing Cygwin tests, where appropriate.Bruce Momjian2003-04-18
* Reorganize clog's error reporting so that PANIC on clog I/O error canTom Lane2003-04-14
* This patch implements holdable cursors, following the proposalBruce Momjian2003-03-27
* Modify keys_are_unique optimization to release buffer pins before itTom Lane2003-03-24
* Adjust amrescan code so that it's allowed to call index_rescan with aTom Lane2003-03-23
* Allow error query to start transaction in autocommit off mode.Bruce Momjian2003-03-21
* Remove unneeded dash blocks around function start comments.Bruce Momjian2003-03-14
* This patch fixes a bunch of spelling mistakes in comments throughout theTom Lane2003-03-10
* Reimplement free-space-map management as per recent discussions.Tom Lane2003-03-04
* During VACUUM FULL, truncate off any deletable pages that are at theTom Lane2003-02-24
* Remove no-longer-used FixBTree GUC variable.Tom Lane2003-02-23
* btree page recycling can be done as soon as page's next-xact label isTom Lane2003-02-23
* Adjust btbulkdelete logic so that only one WAL record is issued whileTom Lane2003-02-23
* Improve coding of log_heap_clean() and heap_xlog_clean().Tom Lane2003-02-23
* First cut at recycling space in btree indexes. Still some rough edgesTom Lane2003-02-23
* More infrastructure for btree compaction project. Tree-traversal codeTom Lane2003-02-22
* Make btree index structure adjustments and WAL logging changes needed toTom Lane2003-02-21
* This trivial patch removes the usage of some old statistics code that noBruce Momjian2003-02-13
* Use stat(2) to probe for existing xlog segments in InstallXLogFileSegment,Tom Lane2003-01-25
* Read-only transactions, as defined in SQL.Peter Eisentraut2003-01-10
* Fix for bug #866. 7.3 contains new logic for avoiding redundant calls toTom Lane2003-01-08
* This patch implements FOR EACH STATEMENT triggers, per my email toBruce Momjian2002-11-23
* Put back error test for DECLARE CURSOR outside a transaction block ...Tom Lane2002-11-18
* Rename show_btree_build_stats to log_btree_build_statsBruce Momjian2002-11-15
* Update xact.c comments for clarity.Bruce Momjian2002-11-13
* Add new palloc0 call as merge of palloc and MemSet(0).Bruce Momjian2002-11-13
* Code review for ON COMMIT patch. Make the actual on-commit action happenTom Lane2002-11-11
* 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
* Add code to handle [ON COMMIT { PRESERVE ROWS | DELETE ROWS | DROP }]Bruce Momjian2002-11-09
* This patch removes a bunch of superfluous #include directives: ifBruce Momjian2002-11-08
* Clean up a few fprintf(stderr)'s that should be elog's.Tom Lane2002-11-02
* Perform transaction cleanup operations in a less ad-hoc, moreTom Lane2002-10-22
* Fix places that were using IsTransactionBlock() as an (inadequate) checkTom Lane2002-10-21
* Make CREATE/ALTER/DROP USER/GROUP transaction-safe, or at least prettyTom Lane2002-10-21
* Fix potential problem with btbulkdelete deleting an indexscan's currentTom Lane2002-10-20
* Change order of operations during XLogFlush so that we try to includeTom Lane2002-10-07
* 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