aboutsummaryrefslogtreecommitdiff
path: root/src/include
Commit message (Expand)AuthorAge
* Show specific OID suggestion in unused_oids output.Peter Geoghegan2019-08-05
* Require the schema qualification in pg_temp.type_name(arg).Noah Misch2019-08-05
* Fix inconsistencies and typos in the tree, take 9Michael Paquier2019-08-05
* Revert "Add log_statement_sample_rate parameter"Tomas Vondra2019-08-04
* Improve pruning of a default partitionAlvaro Herrera2019-08-04
* Fix representation of hash keys in Hash/HashJoin nodes.Andres Freund2019-08-02
* Allow simplehash to use already-calculated hash values.Jeff Davis2019-08-01
* Allow functions-in-FROM to be pulled up if they reduce to constants.Tom Lane2019-08-01
* Bump catversion.Peter Geoghegan2019-08-01
* Add sort support routine for the inet data type.Peter Geoghegan2019-08-01
* Mark advisory-lock functions as parallel restricted, not parallel unsafe.Tom Lane2019-08-01
* Remove superfluous newlines in function prototypes.Andres Freund2019-07-31
* Allow table AM's to use rd_amcache, too.Heikki Linnakangas2019-07-30
* Fix memory leak coming from simple lists built in reindexdbMichael Paquier2019-07-30
* Fix inconsistencies and typos in the treeMichael Paquier2019-07-29
* Fix handling of expressions and predicates in REINDEX CONCURRENTLYMichael Paquier2019-07-29
* Use full 64-bit XID for checking if a deleted GiST page is old enough.Heikki Linnakangas2019-07-24
* Install dependencies to prevent dropping partition key columns.Tom Lane2019-07-22
* Revert "initdb: Change authentication defaults"Peter Eisentraut2019-07-22
* initdb: Change authentication defaultsPeter Eisentraut2019-07-22
* Make identity sequence management more robustPeter Eisentraut2019-07-22
* Fix inconsistencies and typos in the treeMichael Paquier2019-07-22
* Speed up finding EquivalenceClasses for a given set of relsDavid Rowley2019-07-21
* Rework examine_opclause_expression to use varonleftTomas Vondra2019-07-20
* Fix nbtree metapage cache upgrade bug.Peter Geoghegan2019-07-18
* Further adjust SPITupleTable to provide a public row-count field.Tom Lane2019-07-18
* Fix handling of opclauses in extended statisticsTomas Vondra2019-07-18
* tableam: comment improvements.Andres Freund2019-07-17
* Clarify the distinction between public and private SPITupleTable fields.Tom Lane2019-07-17
* Avoid using lcons and list_delete_first where it's easy to do so.Tom Lane2019-07-17
* Move some md.c-specific logic from smgr.c to md.c.Thomas Munro2019-07-17
* Remove lappend_cell...() family of List functions.Tom Lane2019-07-16
* Clean up some ad-hoc code for sorting and de-duplicating Lists.Tom Lane2019-07-16
* Redesign the API for list sorting (list_qsort becomes list_sort).Tom Lane2019-07-16
* Fix inconsistencies and typos in the treeMichael Paquier2019-07-16
* Represent Lists as expansible arrays, not chains of cons-cells.Tom Lane2019-07-15
* Provide XLogRecGetFullXid().Thomas Munro2019-07-15
* Add gen_random_uuid functionPeter Eisentraut2019-07-14
* Forgotten catversion bumpAlexander Korotkov2019-07-14
* Add support for <-> (box, point) operator to SP-GiST box_opsAlexander Korotkov2019-07-14
* Add support for <-> (box, point) operator to GiST box_opsAlexander Korotkov2019-07-14
* Add missing commutators for distance operatorsAlexander Korotkov2019-07-14
* Introduce timed waits for condition variables.Thomas Munro2019-07-13
* Fix few typos and minor wordsmithing in tableam comments.Amit Kapila2019-07-10
* tableam: Provide helper functions for relation sizing.Robert Haas2019-07-08
* Fix inconsistencies in the codeMichael Paquier2019-07-08
* Remove more unreferenced function declarationsMichael Paquier2019-07-07
* Remove unreferenced function declarations.Tom Lane2019-07-05
* Remove dead encoding-conversion functions.Tom Lane2019-07-05
* Add min() and max() aggregates for pg_lsnMichael Paquier2019-07-05