summaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/Makefile
AgeCommit message (Expand)Author
2025-07-02Move code for the bytea data type from varlena.c to new bytea.cMichael Paquier
2025-04-04Add nbtree skip scan optimization.Peter Geoghegan
2024-12-03Perform provider-specific initialization in new functions.Jeff Davis
2024-10-14Move libc-specific code from pg_locale.c into pg_locale_libc.c.Jeff Davis
2024-10-14Move ICU-specific code from pg_locale.c into pg_locale_icu.c.Jeff Davis
2024-06-28Create waitfuncs.c for pg_isolation_test_session_is_blocked().Noah Misch
2024-03-27Add functions to generate random numbers in a specified range.Dean Rasheed
2023-11-06Remove distprepPeter Eisentraut
2022-09-04Build all Flex files standaloneJohn Naylor
2022-03-24Refactor code related to pg_hba_file_rules() into new fileMichael Paquier
2021-04-13Use "-I." in directories holding Bison parsers, for Oracle compilers.Noah Misch
2021-01-31Implementation of subscripting for jsonbAlexander Korotkov
2020-12-20Multirange datatypesAlexander Korotkov
2020-12-09Support subscripting of arbitrary types, not only arrays.Tom Lane
2020-12-04Rename cryptohashes.c to cryptohashfuncs.cMichael Paquier
2020-11-04Revert pg_relation_check_pages()Michael Paquier
2020-10-28Add pg_relation_check_pages() to check on-disk pages of a relationMichael Paquier
2020-09-07Apply auto-vectorization to the inner loop of numeric multiplication.Tom Lane
2020-08-26Move codes for pg_backend_memory_contexts from mmgr/mcxt.c to adt/mcxtfuncs.c.Fujii Masao
2020-04-07Introduce xid8-based functions to replace txid_XXX.Thomas Munro
2020-01-29Move jsonapi.c and jsonapi.h to src/common.Robert Haas
2020-01-24Split JSON lexer/parser from 'json' data type support.Robert Haas
2019-11-05Split all OBJS style lines in makefiles into one-line-per-entry style.Andres Freund
2019-04-17Minor jsonpath fixes.Tom Lane
2019-03-25Get rid of backtracking in jsonpath_scan.lAlexander Korotkov
2019-03-20Get rid of jsonpath_gram.h and jsonpath_scanner.hAlexander Korotkov
2019-03-17Remove some make rules added in 142c400d72Alexander Korotkov
2019-03-17Fix make rules for jsonpath grammar making them similar to SQL grammarAlexander Korotkov
2019-03-16Partial implementation of SQL/JSON path languageAlexander Korotkov
2019-02-12Allow extensions to generate lossy index conditions.Tom Lane
2018-10-30Add pg_partition_tree to display information about partitionsMichael Paquier
2018-10-11Remove deprecated abstime, reltime, tinterval datatypes.Andres Freund
2018-02-22Add user-callable SHA-2 functionsPeter Eisentraut
2018-02-13Make plpgsql use its DTYPE_REC code paths for composite-type variables.Tom Lane
2017-03-15Add support for EUI-64 MAC addresses as macaddr8Stephen Frost
2016-08-23Create an SP-GiST opclass for inet/cidr.Tom Lane
2016-08-13Add SQL-accessible functions for inspecting index AM properties.Tom Lane
2016-03-30Introduce SP-GiST operator class over box.Teodor Sigaev
2015-11-03Remove some more dead Alpha-specific code.Tom Lane
2015-05-14Support "expanded" objects, particularly arrays, for better performance.Tom Lane
2015-04-14Integrate pg_upgrade_support module into backendPeter Eisentraut
2015-02-09Move pg_lzcompress.c to src/common.Fujii Masao
2014-12-25Temporarily revert "Move pg_lzcompress.c to src/common."Tom Lane
2014-12-25Move pg_lzcompress.c to src/common.Fujii Masao
2014-11-13Move the guts of our Levenshtein implementation into core.Robert Haas
2014-04-08Add an in-core GiST index opclass for inet/cidr types.Tom Lane
2014-03-23Introduce jsonb, a structured format for storing json.Andrew Dunstan
2014-02-19Add a pg_lsn data type, to represent an LSN.Robert Haas
2014-02-06Alphabeticize list in OBJS definition in utils/adt Makefile.Andrew Dunstan
2013-12-23Support ordered-set (WITHIN GROUP) aggregates.Tom Lane