index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
storage
/
ipc
/
ipci.c
Commit message (
Expand
)
Author
Age
*
Revert 0f5ca02f53
Alexander Korotkov
2020-04-08
*
Implement waiting for given lsn at transaction start
Alexander Korotkov
2020-04-07
*
Update copyrights for 2020
Bruce Momjian
2020-01-01
*
Make the order of the header file includes consistent in backend modules.
Amit Kapila
2019-11-12
*
Use data directory inode number, not port, to select SysV resource keys.
Tom Lane
2019-09-05
*
Consistently test for in-use shared memory.
Noah Misch
2019-04-12
*
Revert "Consistently test for in-use shared memory."
Noah Misch
2019-04-05
*
Consistently test for in-use shared memory.
Noah Misch
2019-04-03
*
Add shared_memory_type GUC.
Thomas Munro
2019-02-03
*
Update copyright for 2019
Bruce Momjian
2019-01-02
*
Remove configure switch --disable-strong-random
Michael Paquier
2019-01-01
*
Revert "Allow on-line enabling and disabling of data checksums"
Magnus Hagander
2018-04-09
*
Allow on-line enabling and disabling of data checksums
Magnus Hagander
2018-04-05
*
Update copyright for 2018
Bruce Momjian
2018-01-02
*
Logical replication
Peter Eisentraut
2017-01-20
*
Update copyright via script for 2017
Bruce Momjian
2017-01-03
*
Make the different Unix-y semaphore implementations ABI-compatible.
Tom Lane
2016-12-12
*
Replace PostmasterRandom() with a stronger source, second attempt.
Heikki Linnakangas
2016-12-05
*
Add the "snapshot too old" feature
Kevin Grittner
2016-04-08
*
Update copyright for 2016
Bruce Momjian
2016-01-02
*
Introduce replication progress tracking infrastructure.
Andres Freund
2015-04-29
*
Update copyright for 2015
Bruce Momjian
2015-01-06
*
Keep track of transaction commit timestamps
Alvaro Herrera
2014-12-03
*
pgindent run for 9.4
Bruce Momjian
2014-05-06
*
Get rid of the dynamic shared memory state file.
Robert Haas
2014-04-08
*
Introduce replication slots.
Robert Haas
2014-01-31
*
Relax the requirement that all lwlocks be stored in a single array.
Robert Haas
2014-01-27
*
Allow use of "z" flag in our printf calls, and use it where appropriate.
Tom Lane
2014-01-23
*
Reduce the number of semaphores used under --disable-spinlocks.
Robert Haas
2014-01-08
*
Update copyright for 2014
Bruce Momjian
2014-01-07
*
Allow dynamic allocation of shared memory segments.
Robert Haas
2013-10-09
*
Allow background workers to be started dynamically.
Robert Haas
2013-07-16
*
Update copyrights for 2013
Bruce Momjian
2013-01-01
*
Tighten up includes in sinvaladt.h, twophase.h, proc.h
Alvaro Herrera
2012-06-25
*
Rename BgWriterShmem/Request to CheckpointerShmem/Request
Simon Riggs
2012-05-09
*
Update copyright notices for year 2012.
Bruce Momjian
2012-01-01
*
Move "hot" members of PGPROC into a separate PGXACT array.
Robert Haas
2011-11-25
*
Implement genuine serializable isolation level.
Heikki Linnakangas
2011-02-08
*
Stamp copyrights for year 2011.
Bruce Momjian
2011-01-01
*
Remove cvs keywords from all files.
Magnus Hagander
2010-09-20
*
Simplify Windows implementation of latches. There's no need to keep a
Heikki Linnakangas
2010-09-15
*
Introduce latches. A latch is a boolean variable, with the capability to
Heikki Linnakangas
2010-09-11
*
Replace the pg_listener-based LISTEN/NOTIFY mechanism with an in-memory queue.
Tom Lane
2010-02-16
*
Introduce Streaming Replication.
Heikki Linnakangas
2010-01-15
*
Update copyright for the year 2010.
Bruce Momjian
2010-01-02
*
Create a multiplexing structure for signals to Postgres child processes.
Tom Lane
2009-07-31
*
Install a "dead man switch" to allow the postmaster to detect cases where
Tom Lane
2009-05-05
*
Create a "shmem_startup_hook" to be called at the end of shared memory
Tom Lane
2009-01-03
*
Update copyright for 2009.
Bruce Momjian
2009-01-01
*
Rewrite the FSM. Instead of relying on a fixed-size shared memory segment, the
Heikki Linnakangas
2008-09-30
[next]