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
/
heap
Commit message (
Expand
)
Author
Age
*
Remove unnecessary brace pair.
Bruce Momjian
2006-09-10
*
Now that we've rearranged relation open to get a lock before touching
Tom Lane
2006-08-18
*
Change the relation_open protocol so that we obtain lock on a relation
Tom Lane
2006-07-31
*
Remove 576 references of include files that were not needed.
Bruce Momjian
2006-07-14
*
Allow include files to compile own their own.
Bruce Momjian
2006-07-13
*
Alphabetically order reference to include files, "S"-"Z".
Bruce Momjian
2006-07-11
*
Code review for FILLFACTOR patch. Change WITH grammar as per earlier
Tom Lane
2006-07-03
*
Add FILLFACTOR to CREATE INDEX.
Bruce Momjian
2006-07-02
*
Fix problems with cached tuple descriptors disappearing while still in use
Tom Lane
2006-06-16
*
Remove traces of otherwise unused RELKIND_SPECIAL symbol. Leave the psql bits
Alvaro Herrera
2006-05-28
*
Clean up code associated with updating pg_class statistics columns
Tom Lane
2006-05-10
*
Clean up WAL/buffer interactions as per my recent proposal. Get rid of the
Tom Lane
2006-03-31
*
Clean up and document the API for XLogOpenRelation and XLogReadBuffer.
Tom Lane
2006-03-29
*
Arrange to emit a description of the current XLOG record as error context
Tom Lane
2006-03-24
*
Update copyright for 2006. Update scripts.
Bruce Momjian
2006-03-05
*
Cleanup the usage of ScanDirection: use the symbolic names for the
Neil Conway
2006-02-21
*
Cosmetic code cleanup: fix a bunch of places that used "return (expr);"
Neil Conway
2006-01-11
*
Convert Assert checking for empty page into a regular test and elog.
Tom Lane
2006-01-06
*
Tweak indexscan machinery to avoid taking an AccessShareLock on an index
Tom Lane
2005-12-03
*
Some marginal additional hacking to shave a few more cycles off
Tom Lane
2005-11-26
*
Change seqscan logic so that we check visibility of all tuples on a page
Tom Lane
2005-11-26
*
Re-run pgindent, fixing a problem where comment lines after a blank
Bruce Momjian
2005-11-22
*
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-20
*
Standard pgindent run for 8.1.
Bruce Momjian
2005-10-15
*
Revise pgstats stuff to fix the problems with not counting accesses
Tom Lane
2005-10-06
*
Repair problems with VACUUM destroying t_ctid chains too soon, and with
Tom Lane
2005-08-20
*
Solve the problem of OID collisions by probing for duplicate OIDs
Tom Lane
2005-08-12
*
Code and docs review for pg_column_size() patch.
Tom Lane
2005-08-02
*
Add NOWAIT option to SELECT FOR UPDATE/SHARE.
Tom Lane
2005-08-01
*
Add pg_column_size() to return storage size of a column, including
Bruce Momjian
2005-07-06
*
Avoid WAL-logging individual tuple insertions during CREATE TABLE AS
Tom Lane
2005-06-20
*
Change WAL-logging scheme for multixacts to be more like regular
Tom Lane
2005-06-08
*
Modify XLogInsert API to make callers specify whether pages to be backed
Tom Lane
2005-06-06
*
Remove the mostly-stubbed-out-anyway support routines for WAL UNDO.
Tom Lane
2005-06-06
*
Split the shared-memory array of PGPROC pointers out of the sinval
Tom Lane
2005-05-19
*
Repair very-low-probability race condition between relation extension
Tom Lane
2005-05-07
*
Clean up MultiXactIdExpand's API by separating out the case where we
Tom Lane
2005-05-03
*
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
*
Completion of project to use fixed OIDs for all system catalogs and
Tom Lane
2005-04-14
*
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
*
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
*
Avoid O(N^2) overhead in repeated nocachegetattr calls when columns of
Tom Lane
2005-03-14
*
Remove some no-longer-needed kluges for bootstrapping, in particular
Tom Lane
2005-02-20
*
Update copyrights that were missed.
Bruce Momjian
2005-01-01
*
Tag appropriate files for rc3
PostgreSQL Daemon
2004-12-31
[next]