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
/
include
/
storage
Age
Commit message (
Expand
)
Author
2014-11-20
Revamp the WAL record format.
Heikki Linnakangas
2014-11-13
Fix race condition between hot standby and restoring a full-page image.
Heikki Linnakangas
2014-11-11
Really fix compilation failure on MIPS.
Heikki Linnakangas
2014-11-10
Fix compilation failure on MIPS.
Heikki Linnakangas
2014-11-07
BRIN: Block Range Indexes
Alvaro Herrera
2014-11-06
Move the backup-block logic from XLogInsert to a new file, xloginsert.c.
Heikki Linnakangas
2014-10-30
Extend dsm API with a new function dsm_unpin_mapping.
Robert Haas
2014-10-30
"Pin", rather than "keep", dynamic shared memory mappings and segments.
Robert Haas
2014-10-27
Add variable names to two LWLock C prototypes
Bruce Momjian
2014-10-08
Extend shm_mq API with new functions shm_mq_sendv, shm_mq_set_handle.
Robert Haas
2014-10-03
Still another typo fix for 0709b7ee72e4bc71ad07b7120acd117265ab51d0.
Robert Haas
2014-10-02
Increase the number of buffer mapping partitions to 128.
Robert Haas
2014-09-25
Add a basic atomic ops API abstracting away platform/architecture details.
Andres Freund
2014-09-25
Change locking regimen around buffer replacement.
Robert Haas
2014-09-19
Mark x86's memory barrier inline assembly as clobbering the cpu flags.
Andres Freund
2014-09-19
Add rmgr callback to name xlog record types for display purposes.
Andres Freund
2014-09-10
Fix thinko in 0709b7ee72e4bc71ad07b7120acd117265ab51d0.
Robert Haas
2014-09-10
Fix typo in 07c8651dd91d5 causing WIN32_ONLY_COMPILER builds to fail.
Andres Freund
2014-09-09
Change the spinlock primitives to function as compiler barriers.
Robert Haas
2014-09-09
Fix typo in solaris spinlock fix.
Andres Freund
2014-09-08
Fix spinlock implementation for some !solaris sparc platforms.
Andres Freund
2014-08-30
Make backend local tracking of buffer pins memory efficient.
Andres Freund
2014-07-06
Remove swpb-based spinlock implementation for ARMv5 and earlier.
Robert Haas
2014-06-30
Fix and enhance the assertion of no palloc's in a critical section.
Heikki Linnakangas
2014-06-28
Remove Alpha and Tru64 support.
Andres Freund
2014-06-19
Fix calculation of PREDICATELOCK_MANAGER_LWLOCK_OFFSET.
Kevin Grittner
2014-06-14
Change the signature of rm_desc so that it's passed a XLogRecord.
Heikki Linnakangas
2014-06-05
Add defenses against running with a wrong selection of LOBLKSIZE.
Tom Lane
2014-05-06
pgindent run for 9.4
Bruce Momjian
2014-04-30
Rationalize common/relpath.[hc].
Tom Lane
2014-04-08
Get rid of the dynamic shared memory state file.
Robert Haas
2014-03-21
Replace the XLogInsert slots with regular LWLocks.
Heikki Linnakangas
2014-03-19
Setup error context callback for transaction lock waits
Alvaro Herrera
2014-03-18
Improve shm_mq portability around MAXIMUM_ALIGNOF and sizeof(Size).
Robert Haas
2014-03-18
Make it easy to detach completely from shared memory.
Robert Haas
2014-03-10
Allow dynamic shared memory segments to be kept until shutdown.
Robert Haas
2014-03-10
Teach on_exit_reset() to discard pending cleanups for dsm.
Robert Haas
2014-03-08
C comments: improve description of relfilenode uniqueness
Bruce Momjian
2014-03-07
Fix dangling smgr_owner pointer when a fake relcache entry is freed.
Heikki Linnakangas
2014-03-06
C comment update: relfilenode is only unique with a tablespace
Bruce Momjian
2014-03-03
Introduce logical decoding.
Robert Haas
2014-03-03
Rename huge_tlb_pages to huge_pages, and improve docs.
Heikki Linnakangas
2014-02-25
Show xid and xmin in pg_stat_activity and pg_stat_replication.
Robert Haas
2014-02-17
PGDLLIMPORT-ify MainLWLockArray, ProcDiePending, proc_exit_inprogress.
Tom Lane
2014-02-09
Mark some more variables as static or include the appropriate header
Peter Eisentraut
2014-02-01
Introduce replication slots.
Robert Haas
2014-01-29
Allow using huge TLB pages on Linux (MAP_HUGETLB)
Heikki Linnakangas
2014-01-27
Relax the requirement that all lwlocks be stored in a single array.
Robert Haas
2014-01-18
Export a few more symbols required for test_shm_mq module.
Andrew Dunstan
2014-01-17
Export set_latch_on_sigusr1 symbol for Windows.
Andrew Dunstan
[next]