aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access
Commit message (Expand)AuthorAge
* Add NOWAIT option to LOCK commandTatsuo Ishii2004-03-11
* Replace opendir/closedir calls throughout the backend with AllocateDirTom Lane2004-02-23
* Here is an updated version of the win32 readdir patch.Bruce Momjian2004-02-17
* Commit the reasonably uncontroversial parts of J.R. Nield's PITR patch, toTom Lane2004-02-11
* Centralize implementation of delay code by creating a pg_usleep()Tom Lane2004-02-10
* Restructure smgr API as per recent proposal. smgr no longer depends onTom Lane2004-02-10
* Cost based vacuum delay feature.Jan Wieck2004-02-06
* Rename SortMem and VacuumMem to work_mem and maintenance_work_mem.Tom Lane2004-02-03
* Review uses of IsUnderPostmaster, change some tests to look atTom Lane2004-01-28
* Attached is a patch that fixes some trivial typos and alignment. PleaseBruce Momjian2004-01-26
* Ensure that close() and fclose() are checked for errors, at least inTom Lane2004-01-26
* Repair incorrect order of operations in GetNewTransactionId(). We mustTom Lane2004-01-26
* Repair problem identified by Olivier Prenant: ALTER DATABASE SET search_pathTom Lane2004-01-19
* Tighten short-circuit tests for deciding whether we need to invokeTom Lane2004-01-16
* 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
* Fix three trivial typos in comments.Neil Conway2004-01-05
* Further cleanup in _bt_first: eliminate duplicate code paths.Tom Lane2003-12-21
* Previous change exposed some opportunities for further simplificationTom Lane2003-12-21
* Improve btree's initial-positioning-strategy code so that we never needTom Lane2003-12-21
* 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
* make sure the $Id tags are converted to $PostgreSQL as well ...PostgreSQL Daemon2003-11-29
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-29
* Cross-data-type comparisons are now indexable by btrees, pursuant to myTom Lane2003-11-12
* Add operator strategy and comparison-value datatype fields to ScanKey.Tom Lane2003-11-09
* Fix bad interaction between NOTIFY processing and V3 extended queryTom Lane2003-10-16
* Repair RI trigger visibility problems (this time for sure ;-)) per recentTom Lane2003-10-01
* Adjust btree index build procedure so that the btree metapage looksTom Lane2003-09-29
* 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
* Fix LISTEN/NOTIFY race condition reported by Gavin Sherry. While aTom Lane2003-09-15
* Reimplement hash index locking algorithms, per my recent proposal toTom Lane2003-09-04
* In _bt_check_unique() loop, don't bother applying _bt_isequal() toTom Lane2003-09-02
* Several fixes for hash indexes that involve changing the on-disk indexTom Lane2003-09-02
* Fix a couple typos, add some more comments.Tom Lane2003-09-02
* Rewrite hashbulkdelete() to make it amenable to new bucket lockingTom Lane2003-09-02
* Preliminary cleanup for hash index code (doesn't attack the locking problemTom Lane2003-09-01
* Add some internals documentation for hash indexes, including anTom Lane2003-09-01
* Rewriter and planner should use only resno, not resname, to identifyTom Lane2003-08-11
* Repair potential deadlock created by recent changes to recycle btreeTom Lane2003-08-10
* Another pgindent run with updated typedefs.Bruce Momjian2003-08-08
* Suppress unused-variable warnings when building without Asserts.Tom Lane2003-08-08