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
/
backend
/
storage
/
ipc
Age
Commit message (
Expand
)
Author
2016-04-06
Revert bf08f2292ffca14fd133aa0901d1563b6ecd6894
Simon Riggs
2016-04-05
Align all shared memory allocations to cache line boundaries.
Robert Haas
2016-04-04
Avoid archiving XLOG_RUNNING_XACTS on idle server
Simon Riggs
2016-04-02
Make all the declarations of WaitEventSetWaitBlock be marked "inline".
Tom Lane
2016-04-02
Copyedit comments and documentation.
Noah Misch
2016-03-29
Fix typo in comment.
Robert Haas
2016-03-21
Introduce WaitEventSet API.
Andres Freund
2016-03-21
Combine win32 and unix latch implementations.
Andres Freund
2016-03-15
Fix typos.
Robert Haas
2016-03-10
Rework wait for AccessExclusiveLocks on Hot Standby
Simon Riggs
2016-03-02
Change the format of the VM fork to add a second bit per page.
Robert Haas
2016-02-22
Create a function to reliably identify which sessions block which others.
Tom Lane
2016-02-11
Rename PGPROC fields related to group XID clearing again.
Robert Haas
2016-02-10
Revert "Temporarily make pg_ctl and server shutdown a whole lot chattier."
Tom Lane
2016-02-10
Add still more chattiness in server shutdown.
Tom Lane
2016-01-29
Migrate PGPROC's backendLock into PGPROC itself, using a new tranche.
Robert Haas
2016-01-24
Correct comment in GetConflictingVirtualXIDs()
Simon Riggs
2016-01-02
Update copyright for 2016
Bruce Momjian
2015-11-03
shm_mq: Third attempt at fixing nowait behavior in shm_mq_receive.
Robert Haas
2015-11-03
Remove some more dead Alpha-specific code.
Tom Lane
2015-10-23
shm_mq: Repair breakage from previous commit.
Robert Haas
2015-10-22
shm_mq: Fix failure to notice a dead counterparty when nowait is used.
Robert Haas
2015-10-16
Remove volatile qualifiers from proc.c and procarray.c
Robert Haas
2015-10-16
Remove volatile qualifiers from dynahash.c, shmem.c, and sinvaladt.c
Robert Haas
2015-10-09
Remove set_latch_on_sigusr1 flag.
Robert Haas
2015-09-19
Glue layer to connect the executor to the shm_mq mechanism.
Robert Haas
2015-09-03
Assorted code review for recent ProcArrayLock patch.
Robert Haas
2015-08-15
Don't use function definitions looking like old-style ones.
Andres Freund
2015-08-07
Fix attach-related race condition in shm_mq_send_bytes.
Robert Haas
2015-08-06
Fix incorrect calculation in shm_mq_receive.
Robert Haas
2015-08-06
Reduce ProcArrayLock contention by removing backends in batches.
Robert Haas
2015-05-24
pgindent run for 9.5
Bruce Momjian
2015-05-20
Fix more typos in comments.
Heikki Linnakangas
2015-05-20
Collection of typo fixes.
Heikki Linnakangas
2015-04-30
Create an infrastructure for parallel computation in PostgreSQL.
Robert Haas
2015-04-29
Introduce replication progress tracking infrastructure.
Andres Freund
2015-04-02
Fix another bug in DSM_CREATE_NULL_IF_MAXSEGMENTS handling.
Robert Haas
2015-03-30
Fix rare core dump in BackendIdGetTransactionIds().
Tom Lane
2015-03-23
Remove ill-advised pre-check for DSM segment exhaustion.
Robert Haas
2015-03-22
Use mmap MAP_NOSYNC option to limit shared memory writes
Bruce Momjian
2015-03-20
Fix whitespace
Peter Eisentraut
2015-03-19
Add flags argument to dsm_create.
Robert Haas
2015-02-21
Use FLEXIBLE_ARRAY_MEMBER in a number of other places.
Tom Lane
2015-02-20
Use FLEXIBLE_ARRAY_MEMBER in some more places.
Tom Lane
2015-02-03
Remove remnants of ImmediateInterruptOK handling.
Andres Freund
2015-02-03
Introduce and use infrastructure for interrupt processing during client reads.
Andres Freund
2015-01-14
Add a default local latch for use in signal handlers.
Andres Freund
2015-01-12
Skip dead backends in MinimumActiveBackends
Stephen Frost
2015-01-06
Update copyright for 2015
Bruce Momjian
2014-12-03
Keep track of transaction commit timestamps
Alvaro Herrera
[next]