index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
storage
/
lmgr
/
Makefile
Age
Commit message (
Expand
)
Author
2024-07-30
Remove --disable-spinlocks.
Thomas Munro
2024-03-20
Rework lwlocknames.txt to become lwlocklist.h
Alvaro Herrera
2024-01-25
Fix s_lock_test compile
Alvaro Herrera
2024-01-09
Cross-check lists of predefined LWLocks.
Nathan Bossart
2023-11-06
Remove distprep
Peter Eisentraut
2021-11-29
Replace random(), pg_erand48(), etc with a better PRNG API and algorithm.
Tom Lane
2019-11-05
Split all OBJS style lines in makefiles into one-line-per-entry style.
Andres Freund
2018-03-23
Fix make rules that generate multiple output files.
Tom Lane
2016-11-22
Support condition variables.
Robert Haas
2015-09-11
Fix build problems in commit aa65de042f5828968f2f6cd65f45c543a40cc3e6.
Robert Haas
2015-09-11
When trace_lwlocks is used, identify individual lwlocks by name.
Robert Haas
2011-02-07
Implement genuine serializable isolation level.
Heikki Linnakangas
2010-11-23
Remove useless whitespace at end of lines
Peter Eisentraut
2010-09-20
Remove cvs keywords from all files.
Magnus Hagander
2008-02-19
Refactor backend makefiles to remove lots of duplicate code
Peter Eisentraut
2007-01-20
Remove remains of old depend target.
Peter Eisentraut
2006-04-28
Fix s_lock_test to use tas.o file, if needed.
Bruce Momjian
2004-10-07
Allow the spinlock test to be compiled successfully in a vpath build.
Neil Conway
2004-06-19
s_lock_test requires libpgport to build now.
Tom Lane
2003-11-29
$Header: -> $PostgreSQL Changes ...
PostgreSQL Daemon
2001-09-29
Implement new 'lightweight lock manager' that's intermediate between
Tom Lane
2001-09-27
Move s_lock.c and spin.c into lmgr subdirectory, which seems a much
Tom Lane
2001-01-25
Re-implement deadlock detection and resolution, per design notes posted
Tom Lane
2000-08-31
Fix relative path references so that make knowns which dependencies refer
Peter Eisentraut
2000-05-29
Generated header files parse.h and fmgroids.h are now copied into
Tom Lane
2000-01-19
Removed MBFLAGS from makefiles since it's now done in include/config.h.
Peter Eisentraut
1999-12-13
New LDOUT makefile variable for QNX os.
Bruce Momjian
1999-12-09
Make LD -r as macros that can be changed for QNX.
Bruce Momjian
1998-12-15
Initial MVCC code.
Vadim B. Mikheev
1998-07-26
From:
[email protected]
Marc G. Fournier
1998-07-24
I really hope that I haven't missed anything in this one...
Marc G. Fournier
1998-04-06
Hi,
Bruce Momjian
1997-12-20
Major cleanout of PORTNAME variables from Makefiles...bound to screw up
Marc G. Fournier
1997-12-19
More cleanups. I can now compile without PORTNAME being defined n
Marc G. Fournier
1996-11-09
Makefile cleanup after reorganization
Bruce Momjian
1996-11-03
Clean up Makefile(s)
Marc G. Fournier
1996-10-27
Simplify make files, add full dependencies.
Bryan Henderson