index
:
delta/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
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
git.postgresql.org: git/postgresql.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
access
/
transam
Commit message (
Expand
)
Author
Age
Files
Lines
*
Don't try to call posix_fadvise() unless <fcntl.h> supplies a declaration
Tom Lane
2006-06-18
1
-5
/
+7
*
Test for POSIX_FADV_DONTNEED to use posix_fadvise().
Bruce Momjian
2006-06-16
1
-2
/
+2
*
Use posix_fadvise() to avoid kernel caching of WAL contents on WAL file
Bruce Momjian
2006-06-15
1
-25
/
+33
*
GIN: Generalized Inverted iNdex.
Teodor Sigaev
2006-05-02
1
-2
/
+3
*
Add statement_timestamp(), clock_timestamp(), and
Bruce Momjian
2006-04-25
1
-3
/
+22
*
Ensure that we validate the page header of the first page of a WAL file
Tom Lane
2006-04-20
1
-2
/
+29
*
Fix the torn-page hazard for PITR base backups by forcing full page writes
Tom Lane
2006-04-17
1
-78
/
+156
*
Make the world safe for full_page_writes. Allow XLOG records that try to
Tom Lane
2006-04-14
2
-20
/
+218
*
Add a field to the first page of each WAL file to indicate the
Tom Lane
2006-04-05
1
-1
/
+10
*
Don't use BLCKSZ for the physical length of the pg_control file, but
Tom Lane
2006-04-04
1
-12
/
+11
*
Define a separately configurable XLOG_BLCKSZ symbol for the page size
Tom Lane
2006-04-03
1
-46
/
+55
*
Clean up WAL/buffer interactions as per my recent proposal. Get rid of the
Tom Lane
2006-03-31
3
-26
/
+21
*
Clean up and document the API for XLogOpenRelation and XLogReadBuffer.
Tom Lane
2006-03-29
4
-65
/
+278
*
Disable full_page_writes, because turning it off risks causing crash-recovery
Tom Lane
2006-03-28
1
-3
/
+2
*
Arrange to emit a description of the current XLOG record as error context
Tom Lane
2006-03-24
4
-57
/
+95
*
Update copyright for 2006. Update scripts.
Bruce Momjian
2006-03-05
11
-22
/
+22
*
This patch makes the error message strings throughout the backend
Neil Conway
2006-03-01
1
-8
/
+7
*
Repair longstanding bug in slru/clog logic: it is possible for two backends
Tom Lane
2006-01-21
1
-25
/
+10
*
Cosmetic code cleanup: fix a bunch of places that used "return (expr);"
Neil Conway
2006-01-11
2
-11
/
+11
*
Get rid of the SpinLockAcquire/SpinLockAcquire_NoHoldoff distinction
Tom Lane
2005-12-29
1
-15
/
+15
*
Arrange to set the LC_XXX environment variables to match our locale
Tom Lane
2005-12-28
1
-3
/
+4
*
Divide the lock manager's shared state into 'partitions', so as to
Tom Lane
2005-12-11
1
-2
/
+3
*
Get rid of slru.c's hardwired insistence on a fixed number of slots per
Tom Lane
2005-12-06
4
-35
/
+82
*
Arrange for read-only accesses to SLRU page buffers to take only a shared
Tom Lane
2005-12-06
4
-23
/
+129
*
Re-run pgindent, fixing a problem where comment lines after a blank
Bruce Momjian
2005-11-22
8
-165
/
+169
*
R-tree is dead ... long live GiST.
Tom Lane
2005-11-07
1
-3
/
+2
*
Clean up representation of SLRU page state. This is the cleaner fix
Tom Lane
2005-11-05
4
-145
/
+149
*
Fix longstanding race condition in transaction log management: there was a
Tom Lane
2005-11-03
1
-33
/
+50
*
Message corrections
Peter Eisentraut
2005-10-29
3
-8
/
+8
*
Reorder code so that we don't have to hold a critical section while
Tom Lane
2005-10-28
1
-24
/
+28
*
Fix race condition in multixact code: it's possible to try to read a
Tom Lane
2005-10-28
1
-35
/
+110
*
Make code for selecting default WAL sync method less confusing.
Tom Lane
2005-10-22
1
-6
/
+6
*
Standard pgindent run for 8.1.
Bruce Momjian
2005-10-15
11
-1465
/
+1412
*
This makes the error messages for PREPARE TRANSACTION, COMMIT PREPARED
Bruce Momjian
2005-10-13
1
-5
/
+5
*
Back out this because of fear of changing error strings:
Bruce Momjian
2005-10-13
1
-5
/
+5
*
This makes the error messages for PREPARE TRANSACTION, COMMIT PREPARED
Bruce Momjian
2005-10-13
1
-5
/
+5
*
Expand pg_control information so that we can verify that the database
Tom Lane
2005-10-03
1
-1
/
+17
*
Reduce default value of max_prepared_transactions from 50 to 5. This
Tom Lane
2005-08-29
1
-2
/
+2
*
Rewrite gather-write patch into something less obviously bolted on
Tom Lane
2005-08-22
1
-123
/
+142
*
Improve xid wraparound message (the server isn't really shut down, just
Bruce Momjian
2005-08-22
1
-3
/
+3
*
Fix some inconsistent choices of datatypes in xlog.c. Make buffer
Tom Lane
2005-08-22
1
-32
/
+34
*
Seems that the childXids list would be better based on Oid lists than
Tom Lane
2005-08-20
1
-5
/
+5
*
Convert the arithmetic for shared memory size calculation from 'int'
Tom Lane
2005-08-20
6
-71
/
+72
*
Make GetMultiXactIdMembers() a public function.
Tatsuo Ishii
2005-08-20
1
-3
/
+2
*
Avoid an Assert failure if OuterUserId hasn't been set yet during
Tom Lane
2005-08-17
1
-4
/
+4
*
Solve the problem of OID collisions by probing for duplicate OIDs
Tom Lane
2005-08-12
1
-50
/
+13
*
Autovacuum loose end mop-up. Provide autovacuum-specific vacuum cost
Tom Lane
2005-08-11
1
-2
/
+8
*
Modify AtEOXact_CatCache and AtEOXact_RelationCache to assume that the
Tom Lane
2005-08-08
1
-1
/
+15
*
Add NOWAIT option to SELECT FOR UPDATE/SHARE.
Tom Lane
2005-08-01
1
-2
/
+39
*
Add per-user and per-database connection limit options.
Tom Lane
2005-07-31
1
-1
/
+2
[next]