aboutsummaryrefslogtreecommitdiff
path: root/src/backend/storage/ipc/Makefile
Commit message (Expand)AuthorAge
* Remove some more dead Alpha-specific code.Tom Lane2015-11-02
* Single-reader, single-writer, lightweight shared message queue.Robert Haas2014-01-14
* Simple table of contents for a shared memory segment.Robert Haas2014-01-14
* Allow dynamic allocation of shared memory segments.Robert Haas2013-10-09
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* Allow read only connections during recovery, known as Hot Standby.Simon Riggs2009-12-19
* Create a multiplexing structure for signals to Postgres child processes.Tom Lane2009-07-31
* Refactor backend makefiles to remove lots of duplicate codePeter Eisentraut2008-02-19
* Remove remains of old depend target.Peter Eisentraut2007-01-20
* Split the shared-memory array of PGPROC pointers out of the sinvalTom Lane2005-05-19
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-29
* Merge three existing ways of signaling postmaster from child processes,Tom Lane2001-11-04
* Move s_lock.c and spin.c into lmgr subdirectory, which seems a muchTom Lane2001-09-27
* Add support for VPATH builds, that is, building somewhere else than in thePeter Eisentraut2000-10-20
* New unified regression test driver, test/regress makefile cleanup,Peter Eisentraut2000-09-29
* Fix relative path references so that make knowns which dependencies referPeter Eisentraut2000-08-31
* Repair parallel make in backend tree (and make it really parallel).Peter Eisentraut2000-07-13
* Generated header files parse.h and fmgroids.h are now copied intoTom Lane2000-05-29
* New LDOUT makefile variable for QNX os.Bruce Momjian1999-12-13
* Make LD -r as macros that can be changed for QNX.Bruce Momjian1999-12-09
* Alpha spinlock fix from Uncle George <gatgul@voicenet.com>Bruce Momjian1999-07-22
* Hi,Bruce Momjian1998-04-06
* Major cleanout of PORTNAME variables from Makefiles...bound to screw upMarc G. Fournier1997-12-20
* More cleanups. I can now compile without PORTNAME being defined nMarc G. Fournier1997-12-19
* Inline frequently called functions.Bruce Momjian1997-09-18
* Makefile cleanup after reorganizationBruce Momjian1996-11-09
* Clean up Makefile(s)Marc G. Fournier1996-11-03
* Simplify make files, add full dependencies.Bryan Henderson1996-10-27