aboutsummaryrefslogtreecommitdiff
path: root/src/include/access
Commit message (Expand)AuthorAge
* Rename XLOG_BTREE_NEWPAGE xlog record type into XLOG_HEAP_NEWPAGE, andTom Lane2004-07-11
* Nested transactions. There is still much left to do, especially on theTom Lane2004-07-01
* Make the world very nearly safe for composite-type columns in tables.Tom Lane2004-06-05
* Resurrect heap_deformtuple(), this time implemented as a singly nestedTom Lane2004-06-04
* Adjust btree index build to not use shared buffers, thereby avoiding theTom Lane2004-06-02
* Per previous discussions, get rid of use of sync(2) in favor ofTom Lane2004-05-31
* Separate out bgwriter code into a logically separate module, ratherTom Lane2004-05-29
* Code review for EXEC_BACKEND changes. Reduce the number of #ifdefs byTom Lane2004-05-28
* Get rid of the former rather baroque mechanism for propagating the valuesTom Lane2004-05-27
* For multi-table ANALYZE, use per-table transactions when possibleTom Lane2004-05-22
* Get rid of rd_nblocks field in relcache entries. Turns out this wasTom Lane2004-05-08
* Tweak indexscan and seqscan code to arrange that steps from one page toTom Lane2004-04-21
* This is a cleanup patch for access/transam/xact.c. It only removes someBruce Momjian2004-04-05
* Replace TupleTableSlot convention for whole-row variables and functionTom Lane2004-04-01
* Cleanup vectors of GISTENTRY and eliminate problem with 64-bit strict-alignedTeodor Sigaev2004-03-30
* Add NOWAIT option to LOCK commandTatsuo Ishii2004-03-11
* Commit the reasonably uncontroversial parts of J.R. Nield's PITR patch, toTom Lane2004-02-11
* Rename SortMem and VacuumMem to work_mem and maintenance_work_mem.Tom Lane2004-02-03
* Attached is a patch that fixes some trivial typos and alignment. PleaseBruce Momjian2004-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
* Make the 'wal_debug' GUC variable a boolean (rather than an integer), andNeil Conway2004-01-06
* 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
* This patch properly sets the prototype for the on_shmem_exit andPeter Eisentraut2003-12-12
* make sure the $Id tags are converted to $PostgreSQL as well ...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
* Implement isolation levels read uncommitted and repeatable read as actingPeter Eisentraut2003-11-06
* 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
* Get rid of ReferentialIntegritySnapshotOverride by extending Executor APITom Lane2003-09-25
* 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
* Several fixes for hash indexes that involve changing the on-disk indexTom 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
* Rewriter and planner should use only resno, not resname, to identifyTom Lane2003-08-11
* Another pgindent run with updated typedefs.Bruce Momjian2003-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
* elog mop-up.Tom Lane2003-07-27
* Revise hash join and hash aggregation code to use the same datatype-Tom Lane2003-06-22
* This patch extracts page buffer pooling and the simpleBruce Momjian2003-06-11
* 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
* Update 3.0 protocol support to match recent agreements about how toTom Lane2003-05-08