summaryrefslogtreecommitdiff
path: root/src/include
Commit message (Expand)AuthorAgeFilesLines
* Install dependencies to prevent dropping partition key columns.Tom Lane2019-07-222-2/+2
* Revert "initdb: Change authentication defaults"Peter Eisentraut2019-07-221-5/+0
* initdb: Change authentication defaultsPeter Eisentraut2019-07-221-0/+5
* Make identity sequence management more robustPeter Eisentraut2019-07-221-2/+2
* Fix inconsistencies and typos in the treeMichael Paquier2019-07-2211-28/+13
* Speed up finding EquivalenceClasses for a given set of relsDavid Rowley2019-07-211-0/+6
* Rework examine_opclause_expression to use varonleftTomas Vondra2019-07-201-1/+1
* Fix nbtree metapage cache upgrade bug.Peter Geoghegan2019-07-181-2/+2
* Further adjust SPITupleTable to provide a public row-count field.Tom Lane2019-07-181-2/+2
* Fix handling of opclauses in extended statisticsTomas Vondra2019-07-181-0/+2
* tableam: comment improvements.Andres Freund2019-07-171-18/+17
* Clarify the distinction between public and private SPITupleTable fields.Tom Lane2019-07-171-2/+5
* Avoid using lcons and list_delete_first where it's easy to do so.Tom Lane2019-07-171-0/+1
* Move some md.c-specific logic from smgr.c to md.c.Thomas Munro2019-07-171-0/+1
* Remove lappend_cell...() family of List functions.Tom Lane2019-07-161-4/+0
* Clean up some ad-hoc code for sorting and de-duplicating Lists.Tom Lane2019-07-161-0/+4
* Redesign the API for list sorting (list_qsort becomes list_sort).Tom Lane2019-07-161-2/+2
* Fix inconsistencies and typos in the treeMichael Paquier2019-07-166-16/+4
* Represent Lists as expansible arrays, not chains of cons-cells.Tom Lane2019-07-151-180/+386
* Provide XLogRecGetFullXid().Thomas Munro2019-07-151-0/+8
* Add gen_random_uuid functionPeter Eisentraut2019-07-142-1/+4
* Forgotten catversion bumpAlexander Korotkov2019-07-141-1/+1
* Add support for <-> (box, point) operator to SP-GiST box_opsAlexander Korotkov2019-07-141-0/+4
* Add support for <-> (box, point) operator to GiST box_opsAlexander Korotkov2019-07-143-0/+9
* Add missing commutators for distance operatorsAlexander Korotkov2019-07-142-8/+59
* Introduce timed waits for condition variables.Thomas Munro2019-07-131-0/+2
* Fix few typos and minor wordsmithing in tableam comments.Amit Kapila2019-07-101-6/+6
* tableam: Provide helper functions for relation sizing.Robert Haas2019-07-081-0/+14
* Fix inconsistencies in the codeMichael Paquier2019-07-087-12/+12
* Remove more unreferenced function declarationsMichael Paquier2019-07-072-3/+0
* Remove unreferenced function declarations.Tom Lane2019-07-053-5/+0
* Remove dead encoding-conversion functions.Tom Lane2019-07-054-35/+1
* Add min() and max() aggregates for pg_lsnMichael Paquier2019-07-053-1/+19
* Update hardcoded DH parameters to IANA standardsMichael Paquier2019-07-051-10/+11
* Simplify pg_mcv_list (de)serializationTomas Vondra2019-07-052-1/+2
* Fix pg_mcv_list_items() to produce text[]Tomas Vondra2019-07-052-2/+2
* Sync our Snowball stemmer dictionaries with current upstreamPeter Eisentraut2019-07-043-1/+24
* Introduce safer encoding and decoding routines for base64.cMichael Paquier2019-07-041-2/+2
* Stamp HEAD as 13devel.Tom Lane2019-07-011-4/+4
* pgindent run prior to branching v12.Tom Lane2019-07-011-3/+3
* Fix many typos and inconsistenciesMichael Paquier2019-07-0114-24/+11
* Don't read fields of a misaligned ExpandedObjectHeader or AnyArrayType.Noah Misch2019-06-303-9/+16
* Don't call data type input functions in GUC check hooksPeter Eisentraut2019-06-302-1/+3
* Remove explicit error handling for obsolete date/time valuesPeter Eisentraut2019-06-301-2/+0
* Remove remaining traces of Rand_OpenSSL() from the treeMichael Paquier2019-06-271-3/+0
* Remove misleading comment from pathnodes.h.Thomas Munro2019-06-251-2/+1
* Update unicode_norm_table.h to Unicode 12.1.0Peter Eisentraut2019-06-241-1965/+2017
* Fix spinlock assembly code for MIPS so it works on MIPS r6.Tom Lane2019-06-221-3/+21
* Support 'q' flag in jsonpath 'like_regex' predicateAlexander Korotkov2019-06-191-0/+1
* Stamp 12beta2.REL_12_BETA2Tom Lane2019-06-171-3/+3