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
/
hash
Commit message (
Expand
)
Author
Age
*
Clean up code associated with updating pg_class statistics columns
Tom Lane
2006-05-10
*
Clean up API for ambulkdelete/amvacuumcleanup as per today's discussion.
Tom Lane
2006-05-02
*
Clean up WAL/buffer interactions as per my recent proposal. Get rid of the
Tom Lane
2006-03-31
*
Arrange to emit a description of the current XLOG record as error context
Tom Lane
2006-03-24
*
Update copyright for 2006. Update scripts.
Bruce Momjian
2006-03-05
*
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
*
Some minor code cleanup, falling out from the removal of rtree. SK_NEGATE
Tom Lane
2006-01-14
*
Adjust string comparison so that only bitwise-equal strings are considered
Tom Lane
2005-12-22
*
Re-run pgindent, fixing a problem where comment lines after a blank
Bruce Momjian
2005-11-22
*
Add defenses to btree and hash index AMs to do simple sanity checks
Tom Lane
2005-11-06
*
A few trivial code cleanups motivated by reading warnings generated
Tom Lane
2005-10-18
*
Standard pgindent run for 8.1.
Bruce Momjian
2005-10-15
*
Revise pgstats stuff to fix the problems with not counting accesses
Tom Lane
2005-10-06
*
Add hints to cases where indexes fail because of values that are too long.
Bruce Momjian
2005-08-10
*
Add missing #include -- mea culpa.
Tom Lane
2005-06-09
*
Put a critical section around update of hash index metapage. Per
Tom Lane
2005-06-09
*
Remove the mostly-stubbed-out-anyway support routines for WAL UNDO.
Tom Lane
2005-06-06
*
Add parentheses to macros when args are used in computations. Without
Bruce Momjian
2005-05-25
*
This patch refactors away some duplicated code in the index AM build
Neil Conway
2005-05-11
*
Code cleanup: in C89, there is no point casting the first argument to
Neil Conway
2005-05-11
*
Fix typo in comment.
Neil Conway
2005-05-10
*
Convert oidvector and int2vector into variable-length arrays. This
Tom Lane
2005-03-29
*
First steps towards index scans with heap access decoupled from index
Tom Lane
2005-03-27
*
Convert index-related tuple handling routines from char 'n'/' ' to bool
Tom Lane
2005-03-21
*
Tag appropriate files for rc3
PostgreSQL Daemon
2004-12-31
*
Micro-optimization of markpos() and restrpos() in btree and hash indexes.
Neil Conway
2004-11-17
*
Remove obsolete comment from btbuild() and hashbuild(): we no longer use
Neil Conway
2004-11-11
*
Pgindent run for 8.0.
Bruce Momjian
2004-08-29
*
Update copyright to 2004.
Bruce Momjian
2004-08-29
*
Fix relcache to account properly for subtransaction status of 'new'
Tom Lane
2004-08-28
*
Invent ResourceOwner mechanism as per my recent proposal, and use it to
Tom Lane
2004-07-17
*
Nested transactions. There is still much left to do, especially on the
Tom Lane
2004-07-01
*
Give inet/cidr datatypes their own hash function that ignores the inet vs
Tom Lane
2004-06-13
*
Centralize implementation of delay code by creating a pg_usleep()
Tom Lane
2004-02-10
*
More janitorial work: remove the explicit casting of NULL literals to a
Neil Conway
2004-01-07
*
$Header: -> $PostgreSQL Changes ...
PostgreSQL Daemon
2003-11-29
*
Add operator strategy and comparison-value datatype fields to ScanKey.
Tom Lane
2003-11-09
*
Message editing: remove gratuitous variations in message wording, standardize
Peter Eisentraut
2003-09-25
*
Reimplement hash index locking algorithms, per my recent proposal to
Tom Lane
2003-09-04
*
Several fixes for hash indexes that involve changing the on-disk index
Tom Lane
2003-09-02
*
Fix a couple typos, add some more comments.
Tom Lane
2003-09-02
*
Rewrite hashbulkdelete() to make it amenable to new bucket locking
Tom Lane
2003-09-02
*
Preliminary cleanup for hash index code (doesn't attack the locking problem
Tom Lane
2003-09-01
*
Add some internals documentation for hash indexes, including an
Tom Lane
2003-09-01
*
Update copyrights to 2003.
Bruce Momjian
2003-08-04
*
pgindent run.
Bruce Momjian
2003-08-04
*
Error message editing in backend/access.
Tom Lane
2003-07-21
[next]