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
/
include
/
storage
Commit message (
Expand
)
Author
Age
Files
Lines
*
Recognize __ppc64__, which seems to be Apple's spelling of the predefined
Tom Lane
2006-04-19
1
-3
/
+3
*
Repair a low-probability race condition identified by Qingqing Zhou.
Tom Lane
2006-04-14
1
-3
/
+2
*
Clean up WAL/buffer interactions as per my recent proposal. Get rid of the
Tom Lane
2006-03-31
2
-5
/
+5
*
Clean up and document the API for XLogOpenRelation and XLogReadBuffer.
Tom Lane
2006-03-29
1
-2
/
+2
*
Arrange to emit a description of the current XLOG record as error context
Tom Lane
2006-03-24
1
-2
/
+2
*
Update copyright for 2006. Update scripts.
Bruce Momjian
2006-03-05
32
-64
/
+64
*
Declare the arguments of AllocateFile() as const char *, not char *.
Tom Lane
2006-03-04
1
-2
/
+2
*
Add contrib/pg_freespacemap to display free space map information.
Bruce Momjian
2006-02-12
1
-1
/
+98
*
It turns out that TablespaceCreateDbspace fails badly if a relcache flush
Tom Lane
2006-01-19
1
-1
/
+2
*
Remove QNX port.
Bruce Momjian
2006-01-05
1
-20
/
+1
*
Rearrange backend startup sequence so that ShmemIndexLock can become
Tom Lane
2006-01-04
4
-10
/
+15
*
Add support for Solaris x86_64 using Sun's compiler.
Bruce Momjian
2005-12-30
1
-2
/
+3
*
Get rid of the SpinLockAcquire/SpinLockAcquire_NoHoldoff distinction
Tom Lane
2005-12-29
2
-39
/
+17
*
Fix typo.
Bruce Momjian
2005-12-17
1
-2
/
+2
*
Update s_lock.c comments.
Bruce Momjian
2005-12-17
1
-12
/
+14
*
Update ASM comments.
Bruce Momjian
2005-12-17
1
-12
/
+13
*
Rethink prior patch to filter out dead backend entries from the pgstats
Tom Lane
2005-12-16
1
-1
/
+2
*
Divide the lock manager's shared state into 'partitions', so as to
Tom Lane
2005-12-11
3
-16
/
+27
*
Simplify lock manager data structures by making a clear separation between
Tom Lane
2005-12-09
2
-75
/
+69
*
Re-run pgindent, fixing a problem where comment lines after a blank
Bruce Momjian
2005-11-22
1
-2
/
+2
*
DropRelFileNodeBuffers failed to fix the state of the lookup hash table
Tom Lane
2005-11-17
1
-1
/
+3
*
Standard pgindent run for 8.1.
Bruce Momjian
2005-10-15
14
-84
/
+75
*
Add a comment describing the requirement that pointers into shared memory
Neil Conway
2005-10-13
1
-7
/
+17
*
Do all accesses to shared buffer headers through volatile-qualified
Tom Lane
2005-10-12
1
-3
/
+8
*
Add infrastructure for making spins_per_delay variable depending on
Tom Lane
2005-10-11
2
-2
/
+10
*
Don't use a non-locked pre-test of the spinlock on x86_64 machines.
Tom Lane
2005-10-11
1
-4
/
+50
*
This patch cleans up the access to members of ItemIdData.
Bruce Momjian
2005-09-22
2
-5
/
+5
*
Print proper cause of statement cancel, user interaction or timeout.
Bruce Momjian
2005-09-19
1
-1
/
+3
*
Sigh, looks like you need '.set mips2' before you can access MIPS
Tom Lane
2005-08-29
1
-3
/
+9
*
Add a SYNC instruction to the S_UNLOCK sequence for MIPS.
Tom Lane
2005-08-28
1
-1
/
+9
*
Get the MIPS assembler syntax right. Also add a separate sync command;
Tom Lane
2005-08-27
1
-4
/
+6
*
Another try at the inlined MIPS spinlock code. Can't test this myself,
Tom Lane
2005-08-26
1
-12
/
+12
*
Adjust m68k spinlock code to avoid duplicate in-line and not-in-line
Tom Lane
2005-08-26
1
-6
/
+6
*
Replace out-of-line tas() assembly code for MIPS with a properly
Tom Lane
2005-08-25
1
-8
/
+36
*
Convert the arithmetic for shared memory size calculation from 'int'
Tom Lane
2005-08-20
11
-27
/
+28
*
Add BackendXidGetPid().
Tatsuo Ishii
2005-08-20
1
-1
/
+2
*
Remove BufferBlockPointers array in favor of a base + (bufnum) * BLCKSZ
Tom Lane
2005-08-12
1
-3
/
+3
*
Add files to do read I/O on the cluster directory:
Bruce Momjian
2005-08-12
1
-1
/
+2
*
Cause ShutdownPostgres to do a normal transaction abort during backend
Tom Lane
2005-08-08
2
-3
/
+4
*
Add NOWAIT option to SELECT FOR UPDATE/SHARE.
Tom Lane
2005-08-01
1
-1
/
+4
*
Add per-user and per-database connection limit options.
Tom Lane
2005-07-31
2
-2
/
+5
*
Remove MMCacheLock -- it is no longer used. Per ITAGAKI Takahiro.
Neil Conway
2005-07-27
1
-2
/
+1
*
Bring syntax of role-related commands into SQL compliance. To avoid
Tom Lane
2005-06-28
1
-2
/
+2
*
Simplify uses of readdir() by creating a function ReadDir() that
Tom Lane
2005-06-19
1
-1
/
+2
*
Two-phase commit. Original patch by Heikki Linnakangas, with additional
Tom Lane
2005-06-17
7
-32
/
+44
*
Simplify shared-memory lock data structures as per recent discussion:
Tom Lane
2005-06-14
2
-25
/
+35
*
Adjust lo_open() so that specifying INV_READ without INV_WRITE creates
Tom Lane
2005-06-13
1
-3
/
+8
*
Remove the mostly-stubbed-out-anyway support routines for WAL UNDO.
Tom Lane
2005-06-06
1
-2
/
+1
*
Improve LockAcquire API per my recent proposal. All error conditions
Tom Lane
2005-05-29
1
-2
/
+11
*
Add parentheses to macros when args are used in computations. Without
Bruce Momjian
2005-05-25
1
-2
/
+2
[next]