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
/
lib
/
Makefile
Age
Commit message (
Expand
)
Author
2023-09-18
Make binaryheap available to frontend code.
Nathan Bossart
2019-11-05
Make StringInfo available to frontend code.
Andres Freund
2019-11-05
Split all OBJS style lines in makefiles into one-line-per-entry style.
Andres Freund
2019-03-22
Add IntegerSet, to hold large sets of 64-bit ints efficiently.
Heikki Linnakangas
2018-03-31
Add Bloom filter implementation.
Andres Freund
2017-08-22
Hash tables backed by DSA shared memory.
Andres Freund
2017-03-27
Support hashed aggregation with grouping sets.
Andrew Gierth
2015-05-16
Support GROUPING SETS, CUBE and ROLLUP.
Andres Freund
2015-01-19
Use abbreviated keys for faster sorting of text datums.
Robert Haas
2014-12-22
Move rbtree.c from src/backend/utils/misc to src/backend/lib.
Heikki Linnakangas
2014-12-22
Use a pairing heap for the priority queue in kNN-GiST searches.
Heikki Linnakangas
2012-11-29
Basic binary heap implementation.
Robert Haas
2012-10-17
Embedded list interface
Alvaro Herrera
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
2004-04-25
Remove the last traces of Joe Hellerstein's "xfunc" optimization. Patch
Neil Conway
2003-11-29
$Header: -> $PostgreSQL Changes ...
PostgreSQL Daemon
2003-01-09
Remove bit.c/h routines. Not used anymore.
Bruce Momjian
2001-10-05
Further cleanup of dynahash.c API, in pursuit of portability and
Tom Lane
2000-08-31
Fix relative path references so that make knowns which dependencies refer
Peter Eisentraut
2000-06-28
First phase of memory management rewrite (see backend/utils/mmgr/README
Tom Lane
2000-05-29
Generated header files parse.h and fmgroids.h are now copied into
Tom Lane
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-03-30
There's a patch attached to fix gcc 2.8.x warnings, except for the
Bruce Momjian
1997-12-20
Major cleanout of PORTNAME variables from Makefiles...bound to screw up
Marc G. Fournier
1997-12-17
First pass through, of many to come, towards making the whole source
Marc G. Fournier
1997-01-14
Remove CFLAGS_SL from lib/Makefile
Bruce Momjian
1997-01-12
Shared library cleanup for -fpic.
Bruce Momjian
1997-01-10
Makefile's -fpic only for gcc
Bruce Momjian
1997-01-05
final fix for shared library under BSD44_derived
Marc G. Fournier
1996-11-09
Makefile cleanup after reorganization
Bruce Momjian
1996-10-31
Clean out makefile
Marc G. Fournier
1996-10-27
Simplify make files, add full dependencies.
Bryan Henderson