aboutsummaryrefslogtreecommitdiff
path: root/src/backend/storage/ipc/ipci.c
Commit message (Expand)AuthorAge
* Add shared_memory_type GUC.Thomas Munro2019-02-03
* Update copyright for 2019Bruce Momjian2019-01-02
* Remove configure switch --disable-strong-randomMichael Paquier2019-01-01
* Revert "Allow on-line enabling and disabling of data checksums"Magnus Hagander2018-04-09
* Allow on-line enabling and disabling of data checksumsMagnus Hagander2018-04-05
* Update copyright for 2018Bruce Momjian2018-01-02
* Logical replicationPeter Eisentraut2017-01-20
* Update copyright via script for 2017Bruce Momjian2017-01-03
* Make the different Unix-y semaphore implementations ABI-compatible.Tom Lane2016-12-12
* Replace PostmasterRandom() with a stronger source, second attempt.Heikki Linnakangas2016-12-05
* Add the "snapshot too old" featureKevin Grittner2016-04-08
* Update copyright for 2016Bruce Momjian2016-01-02
* Introduce replication progress tracking infrastructure.Andres Freund2015-04-29
* Update copyright for 2015Bruce Momjian2015-01-06
* Keep track of transaction commit timestampsAlvaro Herrera2014-12-03
* pgindent run for 9.4Bruce Momjian2014-05-06
* Get rid of the dynamic shared memory state file.Robert Haas2014-04-08
* Introduce replication slots.Robert Haas2014-01-31
* Relax the requirement that all lwlocks be stored in a single array.Robert Haas2014-01-27
* Allow use of "z" flag in our printf calls, and use it where appropriate.Tom Lane2014-01-23
* Reduce the number of semaphores used under --disable-spinlocks.Robert Haas2014-01-08
* Update copyright for 2014Bruce Momjian2014-01-07
* Allow dynamic allocation of shared memory segments.Robert Haas2013-10-09
* Allow background workers to be started dynamically.Robert Haas2013-07-16
* Update copyrights for 2013Bruce Momjian2013-01-01
* Tighten up includes in sinvaladt.h, twophase.h, proc.hAlvaro Herrera2012-06-25
* Rename BgWriterShmem/Request to CheckpointerShmem/RequestSimon Riggs2012-05-09
* Update copyright notices for year 2012.Bruce Momjian2012-01-01
* Move "hot" members of PGPROC into a separate PGXACT array.Robert Haas2011-11-25
* Implement genuine serializable isolation level.Heikki Linnakangas2011-02-08
* Stamp copyrights for year 2011.Bruce Momjian2011-01-01
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* Simplify Windows implementation of latches. There's no need to keep aHeikki Linnakangas2010-09-15
* Introduce latches. A latch is a boolean variable, with the capability toHeikki Linnakangas2010-09-11
* Replace the pg_listener-based LISTEN/NOTIFY mechanism with an in-memory queue.Tom Lane2010-02-16
* Introduce Streaming Replication.Heikki Linnakangas2010-01-15
* Update copyright for the year 2010.Bruce Momjian2010-01-02
* Create a multiplexing structure for signals to Postgres child processes.Tom Lane2009-07-31
* Install a "dead man switch" to allow the postmaster to detect cases whereTom Lane2009-05-05
* Create a "shmem_startup_hook" to be called at the end of shared memoryTom Lane2009-01-03
* Update copyright for 2009.Bruce Momjian2009-01-01
* Rewrite the FSM. Instead of relying on a fixed-size shared memory segment, theHeikki Linnakangas2008-09-30
* Restructure some header files a bit, in particular heapam.h, by removing someAlvaro Herrera2008-05-12
* Modify interactions between sinval.c and sinvaladt.c. The code that actuallyAlvaro Herrera2008-03-16
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-01
* pgindent run for 8.3.Bruce Momjian2007-11-15
* Arrange for large sequential scans to synchronize with each other, so thatTom Lane2007-06-08
* Restructure autovacuum in two processes: a dummy process, which runsAlvaro Herrera2007-02-15
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-05
* Redesign the patch for allocation of shmem space and LWLocks for add-onTom Lane2006-10-15