aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access
Commit message (Expand)AuthorAge
* 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
* Rename fields of DestReceiver to avoid collisions with (ill-considered)Tom Lane2003-08-06
* 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
* Fix longstanding error in _bt_search(): should moveright at top of loop notTom Lane2003-07-29
* 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
* Revise hash join and hash aggregation code to use the same datatype-Tom Lane2003-06-22
* Replace cryptic 'Unknown kind of return type' messages with somethingTom Lane2003-06-15
* This patch extracts page buffer pooling and the simpleBruce Momjian2003-06-11
* Make debug_ GUC varables output DEBUG1 rather than LOG, and mention inBruce Momjian2003-05-27
* Make sure printtup() always sends the number of columns previouslyTom Lane2003-05-26
* Repair sometimes-incorrect computation of StartUpID after a crash, perTom Lane2003-05-22
* Indexing support for pattern matching operations via separate operatorPeter Eisentraut2003-05-15
* Backend support for autocommit removed, per recent discussions. TheTom Lane2003-05-14
* In RowDescription messages, report columns of domain datatypes as havingTom Lane2003-05-13
* 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
* Implement new-protocol binary I/O support in DataRow, Bind, and FunctionCallTom Lane2003-05-09
* 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