summaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)Author
2019-08-05Fix inconsistencies and typos in the tree, take 9Michael Paquier
2019-08-04Revert "Add log_statement_sample_rate parameter"Tomas Vondra
2019-08-04Improve pruning of a default partitionAlvaro Herrera
2019-08-02Fix representation of hash keys in Hash/HashJoin nodes.Andres Freund
2019-08-01Allow simplehash to use already-calculated hash values.Jeff Davis
2019-08-01Allow functions-in-FROM to be pulled up if they reduce to constants.Tom Lane
2019-08-01Bump catversion.Peter Geoghegan
2019-08-01Add sort support routine for the inet data type.Peter Geoghegan
2019-08-01Mark advisory-lock functions as parallel restricted, not parallel unsafe.Tom Lane
2019-07-31Remove superfluous newlines in function prototypes.Andres Freund
2019-07-30Allow table AM's to use rd_amcache, too.Heikki Linnakangas
2019-07-30Fix memory leak coming from simple lists built in reindexdbMichael Paquier
2019-07-29Fix inconsistencies and typos in the treeMichael Paquier
2019-07-29Fix handling of expressions and predicates in REINDEX CONCURRENTLYMichael Paquier
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