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
*
Repair problems with hash indexes that span multiple segments: the hash code's
Tom Lane
2006-11-19
*
Fix "failed to re-find parent key" btree VACUUM failure by tweaking
Tom Lane
2006-11-01
*
Repair longstanding error in btree xlog replay: XLogReadBuffer should be
Tom Lane
2006-03-28
*
Move btbulkdelete's vacuum_delay_point() call to a place in the loop where
Tom Lane
2006-02-14
*
Repair longstanding bug in slru/clog logic: it is possible for two backends
Tom Lane
2006-01-21
*
Repair problems with the result of lookup_rowtype_tupdesc() possibly being
Tom Lane
2006-01-17
*
Add RelationOpenSmgr() calls to ensure rd_smgr is valid when we try to
Tom Lane
2006-01-07
*
Convert Assert checking for empty page into a regular test and elog.
Tom Lane
2006-01-06
*
Arrange to set the LC_XXX environment variables to match our locale setup.
Tom Lane
2006-01-05
*
Fix longstanding race condition in transaction log management: there was a
Tom Lane
2005-11-03
*
Back-patch fix for proper labeling of whole-row Datums generated from
Tom Lane
2005-10-19
*
Fix longstanding bug found by Atsushi Ogawa: _bt_check_unique would mark
Tom Lane
2005-10-12
*
Fix missing rows in query
Teodor Sigaev
2005-08-30
*
Back-patch fixes for problems with VACUUM destroying t_ctid chains too soon,
Tom Lane
2005-08-25
*
Add test to WAL replay to verify that xl_prev points back to the previous
Tom Lane
2005-05-31
*
Repair very-low-probability race condition between relation extension
Tom Lane
2005-05-07
*
Fix comment typo.
Bruce Momjian
2005-04-15
*
Make equalTupleDescs() compare attlen/attbyval/attalign rather than
Tom Lane
2005-04-14
*
Fix interaction between materializing holdable cursors and firing
Tom Lane
2005-04-11
*
Change Win32 O_SYNC method to O_DSYNC because that is what the method
Bruce Momjian
2005-03-24
*
Fix memory leak in rtdosplit, per report from Clive Page.
Tom Lane
2005-01-24
*
Phase 1 of fix for 'SMgrRelation hashtable corrupted' problem. This
Tom Lane
2005-01-10
*
Update copyrights that were missed.
Bruce Momjian
2005-01-01
*
Tag appropriate files for rc3
PostgreSQL Daemon
2004-12-31
*
Awhile back I added some code to StartupCLOG() to forcibly zero out
Tom Lane
2004-12-22
*
Fix is-it-time-for-a-checkpoint logic so that checkpoint_segments can
Tom Lane
2004-12-17
*
Calculation of keys_are_unique flag was wrong for cases involving
Tom Lane
2004-12-15
*
Change planner to use the current true disk file size as its estimate of
Tom Lane
2004-12-01
*
Minor adjustment of message style.
Tom Lane
2004-11-17
*
Micro-optimization of markpos() and restrpos() in btree and hash indexes.
Neil Conway
2004-11-17
*
Don't allow pg_start_backup() to be invoked if archive_command has not
Neil Conway
2004-11-17
*
There is no need for ReadBuffer() call sites to check that the returned
Neil Conway
2004-11-14
*
Remove obsolete comment from btbuild() and hashbuild(): we no longer use
Neil Conway
2004-11-11
*
Small message clarifications
Peter Eisentraut
2004-11-05
*
Change COMMIT back to the old behavior of emitting command tag COMMIT,
Tom Lane
2004-10-30
*
Rearrange order of pre-commit operations: must close cursors before doing
Tom Lane
2004-10-29
*
Add DEBUG1-level logging of checkpoint start and end. Also, reduce the
Tom Lane
2004-10-29
*
Make heap_fetch API more consistent by having the buffer remain pinned
Tom Lane
2004-10-26
*
Allow functions returning void or cstring to appear in FROM clause,
Tom Lane
2004-10-20
*
Give the ResourceOwner mechanism full responsibility for releasing buffer
Tom Lane
2004-10-16
*
Repair possible failure to update hint bits back to disk, per
Tom Lane
2004-10-15
*
Add 'int' cast for getpid() because some Solaris releases return long
Bruce Momjian
2004-10-14
*
Message style revisions
Peter Eisentraut
2004-10-12
*
Make getpid() use %d consistently for printing.
Bruce Momjian
2004-10-09
*
Adjust comments previously moved to column 1 by pgident.
Bruce Momjian
2004-10-07
*
PortalRun must guard against the possibility that the portal it's
Tom Lane
2004-10-04
*
Code review for NOWAIT patch: downgrade NOWAIT from fully reserved keyword
Tom Lane
2004-10-01
*
Adjust index locking rules as per my proposal of earlier today. You
Tom Lane
2004-09-30
*
Code cleanup: don't bother casting the argument to pfree() to void *
Neil Conway
2004-09-27
*
Now that xmax and cmin are distinct fields again, we should zero xmax when
Tom Lane
2004-09-17
[next]