summaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)Author
2019-07-24Use full 64-bit XID for checking if a deleted GiST page is old enough.Heikki Linnakangas
2019-07-22Install dependencies to prevent dropping partition key columns.Tom Lane
2019-07-22Revert "initdb: Change authentication defaults"Peter Eisentraut
2019-07-22initdb: Change authentication defaultsPeter Eisentraut
2019-07-22Make identity sequence management more robustPeter Eisentraut
2019-07-22Fix inconsistencies and typos in the treeMichael Paquier
2019-07-21Speed up finding EquivalenceClasses for a given set of relsDavid Rowley
2019-07-20Rework examine_opclause_expression to use varonleftTomas Vondra
2019-07-18Fix nbtree metapage cache upgrade bug.Peter Geoghegan
2019-07-18Further adjust SPITupleTable to provide a public row-count field.Tom Lane
2019-07-18Fix handling of opclauses in extended statisticsTomas Vondra
2019-07-18tableam: comment improvements.Andres Freund
2019-07-17Clarify the distinction between public and private SPITupleTable fields.Tom Lane
2019-07-17Avoid using lcons and list_delete_first where it's easy to do so.Tom Lane
2019-07-17Move some md.c-specific logic from smgr.c to md.c.Thomas Munro
2019-07-16Remove lappend_cell...() family of List functions.Tom Lane
2019-07-16Clean up some ad-hoc code for sorting and de-duplicating Lists.Tom Lane
2019-07-16Redesign the API for list sorting (list_qsort becomes list_sort).Tom Lane
2019-07-16Fix inconsistencies and typos in the treeMichael Paquier
2019-07-15Represent Lists as expansible arrays, not chains of cons-cells.Tom Lane
2019-07-15Provide XLogRecGetFullXid().Thomas Munro
2019-07-14Add gen_random_uuid functionPeter Eisentraut
2019-07-14Forgotten catversion bumpAlexander Korotkov
2019-07-14Add support for <-> (box, point) operator to SP-GiST box_opsAlexander Korotkov
2019-07-14Add support for <-> (box, point) operator to GiST box_opsAlexander Korotkov
2019-07-14Add missing commutators for distance operatorsAlexander Korotkov
2019-07-13Introduce timed waits for condition variables.Thomas Munro
2019-07-10Fix few typos and minor wordsmithing in tableam comments.Amit Kapila
2019-07-08tableam: Provide helper functions for relation sizing.Robert Haas
2019-07-08Fix inconsistencies in the codeMichael Paquier
2019-07-07Remove more unreferenced function declarationsMichael Paquier
2019-07-05Remove unreferenced function declarations.Tom Lane
2019-07-05Remove dead encoding-conversion functions.Tom Lane
2019-07-05Add min() and max() aggregates for pg_lsnMichael Paquier
2019-07-05Update hardcoded DH parameters to IANA standardsMichael Paquier
2019-07-04Simplify pg_mcv_list (de)serializationTomas Vondra
2019-07-04Fix pg_mcv_list_items() to produce text[]Tomas Vondra
2019-07-04Sync our Snowball stemmer dictionaries with current upstreamPeter Eisentraut
2019-07-04Introduce safer encoding and decoding routines for base64.cMichael Paquier
2019-07-01Stamp HEAD as 13devel.Tom Lane
2019-07-01pgindent run prior to branching v12.Tom Lane
2019-07-01Fix many typos and inconsistenciesMichael Paquier
2019-07-01Don't read fields of a misaligned ExpandedObjectHeader or AnyArrayType.Noah Misch
2019-06-30Don't call data type input functions in GUC check hooksPeter Eisentraut
2019-06-30Remove explicit error handling for obsolete date/time valuesPeter Eisentraut
2019-06-26Remove remaining traces of Rand_OpenSSL() from the treeMichael Paquier
2019-06-24Remove misleading comment from pathnodes.h.Thomas Munro
2019-06-24Update unicode_norm_table.h to Unicode 12.1.0Peter Eisentraut
2019-06-23Fix spinlock assembly code for MIPS so it works on MIPS r6.Tom Lane
2019-06-19Support 'q' flag in jsonpath 'like_regex' predicateAlexander Korotkov