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
*
pg_stop_backup was calling XLogArchiveNotify() twice for the newly created
Tom Lane
2006-06-22
*
Remove redundant gettimeofday() calls to the extent practical without
Tom Lane
2006-06-20
*
Don't try to call posix_fadvise() unless <fcntl.h> supplies a declaration
Tom Lane
2006-06-18
*
Fix problems with cached tuple descriptors disappearing while still in use
Tom Lane
2006-06-16
*
Test for POSIX_FADV_DONTNEED to use posix_fadvise().
Bruce Momjian
2006-06-16
*
Use posix_fadvise() to avoid kernel caching of WAL contents on WAL file
Bruce Momjian
2006-06-15
*
Som improve page split in multicolumn GiST index.
Teodor Sigaev
2006-05-29
*
Correct cheking in findParents(). i
Teodor Sigaev
2006-05-29
*
Remove traces of otherwise unused RELKIND_SPECIAL symbol. Leave the psql bits
Alvaro Herrera
2006-05-28
*
Fix findParents() in case of multiple levels to find.
Teodor Sigaev
2006-05-26
*
* Add support NULL to GiST.
Teodor Sigaev
2006-05-24
*
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-19
*
Reduce size of critial section during vacuum full, critical
Teodor Sigaev
2006-05-17
*
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-10
*
Rewrite btree vacuuming to fold the former bulkdelete and cleanup operations
Tom Lane
2006-05-08
*
Rewrite btree index scans to work a page at a time in all cases (both
Tom Lane
2006-05-07
*
Fix typo noticed by Alvaro Herrera
Teodor Sigaev
2006-05-03
*
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-05-02
*
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-25
*
Ensure that we validate the page header of the first page of a WAL file
Tom Lane
2006-04-20
*
Fix the torn-page hazard for PITR base backups by forcing full page writes
Tom Lane
2006-04-17
*
Make the world safe for full_page_writes. Allow XLOG records that try to
Tom Lane
2006-04-14
*
Fix an ancient oversight in btree xlog replay. When trying to determine if an
Tom Lane
2006-04-13
*
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-05
*
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-04
*
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-03
*
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
[next]