aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/transam
Commit message (Expand)AuthorAge
* Repair problem identified by Olivier Prenant: ALTER DATABASE SET search_pathTom Lane2004-01-19
* Change PG_DELAY from msec to usec and use it consistenly rather thanBruce Momjian2004-01-09
* More janitorial work: remove the explicit casting of NULL literals to aNeil Conway2004-01-07
* Suppress compiler warning (xlog_outrec is unused if not WAL_DEBUG).Tom Lane2004-01-06
* Make the 'wal_debug' GUC variable a boolean (rather than an integer), andNeil Conway2004-01-06
* This patch is the next step towards (re)allowing fork/exec.Bruce Momjian2003-12-20
* I posted some bufmgr cleanup a few weeks ago, but it conflicted withNeil Conway2003-12-14
* This patch properly sets the prototype for the on_shmem_exit andPeter Eisentraut2003-12-12
* Add a warning to AtEOXact_SPI() to catch cases where the currentJoe Conway2003-12-02
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-29
* Fix bad interaction between NOTIFY processing and V3 extended queryTom Lane2003-10-16
* Add a mechanism to let dynamically loaded modules register post-commit/Tom Lane2003-09-28
* Fix typo in message.Tom Lane2003-09-27
* Various message fixes, among those fixes for the previous round of fixesPeter Eisentraut2003-09-26
* Message editing: remove gratuitous variations in message wording, standardizePeter Eisentraut2003-09-25
* Repair some REINDEX problems per recent discussions. The relcache isTom Lane2003-09-24
* Another pgindent run with updated typedefs.Bruce Momjian2003-08-08
* Suppress unused-variable warnings when building without Asserts.Tom Lane2003-08-08
* Fix some copyright notices that weren't updated. Improve copyright toolTom Lane2003-08-04
* 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
* Error message editing: finish up undone task of reporting the problemTom Lane2003-07-19
* Repair boundary-case bug introduced by patch of two months ago thatTom Lane2003-07-17
* Add comment pointing out that XLByteToPrevSeg macro is not broken.Tom Lane2003-06-26
* This patch extracts page buffer pooling and the simpleBruce Momjian2003-06-11
* Repair sometimes-incorrect computation of StartUpID after a crash, perTom Lane2003-05-22
* Backend support for autocommit removed, per recent discussions. TheTom Lane2003-05-14
* Add binary I/O routines for a bunch more datatypes. Still a few to go,Tom Lane2003-05-12
* Adjust CreateCheckpoint so that buffer dumping activities and cleanup ofTom Lane2003-05-10
* 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
* 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
* 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
* Make btree index structure adjustments and WAL logging changes needed toTom Lane2003-02-21
* 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
* 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
* Update xact.c comments for clarity.Bruce Momjian2002-11-13
* Code review for ON COMMIT patch. Make the actual on-commit action happenTom Lane2002-11-11