index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
access
/
Makefile
Age
Commit message (
Expand
)
Author
6 days
Split some long Makefile lists
Michael Paquier
2024-02-26
Introduce sequence_*() access functions
Michael Paquier
2019-01-21
Introduce access/{table.h, relation.h}, for generic functions from heapam.h.
Andres Freund
2015-05-15
TABLESAMPLE, SQL Standard and extensible
Simon Riggs
2014-11-07
BRIN: Block Range Indexes
Alvaro Herrera
2012-11-28
Split out rmgr rm_desc functions into their own files
Alvaro Herrera
2011-12-17
Add SP-GiST (space-partitioned GiST) index access method.
Tom Lane
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-02-09
Replace useless uses of := by = in makefiles.
Peter Eisentraut
2007-01-20
Remove remains of old depend target.
Peter Eisentraut
2006-05-02
GIN: Generalized Inverted iNdex.
Teodor Sigaev
2005-11-07
R-tree is dead ... long live GiST.
Tom Lane
2003-11-29
$Header: -> $PostgreSQL Changes ...
PostgreSQL Daemon
2002-08-10
Fix failure to relink postmaster executable in the first make run if only a
Peter Eisentraut
2000-08-31
Fix relative path references so that make knowns which dependencies refer
Peter Eisentraut
2000-07-13
Repair parallel make in backend tree (and make it really parallel).
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
1997-06-11
From: Robert Bruccoleri <bruc@bms.com>
Marc G. Fournier
1996-11-10
Recognize dependencies more reliably.
Bryan Henderson
1996-10-27
Simplify make files, add full dependencies.
Bryan Henderson