summaryrefslogtreecommitdiff
path: root/src/backend/storage/ipc/ipci.c
AgeCommit message (Expand)Author
2017-01-20Logical replicationPeter Eisentraut
2017-01-03Update copyright via script for 2017Bruce Momjian
2016-12-12Make the different Unix-y semaphore implementations ABI-compatible.Tom Lane
2016-12-05Replace PostmasterRandom() with a stronger source, second attempt.Heikki Linnakangas
2016-04-08Add the "snapshot too old" featureKevin Grittner
2016-01-02Update copyright for 2016Bruce Momjian
2015-04-29Introduce replication progress tracking infrastructure.Andres Freund
2015-01-06Update copyright for 2015Bruce Momjian
2014-12-03Keep track of transaction commit timestampsAlvaro Herrera
2014-05-06pgindent run for 9.4Bruce Momjian
2014-04-08Get rid of the dynamic shared memory state file.Robert Haas
2014-02-01Introduce replication slots.Robert Haas
2014-01-27Relax the requirement that all lwlocks be stored in a single array.Robert Haas
2014-01-23Allow use of "z" flag in our printf calls, and use it where appropriate.Tom Lane
2014-01-08Reduce the number of semaphores used under --disable-spinlocks.Robert Haas
2014-01-07Update copyright for 2014Bruce Momjian
2013-10-10Allow dynamic allocation of shared memory segments.Robert Haas
2013-07-16Allow background workers to be started dynamically.Robert Haas
2013-01-01Update copyrights for 2013Bruce Momjian
2012-06-25Tighten up includes in sinvaladt.h, twophase.h, proc.hAlvaro Herrera
2012-05-09Rename BgWriterShmem/Request to CheckpointerShmem/RequestSimon Riggs
2012-01-01Update copyright notices for year 2012.Bruce Momjian
2011-11-25Move "hot" members of PGPROC into a separate PGXACT array.Robert Haas
2011-02-07Implement genuine serializable isolation level.Heikki Linnakangas
2011-01-01Stamp copyrights for year 2011.Bruce Momjian
2010-09-20Remove cvs keywords from all files.Magnus Hagander
2010-09-15Simplify Windows implementation of latches. There's no need to keep aHeikki Linnakangas
2010-09-11Introduce latches. A latch is a boolean variable, with the capability toHeikki Linnakangas
2010-02-16Replace the pg_listener-based LISTEN/NOTIFY mechanism with an in-memory queue.Tom Lane
2010-01-15Introduce Streaming Replication.Heikki Linnakangas
2010-01-02Update copyright for the year 2010.Bruce Momjian
2009-07-31Create a multiplexing structure for signals to Postgres child processes.Tom Lane
2009-05-05Install a "dead man switch" to allow the postmaster to detect cases whereTom Lane
2009-01-03Create a "shmem_startup_hook" to be called at the end of shared memoryTom Lane
2009-01-01Update copyright for 2009.Bruce Momjian
2008-09-30Rewrite the FSM. Instead of relying on a fixed-size shared memory segment, theHeikki Linnakangas
2008-05-12Restructure some header files a bit, in particular heapam.h, by removing someAlvaro Herrera
2008-03-16Modify interactions between sinval.c and sinvaladt.c. The code that actuallyAlvaro Herrera
2008-01-01Update copyrights in source tree to 2008.Bruce Momjian
2007-11-15pgindent run for 8.3.Bruce Momjian
2007-06-08Arrange for large sequential scans to synchronize with each other, so thatTom Lane
2007-02-15Restructure autovacuum in two processes: a dummy process, which runsAlvaro Herrera
2007-01-05Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian
2006-10-15Redesign the patch for allocation of shmem space and LWLocks for add-onTom Lane
2006-10-04pgindent run for 8.2.Bruce Momjian
2006-08-01Add support for loadable modules to allocated shared memory andBruce Momjian
2006-07-15Put back some more not-so-unused-as-all-that #includes. This un-breaksTom Lane
2006-07-14Remove 576 references of include files that were not needed.Bruce Momjian
2006-06-19Take the statistics collector out of the loop for monitoring backends'Tom Lane
2006-05-08Rewrite btree vacuuming to fold the former bulkdelete and cleanup operationsTom Lane