summaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Introduce SP-GiST operator class over box.Teodor Sigaev2016-03-301-2/+2
* Remove some more dead Alpha-specific code.Tom Lane2015-11-021-7/+0
* Support "expanded" objects, particularly arrays, for better performance.Tom Lane2015-05-141-4/+5
* Integrate pg_upgrade_support module into backendPeter Eisentraut2015-04-141-1/+2
* Move pg_lzcompress.c to src/common.Fujii Masao2015-02-091-2/+2
* Temporarily revert "Move pg_lzcompress.c to src/common."Tom Lane2014-12-251-2/+2
* Move pg_lzcompress.c to src/common.Fujii Masao2014-12-251-2/+2
* Move the guts of our Levenshtein implementation into core.Robert Haas2014-11-131-0/+2
* Add an in-core GiST index opclass for inet/cidr types.Tom Lane2014-04-081-1/+2
* Introduce jsonb, a structured format for storing json.Andrew Dunstan2014-03-231-5/+5
* Add a pg_lsn data type, to represent an LSN.Robert Haas2014-02-191-1/+1
* Alphabeticize list in OBJS definition in utils/adt Makefile.Andrew Dunstan2014-02-061-14/+15
* Support ordered-set (WITHIN GROUP) aggregates.Tom Lane2013-12-231-1/+2
* Add new JSON processing functions and parser API.Andrew Dunstan2013-03-291-2/+2
* Collect and use histograms of lower and upper bounds for range types.Heikki Linnakangas2012-08-271-1/+2
* Add SP-GiST support for range types.Heikki Linnakangas2012-08-161-1/+1
* Collect and use element-frequency statistics for arrays.Tom Lane2012-03-031-1/+2
* Built-in JSON data type.Robert Haas2012-01-311-1/+1
* Support range data types.Heikki Linnakangas2011-11-031-2/+2
* When reporting the server as not responding, if the hostname wasBruce Momjian2010-11-241-1/+1
* Remove cvs keywords from all files.Magnus Hagander2010-09-201-1/+1
* Support window functions a la SQL:2008.Tom Lane2008-12-281-2/+2
* suppress_redundant_updates_trigger function.Andrew Dunstan2008-11-031-2/+2
* Refactor backend makefiles to remove lots of duplicate codePeter Eisentraut2008-02-191-8/+2
* Migrate the former contrib/txid module into core. This will make it easierTom Lane2007-10-131-3/+3
* Refactoring by Heikki Linnakangas <heikki@enterprisedb.com> withTeodor Sigaev2007-09-071-2/+2
* Remove the 'not in' operator (!!=). This was a hangover from BerkeleyTom Lane2007-08-271-2/+2
* Tsearch2 functionality migrates to core. The bulk of this work is byTom Lane2007-08-211-3/+6
* Support enum data types. Along the way, use macros for the values ofTom Lane2007-04-021-2/+2
* Add a new builtin type, "uuid". This implements a UUID type, similar toNeil Conway2007-01-281-2/+3
* Remove remains of old depend target.Peter Eisentraut2007-01-201-8/+1
* Initial SQL/XML support: xml data type and initial set of functions.Peter Eisentraut2006-12-211-2/+2
* Fix a bunch of problems with domains by making them use special input functionsTom Lane2006-04-051-2/+3
* Add files to do read I/O on the cluster directory:Bruce Momjian2005-08-121-2/+2
* Move dbsize functions into the backend. New functions:Bruce Momjian2005-07-291-2/+2
* Replace TupleTableSlot convention for whole-row variables and functionTom Lane2004-04-011-3/+3
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-291-1/+1
* Add binary I/O routines for a bunch more datatypes. Still a few to go,Tom Lane2003-05-121-2/+2
* First phase of work on array improvements. ARRAY[x,y,z] constructorTom Lane2003-04-081-3/+3
* Add a bunch of pseudo-types to replace the behavior formerly associatedTom Lane2002-08-221-2/+2
* [ Newest version of patch applied.]Bruce Momjian2002-08-171-2/+2
* Add dependency for like.cTatsuo Ishii2001-10-041-1/+3
* > > Put encode() into base system. Used part of Alex' patchBruce Momjian2001-07-111-2/+2
* Statistical system views (yet without the config stuff, butJan Wieck2001-06-221-2/+2
* Add support for VPATH builds, that is, building somewhere else than in thePeter Eisentraut2000-10-201-2/+2
* New unified regression test driver, test/regress makefile cleanup,Peter Eisentraut2000-09-291-3/+3
* Added functionsJan Wieck2000-09-051-2/+2
* Fix relative path references so that make knowns which dependencies referPeter Eisentraut2000-08-311-5/+2
* > I had to back out the patch. It only compiles with multi-byte enabled.Bruce Momjian2000-08-051-2/+3
* Back out to_ascii patch from Karel.Bruce Momjian2000-08-041-3/+2