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
/
backend
/
access
Age
Commit message (
Expand
)
Author
2006-05-29
Som improve page split in multicolumn GiST index.
Teodor Sigaev
2006-05-29
Correct cheking in findParents(). i
Teodor Sigaev
2006-05-28
Remove traces of otherwise unused RELKIND_SPECIAL symbol. Leave the psql bits
Alvaro Herrera
2006-05-26
Fix findParents() in case of multiple levels to find.
Teodor Sigaev
2006-05-24
* Add support NULL to GiST.
Teodor Sigaev
2006-05-19
Call MarkBufferDirty() before XLogInsert() during completion of insert
Teodor Sigaev
2006-05-19
Simplify gistSplit() and some refactoring related code.
Teodor Sigaev
2006-05-19
Rework completion of incomplete inserts. Now it writes
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-03
Fix typo noticed by Alvaro Herrera
Teodor Sigaev
2006-05-02
Clean up API for ambulkdelete/amvacuumcleanup as per today's discussion.
Tom Lane
2006-05-02
Suppress some gcc warnings.
Tom Lane
2006-05-02
GIN: Generalized Inverted iNdex.
Teodor Sigaev
2006-04-25
Arrange to cache btree metapage data in the relcache entry for the index,
Tom Lane
2006-04-25
Add statement_timestamp(), clock_timestamp(), and
Bruce Momjian
2006-04-20
Ensure that we validate the page header of the first page of a WAL file
Tom Lane
2006-04-17
Fix the torn-page hazard for PITR base backups by forcing full page writes
Tom Lane
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
Fix a bunch of problems with domains by making them use special input functions
Tom Lane
2006-04-05
Add a field to the first page of each WAL file to indicate the
Tom Lane
2006-04-04
Don't use BLCKSZ for the physical length of the pg_control file, but
Tom Lane
2006-04-04
Modify all callers of datatype input and receive functions so that if these
Tom Lane
2006-04-03
Define a separately configurable XLOG_BLCKSZ symbol for the page size
Tom Lane
2006-04-03
Fix thinko in gistRedoPageUpdateRecord: if XLR_BKP_BLOCK_1 is set, we
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-28
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-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-14
Improve parser so that we can show an error cursor position for errors
Tom Lane
2006-03-10
Add a CHECK_FOR_INTERRUPTS() in _bt_buildadd(). This fixes problem
Tom Lane
2006-03-05
Update copyright for 2006. Update scripts.
Bruce Momjian
2006-03-01
This patch makes the error message strings throughout the backend
Neil Conway
2006-02-21
Cleanup the usage of ScanDirection: use the symbolic names for the
Neil Conway
2006-02-14
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-12
Actually there's a better way to do this, which is to count tuples
Tom Lane
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
[next]