summaryrefslogtreecommitdiff
path: root/src/backend/access
AgeCommit message (Expand)Author
2004-02-06Cost based vacuum delay feature.Jan Wieck
2004-02-03Rename SortMem and VacuumMem to work_mem and maintenance_work_mem.Tom Lane
2004-01-28Review uses of IsUnderPostmaster, change some tests to look atTom Lane
2004-01-26Attached is a patch that fixes some trivial typos and alignment. PleaseBruce Momjian
2004-01-26Ensure that close() and fclose() are checked for errors, at least inTom Lane
2004-01-26Repair incorrect order of operations in GetNewTransactionId(). We mustTom Lane
2004-01-19Repair problem identified by Olivier Prenant: ALTER DATABASE SET search_pathTom Lane
2004-01-16Tighten short-circuit tests for deciding whether we need to invokeTom Lane
2004-01-09Change PG_DELAY from msec to usec and use it consistenly rather thanBruce Momjian
2004-01-07More janitorial work: remove the explicit casting of NULL literals to aNeil Conway
2004-01-06Suppress compiler warning (xlog_outrec is unused if not WAL_DEBUG).Tom Lane
2004-01-06Make the 'wal_debug' GUC variable a boolean (rather than an integer), andNeil Conway
2004-01-05Fix three trivial typos in comments.Neil Conway
2003-12-21Further cleanup in _bt_first: eliminate duplicate code paths.Tom Lane
2003-12-21Previous change exposed some opportunities for further simplificationTom Lane
2003-12-21Improve btree's initial-positioning-strategy code so that we never needTom Lane
2003-12-20This patch is the next step towards (re)allowing fork/exec.Bruce Momjian
2003-12-14I posted some bufmgr cleanup a few weeks ago, but it conflicted withNeil Conway
2003-12-12This patch properly sets the prototype for the on_shmem_exit andPeter Eisentraut
2003-12-02Add a warning to AtEOXact_SPI() to catch cases where the currentJoe Conway
2003-11-29make sure the $Id tags are converted to $PostgreSQL as well ...PostgreSQL Daemon
2003-11-29$Header: -> $PostgreSQL Changes ...PostgreSQL Daemon
2003-11-12Cross-data-type comparisons are now indexable by btrees, pursuant to myTom Lane
2003-11-09Add operator strategy and comparison-value datatype fields to ScanKey.Tom Lane
2003-10-16Fix bad interaction between NOTIFY processing and V3 extended queryTom Lane
2003-10-01Repair RI trigger visibility problems (this time for sure ;-)) per recentTom Lane
2003-09-29Adjust btree index build procedure so that the btree metapage looksTom Lane
2003-09-28Add a mechanism to let dynamically loaded modules register post-commit/Tom Lane
2003-09-27Fix typo in message.Tom Lane
2003-09-26Various message fixes, among those fixes for the previous round of fixesPeter Eisentraut
2003-09-25Message editing: remove gratuitous variations in message wording, standardizePeter Eisentraut
2003-09-24Repair some REINDEX problems per recent discussions. The relcache isTom Lane
2003-09-15Fix LISTEN/NOTIFY race condition reported by Gavin Sherry. While aTom Lane
2003-09-04Reimplement hash index locking algorithms, per my recent proposal toTom Lane
2003-09-02In _bt_check_unique() loop, don't bother applying _bt_isequal() toTom Lane
2003-09-02Several fixes for hash indexes that involve changing the on-disk indexTom Lane
2003-09-02Fix a couple typos, add some more comments.Tom Lane
2003-09-02Rewrite hashbulkdelete() to make it amenable to new bucket lockingTom Lane
2003-09-01Preliminary cleanup for hash index code (doesn't attack the locking problemTom Lane
2003-09-01Add some internals documentation for hash indexes, including anTom Lane
2003-08-11Rewriter and planner should use only resno, not resname, to identifyTom Lane
2003-08-10Repair potential deadlock created by recent changes to recycle btreeTom Lane
2003-08-08Another pgindent run with updated typedefs.Bruce Momjian
2003-08-08Suppress unused-variable warnings when building without Asserts.Tom Lane
2003-08-06Rename fields of DestReceiver to avoid collisions with (ill-considered)Tom Lane
2003-08-04Fix some copyright notices that weren't updated. Improve copyright toolTom Lane
2003-08-04Update copyrights to 2003.Bruce Momjian
2003-08-04pgindent run.Bruce Momjian
2003-07-29Fix longstanding error in _bt_search(): should moveright at top of loop notTom Lane
2003-07-28A visit from the message-style police ...Tom Lane