summaryrefslogtreecommitdiff
path: root/src/backend/storage/lmgr/Makefile
AgeCommit message (Expand)Author
2024-07-30Remove --disable-spinlocks.Thomas Munro
2024-03-20Rework lwlocknames.txt to become lwlocklist.hAlvaro Herrera
2024-01-25Fix s_lock_test compileAlvaro Herrera
2024-01-09Cross-check lists of predefined LWLocks.Nathan Bossart
2023-11-06Remove distprepPeter Eisentraut
2021-11-29Replace random(), pg_erand48(), etc with a better PRNG API and algorithm.Tom Lane
2019-11-05Split all OBJS style lines in makefiles into one-line-per-entry style.Andres Freund
2018-03-23Fix make rules that generate multiple output files.Tom Lane
2016-11-22Support condition variables.Robert Haas
2015-09-11Fix build problems in commit aa65de042f5828968f2f6cd65f45c543a40cc3e6.Robert Haas
2015-09-11When trace_lwlocks is used, identify individual lwlocks by name.Robert Haas
2011-02-07Implement genuine serializable isolation level.Heikki Linnakangas
2010-11-23Remove useless whitespace at end of linesPeter Eisentraut
2010-09-20Remove cvs keywords from all files.Magnus Hagander
2008-02-19Refactor backend makefiles to remove lots of duplicate codePeter Eisentraut
2007-01-20Remove remains of old depend target.Peter Eisentraut
2006-04-28Fix s_lock_test to use tas.o file, if needed.Bruce Momjian
2004-10-07Allow the spinlock test to be compiled successfully in a vpath build.Neil Conway
2004-06-19s_lock_test requires libpgport to build now.Tom Lane
2003-11-29$Header: -> $PostgreSQL Changes ...PostgreSQL Daemon
2001-09-29Implement new 'lightweight lock manager' that's intermediate betweenTom Lane
2001-09-27Move s_lock.c and spin.c into lmgr subdirectory, which seems a muchTom Lane
2001-01-25Re-implement deadlock detection and resolution, per design notes postedTom Lane
2000-08-31Fix relative path references so that make knowns which dependencies referPeter Eisentraut
2000-05-29Generated header files parse.h and fmgroids.h are now copied intoTom Lane
2000-01-19Removed MBFLAGS from makefiles since it's now done in include/config.h.Peter Eisentraut
1999-12-13New LDOUT makefile variable for QNX os.Bruce Momjian
1999-12-09Make LD -r as macros that can be changed for QNX.Bruce Momjian
1998-12-15Initial MVCC code.Vadim B. Mikheev
1998-07-26From: [email protected]Marc G. Fournier
1998-07-24I really hope that I haven't missed anything in this one...Marc G. Fournier
1998-04-06Hi,Bruce Momjian
1997-12-20Major cleanout of PORTNAME variables from Makefiles...bound to screw upMarc G. Fournier
1997-12-19More cleanups. I can now compile without PORTNAME being defined nMarc G. Fournier
1996-11-09Makefile cleanup after reorganizationBruce Momjian
1996-11-03Clean up Makefile(s)Marc G. Fournier
1996-10-27Simplify make files, add full dependencies.Bryan Henderson