index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
/
access
Age
Commit message (
Expand
)
Author
2006-06-25
Fix GEVHDRSZ for Win32.
Bruce Momjian
2006-06-16
Fix problems with cached tuple descriptors disappearing while still in use
Tom Lane
2006-05-29
Som improve page split in multicolumn GiST index.
Teodor Sigaev
2006-05-24
* Add support NULL to GiST.
Teodor Sigaev
2006-05-19
Simplify gistSplit() and some refactoring related code.
Teodor Sigaev
2006-05-17
Reduce size of critial section during vacuum full, critical
Teodor Sigaev
2006-05-10
Clean up code associated with updating pg_class statistics columns
Tom Lane
2006-05-10
Reduce size of critical section and remove call of user-defined functions in
Teodor Sigaev
2006-05-08
Rewrite btree vacuuming to fold the former bulkdelete and cleanup operations
Tom Lane
2006-05-07
Rewrite btree index scans to work a page at a time in all cases (both
Tom Lane
2006-05-02
Clean up API for ambulkdelete/amvacuumcleanup as per today's discussion.
Tom Lane
2006-05-02
GIN: Generalized Inverted iNdex.
Teodor Sigaev
2006-04-25
Add statement_timestamp(), clock_timestamp(), and
Bruce Momjian
2006-04-24
Suppress more compiler warnings caused by macro tests.
Bruce Momjian
2006-04-24
Add one more paren to macro.
Bruce Momjian
2006-04-24
Suprress compiler warning in gcc 4.2.
Bruce Momjian
2006-04-14
Make the world safe for full_page_writes. Allow XLOG records that try to
Tom Lane
2006-04-13
Fix an ancient oversight in btree xlog replay. When trying to determine if an
Tom Lane
2006-04-05
Add a field to the first page of each WAL file to indicate the
Tom Lane
2006-04-03
Define a separately configurable XLOG_BLCKSZ symbol for the page size
Tom Lane
2006-04-03
Eliminate ajust scan code. Since concurrent GiST it doesn't
Teodor Sigaev
2006-04-01
Remove the 'slow' path for btree index build, which built the btree
Tom Lane
2006-03-31
Clean up WAL/buffer interactions as per my recent proposal. Get rid of the
Tom Lane
2006-03-30
Improve gist XLOG code to follow the coding rules needed to prevent
Tom Lane
2006-03-29
Clean up and document the API for XLogOpenRelation and XLogReadBuffer.
Tom Lane
2006-03-24
Arrange to emit a description of the current XLOG record as error context
Tom Lane
2006-03-16
Clean up representation of function RTEs for functions returning RECORD.
Tom Lane
2006-03-05
Update copyright for 2006. Update scripts.
Bruce Momjian
2006-02-11
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-01-25
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-23
Instead of using a numberOfRequiredKeys count to distinguish required
Tom Lane
2006-01-14
Some minor code cleanup, falling out from the removal of rtree. SK_NEGATE
Tom Lane
2005-12-07
Push the responsibility for handling ignore_killed_tuples down into
Tom Lane
2005-12-06
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-03
Tweak indexscan machinery to avoid taking an AccessShareLock on an index
Tom Lane
2005-11-26
Change seqscan logic so that we check visibility of all tuples on a page
Tom Lane
2005-11-22
Re-run pgindent, fixing a problem where comment lines after a blank
Bruce Momjian
2005-11-20
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-07
R-tree is dead ... long live GiST.
Tom Lane
2005-11-06
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-05
Clean up representation of SLRU page state. This is the cleaner fix
Tom Lane
2005-10-15
Standard pgindent run for 8.1.
Bruce Momjian
2005-10-07
Remove an unused typedef.
Alvaro Herrera
[next]