index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
access
Age
Commit message (
Expand
)
Author
2006-01-07
Add RelationOpenSmgr() calls to ensure rd_smgr is valid when we try to
Tom Lane
2006-01-06
Convert Assert checking for empty page into a regular test and elog.
Tom Lane
2006-01-05
Make all command-line options of postmaster and postgres the same. See
Peter Eisentraut
2005-12-29
Get rid of the SpinLockAcquire/SpinLockAcquire_NoHoldoff distinction
Tom Lane
2005-12-28
Arrange to set the LC_XXX environment variables to match our locale
Tom Lane
2005-12-25
I have added these macros to c.h:
Bruce Momjian
2005-12-22
Adjust string comparison so that only bitwise-equal strings are considered
Tom Lane
2005-12-11
Divide the lock manager's shared state into 'partitions', so as to
Tom Lane
2005-12-07
Push the responsibility for handling ignore_killed_tuples down into
Tom Lane
2005-12-07
A couple of tiny performance hacks in _bt_step(). Remove PageIsEmpty
Tom Lane
2005-12-06
Get rid of slru.c's hardwired insistence on a fixed number of slots per
Tom Lane
2005-12-06
Arrange for read-only accesses to SLRU page buffers to take only a shared
Tom Lane
2005-12-03
Tweak indexscan machinery to avoid taking an AccessShareLock on an index
Tom Lane
2005-11-26
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-22
Re-run pgindent, fixing a problem where comment lines after a blank
Bruce Momjian
2005-11-20
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-07
R-tree is dead ... long live GiST.
Tom Lane
2005-11-06
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-05
Clean up representation of SLRU page state. This is the cleaner fix
Tom Lane
2005-11-03
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-10-29
Message corrections
Peter Eisentraut
2005-10-28
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-22
Make code for selecting default WAL sync method less confusing.
Tom Lane
2005-10-19
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-18
A few trivial code cleanups motivated by reading warnings generated
Tom Lane
2005-10-15
Standard pgindent run for 8.1.
Bruce Momjian
2005-10-13
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-12
Fix longstanding bug found by Atsushi Ogawa: _bt_check_unique would mark
Tom Lane
2005-10-06
Revise pgstats stuff to fix the problems with not counting accesses
Tom Lane
2005-10-03
Expand pg_control information so that we can verify that the database
Tom Lane
2005-09-24
Clean up possibly-uninitialized-variable warnings reported by gcc 4.x.
Tom Lane
2005-09-22
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-16
Small fixes
Teodor Sigaev
2005-09-15
Copy-editing for GiST README.
Neil Conway
2005-09-15
Readme about GiST's algorithms
Teodor Sigaev
2005-09-02
Clean up a couple of ad-hoc computations of the maximum number of tuples
Tom Lane
2005-08-29
Reduce default value of max_prepared_transactions from 50 to 5. This
Tom Lane
2005-08-22
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-20
Seems that the childXids list would be better based on Oid lists than
Tom Lane
[next]