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
/
storage
Commit message (
Expand
)
Author
Age
Files
Lines
*
Clean up WAL/buffer interactions as per my recent proposal. Get rid of the
Tom Lane
2006-03-31
3
-115
/
+70
*
Suppress attempts to report dropped tables to the stats collector from a
Tom Lane
2006-03-30
1
-3
/
+9
*
Clean up and document the API for XLogOpenRelation and XLogReadBuffer.
Tom Lane
2006-03-29
1
-3
/
+3
*
Arrange to emit a description of the current XLOG record as error context
Tom Lane
2006-03-24
1
-5
/
+5
*
Update copyright for 2006. Update scripts.
Bruce Momjian
2006-03-05
29
-58
/
+58
*
Declare the arguments of AllocateFile() as const char *, not char *.
Tom Lane
2006-03-04
1
-2
/
+2
*
Arrange to call AbsorbFsyncRequests every so often while performing a
Tom Lane
2006-03-03
2
-3
/
+40
*
Add contrib/pg_freespacemap to display free space map information.
Bruce Momjian
2006-02-12
1
-96
/
+12
*
Update random() usage so ranges are inclusive/exclusive as required.
Bruce Momjian
2006-02-03
1
-2
/
+2
*
Modify pgstats code to reduce performance penalties from oversized stats data
Tom Lane
2006-01-18
1
-1
/
+5
*
Fix fsync code to test whether F_FULLFSYNC is available, instead of
Tom Lane
2006-01-17
1
-3
/
+5
*
Remove logic in XactLockTableWait() that attempted to mark a crashed
Tom Lane
2006-01-13
1
-15
/
+1
*
Fix ReadBuffer() to correctly handle the case where it's trying to extend
Tom Lane
2006-01-06
1
-6
/
+40
*
Remove BEOS port.
Bruce Momjian
2006-01-05
1
-35
/
+1
*
Rearrange backend startup sequence so that ShmemIndexLock can become
Tom Lane
2006-01-04
3
-153
/
+203
*
Get rid of the SpinLockAcquire/SpinLockAcquire_NoHoldoff distinction
Tom Lane
2005-12-29
3
-58
/
+48
*
Rethink prior patch to filter out dead backend entries from the pgstats
Tom Lane
2005-12-16
1
-1
/
+37
*
Divide the lock manager's shared state into 'partitions', so as to
Tom Lane
2005-12-11
6
-381
/
+597
*
Simplify lock manager data structures by making a clear separation between
Tom Lane
2005-12-09
6
-470
/
+309
*
Fix thinko in comment.
Tom Lane
2005-12-08
1
-2
/
+2
*
Get rid of slru.c's hardwired insistence on a fixed number of slots per
Tom Lane
2005-12-06
1
-9
/
+8
*
Tweak indexscan machinery to avoid taking an AccessShareLock on an index
Tom Lane
2005-12-03
1
-4
/
+4
*
Retry in FileRead and FileWrite if Windows returns ERROR_NO_SYSTEM_RESOURCES.
Tom Lane
2005-12-01
1
-3
/
+58
*
Re-run pgindent, fixing a problem where comment lines after a blank
Bruce Momjian
2005-11-22
13
-115
/
+117
*
DropRelFileNodeBuffers failed to fix the state of the lookup hash table
Tom Lane
2005-11-17
2
-22
/
+51
*
Repair an error introduced by log_line_prefix patch: it is not acceptable
Tom Lane
2005-11-05
1
-8
/
+7
*
Message corrections
Peter Eisentraut
2005-10-29
2
-6
/
+6
*
Tweak buffer manager so that 'internal' accesses to a buffer do not
Tom Lane
2005-10-27
1
-14
/
+26
*
Standard pgindent run for 8.1.
Bruce Momjian
2005-10-15
26
-1170
/
+1102
*
Remove an antiquated comment.
Neil Conway
2005-10-13
1
-9
/
+1
*
Fix another recently-changed place that was messing with spinlock-
Tom Lane
2005-10-12
1
-2
/
+3
*
Do all accesses to shared buffer headers through volatile-qualified
Tom Lane
2005-10-12
2
-48
/
+49
*
Add infrastructure for making spins_per_delay variable depending on
Tom Lane
2005-10-11
2
-22
/
+135
*
Fix LWLockAssign() so that it can safely be executed after postmaster
Tom Lane
2005-10-07
2
-15
/
+31
*
Allocate a few extra LWLocks for possible use by add-on modules.
Tom Lane
2005-10-07
1
-2
/
+3
*
This patch cleans up the access to members of ItemIdData.
Bruce Momjian
2005-09-22
1
-11
/
+9
*
Print proper cause of statement cancel, user interaction or timeout.
Bruce Momjian
2005-09-19
1
-3
/
+13
*
Force the size and alignment of LWLock array entries to be either 16 or 32
Tom Lane
2005-09-16
1
-18
/
+45
*
Adjust m68k spinlock code to avoid duplicate in-line and not-in-line
Tom Lane
2005-08-26
1
-3
/
+8
*
Replace out-of-line tas() assembly code for MIPS with a properly
Tom Lane
2005-08-25
1
-29
/
+1
*
Convert the arithmetic for shared memory size calculation from 'int'
Tom Lane
2005-08-20
14
-111
/
+167
*
Add BackendXidGetPid().
Tatsuo Ishii
2005-08-20
1
-1
/
+39
*
Fix FSM warning to mention increasing max_fsm_pages. Was incorrectly
Bruce Momjian
2005-08-17
1
-3
/
+3
*
Reverse out Assert addition.
Bruce Momjian
2005-08-12
1
-3
/
+1
*
Improve documention on loading large data sets into plperl.
Bruce Momjian
2005-08-12
1
-1
/
+3
*
Remove BufferBlockPointers array in favor of a base + (bufnum) * BLCKSZ
Tom Lane
2005-08-12
2
-25
/
+4
*
Solve the problem of OID collisions by probing for duplicate OIDs
Tom Lane
2005-08-12
1
-6
/
+6
*
Avoid useless loop overhead in AtEOXact routines when the backend is
Tom Lane
2005-08-08
2
-11
/
+17
*
Cause ShutdownPostgres to do a normal transaction abort during backend
Tom Lane
2005-08-08
5
-59
/
+74
*
Fix count_usable_fds() to stop trying to open files once it reaches
Tom Lane
2005-08-07
1
-10
/
+21
[next]