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