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
...
*
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
*
R-tree is dead ... long live GiST.
Tom Lane
2005-11-07
*
Add simple sanity checks on newly-read pages to GiST, too.
Tom Lane
2005-11-06
*
Add defenses to btree and hash index AMs to do simple sanity checks
Tom Lane
2005-11-06
*
Clean up representation of SLRU page state. This is the cleaner fix
Tom Lane
2005-11-05
*
Rename the members of CommandDest enum so they don't collide with other uses of
Alvaro Herrera
2005-11-03
*
Fix longstanding race condition in transaction log management: there was a
Tom Lane
2005-11-03
*
Message corrections
Peter Eisentraut
2005-10-29
*
Reorder code so that we don't have to hold a critical section while
Tom Lane
2005-10-28
*
Fix race condition in multixact code: it's possible to try to read a
Tom Lane
2005-10-28
*
Make code for selecting default WAL sync method less confusing.
Tom Lane
2005-10-22
*
Better solution to the problem of labeling whole-row Datums that are
Tom Lane
2005-10-19
*
Ensure that the Datum generated from a whole-row Var contains valid
Tom Lane
2005-10-19
*
A few trivial code cleanups motivated by reading warnings generated
Tom Lane
2005-10-18
*
Standard pgindent run for 8.1.
Bruce Momjian
2005-10-15
*
This makes the error messages for PREPARE TRANSACTION, COMMIT PREPARED
Bruce Momjian
2005-10-13
*
Back out this because of fear of changing error strings:
Bruce Momjian
2005-10-13
*
This makes the error messages for PREPARE TRANSACTION, COMMIT PREPARED
Bruce Momjian
2005-10-13
*
Fix longstanding bug found by Atsushi Ogawa: _bt_check_unique would mark
Tom Lane
2005-10-12
*
Revise pgstats stuff to fix the problems with not counting accesses
Tom Lane
2005-10-06
*
Expand pg_control information so that we can verify that the database
Tom Lane
2005-10-03
*
Clean up possibly-uninitialized-variable warnings reported by gcc 4.x.
Tom Lane
2005-09-24
*
pgindent new GIST index code, per request from Tom.
Bruce Momjian
2005-09-22
*
Adjust GiST error messages to conform to message style guidelines.
Tom Lane
2005-09-22
*
Small fixes
Teodor Sigaev
2005-09-16
*
Copy-editing for GiST README.
Neil Conway
2005-09-15
*
Readme about GiST's algorithms
Teodor Sigaev
2005-09-15
*
Clean up a couple of ad-hoc computations of the maximum number of tuples
Tom Lane
2005-09-02
*
Reduce default value of max_prepared_transactions from 50 to 5. This
Tom Lane
2005-08-29
*
Rewrite gather-write patch into something less obviously bolted on
Tom Lane
2005-08-22
*
Improve xid wraparound message (the server isn't really shut down, just
Bruce Momjian
2005-08-22
*
Fix some inconsistent choices of datatypes in xlog.c. Make buffer
Tom Lane
2005-08-22
*
Seems that the childXids list would be better based on Oid lists than
Tom Lane
2005-08-20
*
Convert the arithmetic for shared memory size calculation from 'int'
Tom Lane
2005-08-20
*
Make GetMultiXactIdMembers() a public function.
Tatsuo Ishii
2005-08-20
*
Repair problems with VACUUM destroying t_ctid chains too soon, and with
Tom Lane
2005-08-20
*
Avoid an Assert failure if OuterUserId hasn't been set yet during
Tom Lane
2005-08-17
*
Change a couple of "can't happen" error messages to be a shade more
Tom Lane
2005-08-12
*
Solve the problem of OID collisions by probing for duplicate OIDs
Tom Lane
2005-08-12
*
Autovacuum loose end mop-up. Provide autovacuum-specific vacuum cost
Tom Lane
2005-08-11
*
Mention MD5 function index for indexing long values.
Bruce Momjian
2005-08-11
*
Make new hints follow style guide.
Tom Lane
2005-08-10
*
Add hints to cases where indexes fail because of values that are too long.
Bruce Momjian
2005-08-10
*
Modify AtEOXact_CatCache and AtEOXact_RelationCache to assume that the
Tom Lane
2005-08-08
*
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 per-user and per-database connection limit options.
Tom Lane
2005-07-31
[prev]
[next]