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
/
hash.c
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
*
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
*
Add defenses to btree and hash index AMs to do simple sanity checks
Tom Lane
2005-11-06
*
Standard pgindent run for 8.1.
Bruce Momjian
2005-10-15
*
Remove the mostly-stubbed-out-anyway support routines for WAL UNDO.
Tom Lane
2005-06-06
*
This patch refactors away some duplicated code in the index AM build
Neil Conway
2005-05-11
*
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
*
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
*
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
*
Rewrite hashbulkdelete() to make it amenable to new bucket locking
Tom Lane
2003-09-02
*
Update copyrights to 2003.
Bruce Momjian
2003-08-04
*
Error message editing in backend/access.
Tom Lane
2003-07-21
*
Adjust amrescan code so that it's allowed to call index_rescan with a
Tom Lane
2003-03-23
*
During VACUUM FULL, truncate off any deletable pages that are at the
Tom Lane
2003-02-24
*
More infrastructure for btree compaction project. Tree-traversal code
Tom Lane
2003-02-22
*
pgindent run.
Bruce Momjian
2002-09-04
*
Update copyright to 2002.
Bruce Momjian
2002-06-20
*
Mark index entries "killed" when they are no longer visible to any
Tom Lane
2002-05-24
*
Restructure indexscan API (index_beginscan, index_getnext) per
Tom Lane
2002-05-20
*
Code review for improved-hashing patch. Fix some portability issues
Tom Lane
2002-03-09
*
I've attached a patch which implements Bob Jenkin's hash function for
Bruce Momjian
2002-03-06
*
Commit to match discussed elog() changes. Only update is that LOG is
Bruce Momjian
2002-03-02
*
pgindent run on all C files. Java run to follow. initdb/regression
Bruce Momjian
2001-10-25
*
Restructure index AM interface for index building and index tuple deletion,
Tom Lane
2001-07-15
*
Rewrite of planner statistics-gathering code. ANALYZE is now available as
Tom Lane
2001-05-07
*
pgindent run. Make it all clean.
Bruce Momjian
2001-03-22
*
Clean up index/btree comments/macros, as approved.
Bruce Momjian
2001-02-22
*
Clean up handling of tuple descriptors so that result-tuple descriptors
Tom Lane
2001-01-29
*
Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.
Bruce Momjian
2001-01-24
*
No more #ifdef XLOG.
Vadim B. Mikheev
2000-11-30
*
Put external declarations into header files.
Peter Eisentraut
2000-11-21
*
Make DROP TABLE rollback-able: postpone physical file delete until commit.
Tom Lane
2000-11-08
*
WAL
Vadim B. Mikheev
2000-10-21
*
Cleanup of code for creating index entries. Functional indexes with
Tom Lane
2000-07-14
*
First stage of reclaiming memory in executor by resetting short-term
Tom Lane
2000-07-12
[next]