index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
access
Commit message (
Expand
)
Author
Age
*
Remove the 'slow' path for btree index build, which built the btree
Tom Lane
2006-04-01
*
Clean up WAL/buffer interactions as per my recent proposal. Get rid of the
Tom Lane
2006-03-31
*
Improve gist XLOG code to follow the coding rules needed to prevent
Tom Lane
2006-03-30
*
Clean up and document the API for XLogOpenRelation and XLogReadBuffer.
Tom Lane
2006-03-29
*
Disable full_page_writes, because turning it off risks causing crash-recovery
Tom Lane
2006-03-28
*
Repair longstanding error in btree xlog replay: XLogReadBuffer should be
Tom Lane
2006-03-28
*
Arrange to emit a description of the current XLOG record as error context
Tom Lane
2006-03-24
*
Clean up representation of function RTEs for functions returning RECORD.
Tom Lane
2006-03-16
*
Improve parser so that we can show an error cursor position for errors
Tom Lane
2006-03-14
*
Add a CHECK_FOR_INTERRUPTS() in _bt_buildadd(). This fixes problem
Tom Lane
2006-03-10
*
Update copyright for 2006. Update scripts.
Bruce Momjian
2006-03-05
*
This patch makes the error message strings throughout the backend
Neil Conway
2006-03-01
*
Cleanup the usage of ScanDirection: use the symbolic names for the
Neil Conway
2006-02-21
*
Move btbulkdelete's vacuum_delay_point() call to a place in the loop where
Tom Lane
2006-02-14
*
Add some missing vacuum_delay_point calls in GIST vacuuming.
Tom Lane
2006-02-14
*
Actually there's a better way to do this, which is to count tuples
Tom Lane
2006-02-12
*
Skip ambulkdelete scan if there's nothing to delete and the index is not
Tom Lane
2006-02-11
*
Revert based on Tom's recommendation:
Bruce Momjian
2006-02-11
*
Allow VACUUM to complete faster by avoiding scanning the indexes when no
Bruce Momjian
2006-02-11
*
Remove the no-longer-useful HashItem/HashItemData level of structure.
Tom Lane
2006-01-25
*
Remove the no-longer-useful BTItem/BTItemData level of structure, and
Tom Lane
2006-01-25
*
Allow row comparisons to be used as indexscan qualifications.
Tom Lane
2006-01-25
*
Instead of using a numberOfRequiredKeys count to distinguish required
Tom Lane
2006-01-23
*
Repair longstanding bug in slru/clog logic: it is possible for two backends
Tom Lane
2006-01-21
*
Improve comments about btree's use of ScanKey data structures: there
Tom Lane
2006-01-17
*
Some minor code cleanup, falling out from the removal of rtree. SK_NEGATE
Tom Lane
2006-01-14
*
Cosmetic code cleanup: fix a bunch of places that used "return (expr);"
Neil Conway
2006-01-11
*
Add RelationOpenSmgr() calls to ensure rd_smgr is valid when we try to
Tom Lane
2006-01-07
*
Convert Assert checking for empty page into a regular test and elog.
Tom Lane
2006-01-06
*
Make all command-line options of postmaster and postgres the same. See
Peter Eisentraut
2006-01-05
*
Get rid of the SpinLockAcquire/SpinLockAcquire_NoHoldoff distinction
Tom Lane
2005-12-29
*
Arrange to set the LC_XXX environment variables to match our locale
Tom Lane
2005-12-28
*
I have added these macros to c.h:
Bruce Momjian
2005-12-25
*
Adjust string comparison so that only bitwise-equal strings are considered
Tom Lane
2005-12-22
*
Divide the lock manager's shared state into 'partitions', so as to
Tom Lane
2005-12-11
*
Push the responsibility for handling ignore_killed_tuples down into
Tom Lane
2005-12-07
*
A couple of tiny performance hacks in _bt_step(). Remove PageIsEmpty
Tom Lane
2005-12-07
*
Get rid of slru.c's hardwired insistence on a fixed number of slots per
Tom Lane
2005-12-06
*
Arrange for read-only accesses to SLRU page buffers to take only a shared
Tom Lane
2005-12-06
*
Tweak indexscan machinery to avoid taking an AccessShareLock on an index
Tom Lane
2005-12-03
*
Some marginal additional hacking to shave a few more cycles off
Tom Lane
2005-11-26
*
Change seqscan logic so that we check visibility of all tuples on a page
Tom Lane
2005-11-26
*
Re-run pgindent, fixing a problem where comment lines after a blank
Bruce Momjian
2005-11-22
*
Remove the t_datamcxt field of HeapTupleData. This was introduced for
Tom Lane
2005-11-20
*
Modify tuptoaster's API so that it does not try to modify the passed
Tom Lane
2005-11-20
*
R-tree is dead ... long live GiST.
Tom Lane
2005-11-07
*
Add simple sanity checks on newly-read pages to GiST, too.
Tom Lane
2005-11-06
*
Add defenses to btree and hash index AMs to do simple sanity checks
Tom Lane
2005-11-06
*
Clean up representation of SLRU page state. This is the cleaner fix
Tom Lane
2005-11-05
*
Rename the members of CommandDest enum so they don't collide with other uses of
Alvaro Herrera
2005-11-03
[next]