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
*
For some reason access/tupmacs.h has been #including utils/memutils.h,
Tom Lane
2005-05-06
*
Clean up MultiXactIdExpand's API by separating out the case where we
Tom Lane
2005-05-03
*
Check the file system on postmaster startup and report any unreferenced
Bruce Momjian
2005-05-02
*
Change CREATE TYPE to require datatype output and send functions to have
Tom Lane
2005-05-01
*
Use the standard lock manager to establish priority order when there
Tom Lane
2005-04-30
*
Restructure LOCKTAG as per discussions of a couple months ago.
Tom Lane
2005-04-29
*
Implement sharable row-level locks, and use them for foreign key references
Tom Lane
2005-04-28
*
Add comment about checkpoint panic behavior during shutdown, per
Tom Lane
2005-04-23
*
Recent changes got the sense of the notnull bit backwards in the 2.0
Tom Lane
2005-04-23
*
Fix comment typo.
Bruce Momjian
2005-04-17
*
Reduce PANIC to ERROR in several xlog routines that are used in both
Tom Lane
2005-04-15
*
Modify MoveOfflineLogs/InstallXLogFileSegment to avoid O(N^2) behavior
Tom Lane
2005-04-15
*
Make equalTupleDescs() compare attlen/attbyval/attalign rather than
Tom Lane
2005-04-14
*
Completion of project to use fixed OIDs for all system catalogs and
Tom Lane
2005-04-14
*
Simplify initdb-time assignment of OIDs as I proposed yesterday, and
Tom Lane
2005-04-13
*
Fix interaction between materializing holdable cursors and firing
Tom Lane
2005-04-11
*
Merge Resdom nodes into TargetEntry nodes to simplify code and save a
Tom Lane
2005-04-06
*
First phase of OUT-parameters project. We can now define and use SQL
Tom Lane
2005-03-31
*
Officially decouple FUNC_MAX_ARGS from INDEX_MAX_KEYS, and set the
Tom Lane
2005-03-29
*
Convert oidvector and int2vector into variable-length arrays. This
Tom Lane
2005-03-29
*
Remove dead push/pop rollback code. Vadim once planned to implement
Tom Lane
2005-03-28
*
First steps towards index scans with heap access decoupled from index
Tom Lane
2005-03-27
*
Eliminate duplicate hasnulls bit testing in index tuple access, and
Tom Lane
2005-03-27
*
Change Win32 O_SYNC method to O_DSYNC because that is what the method
Bruce Momjian
2005-03-24
*
Create a routine PageIndexMultiDelete() that replaces a loop around
Tom Lane
2005-03-22
*
Convert index-related tuple handling routines from char 'n'/' ' to bool
Tom Lane
2005-03-21
*
Change the return value of HeapTupleSatisfiesUpdate() to be an enum,
Neil Conway
2005-03-20
*
Remove unnecessary calls of FlushRelationBuffers: there is no need
Tom Lane
2005-03-20
*
Revise TupleTableSlot code to avoid unnecessary construction and disassembly
Tom Lane
2005-03-16
*
Avoid O(N^2) overhead in repeated nocachegetattr calls when columns of
Tom Lane
2005-03-14
*
Adjust creation/destruction of TupleDesc data structure to reduce the
Tom Lane
2005-03-07
*
Remove some no-longer-needed kluges for bootstrapping, in particular
Tom Lane
2005-02-20
*
Add code to prevent transaction ID wraparound by enforcing a safe limit
Tom Lane
2005-02-20
*
Move plpgsql DEBUG from DEBUG2 to DEBUG1 because it is a user-requested
Bruce Momjian
2005-02-12
*
Marginal hack to merge adjacent ReleaseBuffer/ReadBuffer calls into
Tom Lane
2005-02-05
*
Change heap_modifytuple() to require a TupleDesc rather than a
Neil Conway
2005-01-27
*
Fix memory leak in rtdosplit, per report from Clive Page.
Tom Lane
2005-01-24
*
This patch makes some improvements to the rtree index implementation:
Neil Conway
2005-01-18
*
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
[next]