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
*
Mark x86's memory barrier inline assembly as clobbering the cpu flags.
Andres Freund
2014-09-19
1
-2
/
+2
*
Add rmgr callback to name xlog record types for display purposes.
Andres Freund
2014-09-19
1
-0
/
+1
*
Fix thinko in 0709b7ee72e4bc71ad07b7120acd117265ab51d0.
Robert Haas
2014-09-10
1
-1
/
+1
*
Fix typo in 07c8651dd91d5 causing WIN32_ONLY_COMPILER builds to fail.
Andres Freund
2014-09-10
1
-1
/
+1
*
Change the spinlock primitives to function as compiler barriers.
Robert Haas
2014-09-09
1
-16
/
+67
*
Fix typo in solaris spinlock fix.
Andres Freund
2014-09-09
1
-0
/
+1
*
Fix spinlock implementation for some !solaris sparc platforms.
Andres Freund
2014-09-09
1
-1
/
+48
*
Make backend local tracking of buffer pins memory efficient.
Andres Freund
2014-08-30
1
-19
/
+0
*
Remove swpb-based spinlock implementation for ARMv5 and earlier.
Robert Haas
2014-07-06
1
-48
/
+6
*
Fix and enhance the assertion of no palloc's in a critical section.
Heikki Linnakangas
2014-06-30
1
-0
/
+1
*
Remove Alpha and Tru64 support.
Andres Freund
2014-06-28
2
-75
/
+0
*
Fix calculation of PREDICATELOCK_MANAGER_LWLOCK_OFFSET.
Kevin Grittner
2014-06-19
1
-1
/
+1
*
Change the signature of rm_desc so that it's passed a XLogRecord.
Heikki Linnakangas
2014-06-14
1
-1
/
+1
*
Add defenses against running with a wrong selection of LOBLKSIZE.
Tom Lane
2014-06-05
1
-0
/
+2
*
pgindent run for 9.4
Bruce Momjian
2014-05-06
25
-62
/
+63
*
Rationalize common/relpath.[hc].
Tom Lane
2014-04-30
1
-22
/
+1
*
Get rid of the dynamic shared memory state file.
Robert Haas
2014-04-08
2
-2
/
+11
*
Replace the XLogInsert slots with regular LWLocks.
Heikki Linnakangas
2014-03-21
1
-1
/
+5
*
Setup error context callback for transaction lock waits
Alvaro Herrera
2014-03-19
1
-1
/
+16
*
Improve shm_mq portability around MAXIMUM_ALIGNOF and sizeof(Size).
Robert Haas
2014-03-18
1
-2
/
+2
*
Make it easy to detach completely from shared memory.
Robert Haas
2014-03-18
1
-0
/
+1
*
Allow dynamic shared memory segments to be kept until shutdown.
Robert Haas
2014-03-10
2
-0
/
+4
*
Teach on_exit_reset() to discard pending cleanups for dsm.
Robert Haas
2014-03-10
1
-0
/
+1
*
C comments: improve description of relfilenode uniqueness
Bruce Momjian
2014-03-08
1
-1
/
+2
*
Fix dangling smgr_owner pointer when a fake relcache entry is freed.
Heikki Linnakangas
2014-03-07
1
-0
/
+1
*
C comment update: relfilenode is only unique with a tablespace
Bruce Momjian
2014-03-05
1
-1
/
+1
*
Introduce logical decoding.
Robert Haas
2014-03-03
4
-4
/
+17
*
Rename huge_tlb_pages to huge_pages, and improve docs.
Heikki Linnakangas
2014-03-03
1
-6
/
+6
*
Show xid and xmin in pg_stat_activity and pg_stat_replication.
Robert Haas
2014-02-25
1
-0
/
+1
*
PGDLLIMPORT-ify MainLWLockArray, ProcDiePending, proc_exit_inprogress.
Tom Lane
2014-02-16
2
-2
/
+2
*
Mark some more variables as static or include the appropriate header
Peter Eisentraut
2014-02-08
1
-1
/
+1
*
Introduce replication slots.
Robert Haas
2014-01-31
2
-1
/
+5
*
Allow using huge TLB pages on Linux (MAP_HUGETLB)
Heikki Linnakangas
2014-01-29
1
-0
/
+10
*
Relax the requirement that all lwlocks be stored in a single array.
Robert Haas
2014-01-27
4
-77
/
+170
*
Export a few more symbols required for test_shm_mq module.
Andrew Dunstan
2014-01-18
1
-1
/
+1
*
Export set_latch_on_sigusr1 symbol for Windows.
Andrew Dunstan
2014-01-17
1
-1
/
+1
*
Logging running transactions every 15 seconds.
Robert Haas
2014-01-15
1
-1
/
+1
*
Fix multiple bugs in index page locking during hot-standby WAL replay.
Tom Lane
2014-01-14
1
-1
/
+3
*
Single-reader, single-writer, lightweight shared message queue.
Robert Haas
2014-01-14
1
-0
/
+70
*
Simple table of contents for a shared memory segment.
Robert Haas
2014-01-14
1
-0
/
+57
*
We don't need to include pg_sema.h in s_lock.h anymore.
Tom Lane
2014-01-08
2
-3
/
+3
*
Reduce the number of semaphores used under --disable-spinlocks.
Robert Haas
2014-01-08
2
-1
/
+7
*
Update copyright for 2014
Bruce Momjian
2014-01-07
45
-45
/
+45
*
Allow on-detach callbacks for dynamic shared memory segments.
Robert Haas
2013-12-18
2
-5
/
+14
*
Add ALTER SYSTEM command to edit the server configuration file.
Tatsuo Ishii
2013-12-18
1
-0
/
+1
*
Fix stale-pointer problem in fast-path locking logic.
Tom Lane
2013-11-27
1
-3
/
+17
*
Modify dynamic shared memory code to use Size rather than uint64.
Robert Haas
2013-10-28
2
-5
/
+5
*
Remove IRIX port.
Robert Haas
2013-10-18
1
-25
/
+0
*
Remove spinlock support for SINIX, Sun3, and NS32K.
Robert Haas
2013-10-17
1
-52
/
+0
*
Allow dynamic allocation of shared memory segments.
Robert Haas
2013-10-09
3
-0
/
+115
[next]