aboutsummaryrefslogtreecommitdiff
path: root/src/backend/lib/Makefile
Commit message (Expand)AuthorAge
* Make StringInfo available to frontend code.Andres Freund2019-11-05
* Split all OBJS style lines in makefiles into one-line-per-entry style.Andres Freund2019-11-05
* Add IntegerSet, to hold large sets of 64-bit ints efficiently.Heikki Linnakangas2019-03-22
* Add Bloom filter implementation.Andres Freund2018-03-31
* Hash tables backed by DSA shared memory.Andres Freund2017-08-22
* Support hashed aggregation with grouping sets.Andrew Gierth2017-03-27
* Support GROUPING SETS, CUBE and ROLLUP.Andres Freund2015-05-16
* Use abbreviated keys for faster sorting of text datums.Robert Haas2015-01-19
* Move rbtree.c from src/backend/utils/misc to src/backend/lib.Heikki Linnakangas2014-12-22
* Use a pairing heap for the priority queue in kNN-GiST searches.Heikki Linnakangas2014-12-22
* Basic binary heap implementation.Robert Haas2012-11-29
* Embedded list interfaceAlvaro Herrera2012-10-17
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* Refactor backend makefiles to remove lots of duplicate codePeter Eisentraut2008-02-19
* Remove remains of old depend target.Peter Eisentraut2007-01-20
* Remove the last traces of Joe Hellerstein's "xfunc" optimization. PatchNeil Conway2004-04-25
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-29
* Remove bit.c/h routines. Not used anymore.Bruce Momjian2003-01-09
* Further cleanup of dynahash.c API, in pursuit of portability andTom Lane2001-10-05
* Fix relative path references so that make knowns which dependencies referPeter Eisentraut2000-08-31
* First phase of memory management rewrite (see backend/utils/mmgr/READMETom Lane2000-06-28
* Generated header files parse.h and fmgroids.h are now copied intoTom Lane2000-05-29
* New LDOUT makefile variable for QNX os.Bruce Momjian1999-12-13
* Make LD -r as macros that can be changed for QNX.Bruce Momjian1999-12-09
* There's a patch attached to fix gcc 2.8.x warnings, except for theBruce Momjian1998-03-30
* Major cleanout of PORTNAME variables from Makefiles...bound to screw upMarc G. Fournier1997-12-20
* First pass through, of many to come, towards making the whole sourceMarc G. Fournier1997-12-17
* Remove CFLAGS_SL from lib/MakefileBruce Momjian1997-01-14
* Shared library cleanup for -fpic.Bruce Momjian1997-01-12
* Makefile's -fpic only for gccBruce Momjian1997-01-10
* final fix for shared library under BSD44_derivedMarc G. Fournier1997-01-05
* Makefile cleanup after reorganizationBruce Momjian1996-11-09
* Clean out makefileMarc G. Fournier1996-10-31
* Simplify make files, add full dependencies.Bryan Henderson1996-10-27