index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
lib
/
Makefile
Commit message (
Expand
)
Author
Age
*
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-11-05
*
Add IntegerSet, to hold large sets of 64-bit ints efficiently.
Heikki Linnakangas
2019-03-22
*
Add Bloom filter implementation.
Andres Freund
2018-03-31
*
Hash tables backed by DSA shared memory.
Andres Freund
2017-08-22
*
Support hashed aggregation with grouping sets.
Andrew Gierth
2017-03-27
*
Support GROUPING SETS, CUBE and ROLLUP.
Andres Freund
2015-05-16
*
Use abbreviated keys for faster sorting of text datums.
Robert Haas
2015-01-19
*
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
2014-12-22
*
Basic binary heap implementation.
Robert Haas
2012-11-29
*
Embedded list interface
Alvaro Herrera
2012-10-17
*
Remove cvs keywords from all files.
Magnus Hagander
2010-09-20
*
Refactor backend makefiles to remove lots of duplicate code
Peter Eisentraut
2008-02-19
*
Remove remains of old depend target.
Peter Eisentraut
2007-01-20
*
Remove the last traces of Joe Hellerstein's "xfunc" optimization. Patch
Neil Conway
2004-04-25
*
$Header: -> $PostgreSQL Changes ...
PostgreSQL Daemon
2003-11-29
*
Remove bit.c/h routines. Not used anymore.
Bruce Momjian
2003-01-09
*
Further cleanup of dynahash.c API, in pursuit of portability and
Tom Lane
2001-10-05
*
Fix relative path references so that make knowns which dependencies refer
Peter Eisentraut
2000-08-31
*
First phase of memory management rewrite (see backend/utils/mmgr/README
Tom Lane
2000-06-28
*
Generated header files parse.h and fmgroids.h are now copied into
Tom Lane
2000-05-29
*
New LDOUT makefile variable for QNX os.
Bruce Momjian
1999-12-13
*
Make LD -r as macros that can be changed for QNX.
Bruce Momjian
1999-12-09
*
There's a patch attached to fix gcc 2.8.x warnings, except for the
Bruce Momjian
1998-03-30
*
Major cleanout of PORTNAME variables from Makefiles...bound to screw up
Marc G. Fournier
1997-12-20
*
First pass through, of many to come, towards making the whole source
Marc G. Fournier
1997-12-17
*
Remove CFLAGS_SL from lib/Makefile
Bruce Momjian
1997-01-14
*
Shared library cleanup for -fpic.
Bruce Momjian
1997-01-12
*
Makefile's -fpic only for gcc
Bruce Momjian
1997-01-10
*
final fix for shared library under BSD44_derived
Marc G. Fournier
1997-01-05
*
Makefile cleanup after reorganization
Bruce Momjian
1996-11-09
*
Clean out makefile
Marc G. Fournier
1996-10-31
*
Simplify make files, add full dependencies.
Bryan Henderson
1996-10-27