aboutsummaryrefslogtreecommitdiff
path: root/src/include
Commit message (Expand)AuthorAge
* 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
* Update hardcoded DH parameters to IANA standardsMichael Paquier2019-07-05
* Simplify pg_mcv_list (de)serializationTomas Vondra2019-07-05
* Fix pg_mcv_list_items() to produce text[]Tomas Vondra2019-07-05
* Sync our Snowball stemmer dictionaries with current upstreamPeter Eisentraut2019-07-04
* Introduce safer encoding and decoding routines for base64.cMichael Paquier2019-07-04
* Stamp HEAD as 13devel.Tom Lane2019-07-01
* pgindent run prior to branching v12.Tom Lane2019-07-01
* Fix many typos and inconsistenciesMichael Paquier2019-07-01
* Don't read fields of a misaligned ExpandedObjectHeader or AnyArrayType.Noah Misch2019-06-30
* Don't call data type input functions in GUC check hooksPeter Eisentraut2019-06-30
* Remove explicit error handling for obsolete date/time valuesPeter Eisentraut2019-06-30
* Remove remaining traces of Rand_OpenSSL() from the treeMichael Paquier2019-06-27
* Remove misleading comment from pathnodes.h.Thomas Munro2019-06-25
* Update unicode_norm_table.h to Unicode 12.1.0Peter Eisentraut2019-06-24
* Fix spinlock assembly code for MIPS so it works on MIPS r6.Tom Lane2019-06-22
* Support 'q' flag in jsonpath 'like_regex' predicateAlexander Korotkov2019-06-19
* Stamp 12beta2.REL_12_BETA2Tom Lane2019-06-17
* Fix more typos and inconsistencies in the treeMichael Paquier2019-06-17
* Further fix privileges on pg_statistic_ext[_data].Tom Lane2019-06-16
* Add pg_stats_ext view for extended statisticsTomas Vondra2019-06-16
* Rework the pg_statistic_ext catalogTomas Vondra2019-06-16
* Use OpenSSL-specific ifdefs in sha2.hMichael Paquier2019-06-14
* Mark ReplicationSlotCtl as PGDLLIMPORT.Tom Lane2019-06-13
* Fix double-word typosAlvaro Herrera2019-06-13
* tableam: Fix index_build_range_scan parameter name.Robert Haas2019-06-10