aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/Makefile
Commit message (Expand)AuthorAge
* Use "-I." in directories holding Bison parsers, for Oracle compilers.Noah Misch2021-04-12
* Introduce xid8-based functions to replace txid_XXX.Thomas Munro2020-04-07
* Move jsonapi.c and jsonapi.h to src/common.Robert Haas2020-01-29
* Split JSON lexer/parser from 'json' data type support.Robert Haas2020-01-24
* Split all OBJS style lines in makefiles into one-line-per-entry style.Andres Freund2019-11-05
* Minor jsonpath fixes.Tom Lane2019-04-17
* Get rid of backtracking in jsonpath_scan.lAlexander Korotkov2019-03-25
* Get rid of jsonpath_gram.h and jsonpath_scanner.hAlexander Korotkov2019-03-20
* Remove some make rules added in 142c400d72Alexander Korotkov2019-03-17
* Fix make rules for jsonpath grammar making them similar to SQL grammarAlexander Korotkov2019-03-17
* Partial implementation of SQL/JSON path languageAlexander Korotkov2019-03-16
* Allow extensions to generate lossy index conditions.Tom Lane2019-02-11
* Add pg_partition_tree to display information about partitionsMichael Paquier2018-10-30
* Remove deprecated abstime, reltime, tinterval datatypes.Andres Freund2018-10-11
* Add user-callable SHA-2 functionsPeter Eisentraut2018-02-22
* Make plpgsql use its DTYPE_REC code paths for composite-type variables.Tom Lane2018-02-13
* Add support for EUI-64 MAC addresses as macaddr8Stephen Frost2017-03-15
* Create an SP-GiST opclass for inet/cidr.Tom Lane2016-08-23
* Add SQL-accessible functions for inspecting index AM properties.Tom Lane2016-08-13
* Introduce SP-GiST operator class over box.Teodor Sigaev2016-03-30
* Remove some more dead Alpha-specific code.Tom Lane2015-11-02
* Support "expanded" objects, particularly arrays, for better performance.Tom Lane2015-05-14
* Integrate pg_upgrade_support module into backendPeter Eisentraut2015-04-14
* Move pg_lzcompress.c to src/common.Fujii Masao2015-02-09
* Temporarily revert "Move pg_lzcompress.c to src/common."Tom Lane2014-12-25
* Move pg_lzcompress.c to src/common.Fujii Masao2014-12-25
* Move the guts of our Levenshtein implementation into core.Robert Haas2014-11-13
* Add an in-core GiST index opclass for inet/cidr types.Tom Lane2014-04-08
* Introduce jsonb, a structured format for storing json.Andrew Dunstan2014-03-23
* Add a pg_lsn data type, to represent an LSN.Robert Haas2014-02-19
* Alphabeticize list in OBJS definition in utils/adt Makefile.Andrew Dunstan2014-02-06
* Support ordered-set (WITHIN GROUP) aggregates.Tom Lane2013-12-23
* Add new JSON processing functions and parser API.Andrew Dunstan2013-03-29
* Collect and use histograms of lower and upper bounds for range types.Heikki Linnakangas2012-08-27
* Add SP-GiST support for range types.Heikki Linnakangas2012-08-16
* Collect and use element-frequency statistics for arrays.Tom Lane2012-03-03
* Built-in JSON data type.Robert Haas2012-01-31
* Support range data types.Heikki Linnakangas2011-11-03
* When reporting the server as not responding, if the hostname wasBruce Momjian2010-11-24
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* Support window functions a la SQL:2008.Tom Lane2008-12-28
* suppress_redundant_updates_trigger function.Andrew Dunstan2008-11-03
* Refactor backend makefiles to remove lots of duplicate codePeter Eisentraut2008-02-19
* Migrate the former contrib/txid module into core. This will make it easierTom Lane2007-10-13
* Refactoring by Heikki Linnakangas <heikki@enterprisedb.com> withTeodor Sigaev2007-09-07
* Remove the 'not in' operator (!!=). This was a hangover from BerkeleyTom Lane2007-08-27
* Tsearch2 functionality migrates to core. The bulk of this work is byTom Lane2007-08-21
* Support enum data types. Along the way, use macros for the values ofTom Lane2007-04-02
* Add a new builtin type, "uuid". This implements a UUID type, similar toNeil Conway2007-01-28
* Remove remains of old depend target.Peter Eisentraut2007-01-20