summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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-13Revive test of concurrent OID generation.Noah Misch
2019-07-13Fix some inconsistencies in MSVC scriptsMichael Paquier
2019-07-13Fix tab completion for UPDATE.Thomas Munro
2019-07-13Tab completion for CREATE TYPE.Thomas Munro
2019-07-13Forward received condition variable signals on cancel.Thomas Munro
2019-07-13Introduce timed waits for condition variables.Thomas Munro
2019-07-12Warn if wal_level is too low when creating a publication.Thomas Munro
2019-07-12Fix get_actual_variable_range() to cope with broken HOT chains.Tom Lane
2019-07-12Fix RANGE partition pruning with multiple boolean partition keysDavid Rowley
2019-07-10Reduce memory consumption for multi-statement query strings.Tom Lane
2019-07-10Fix variable initialization when using buffering build with GiSTMichael Paquier
2019-07-10Fix missing calls to table_finish_bulk_insert during COPY, take 2David Rowley
2019-07-10Fix few typos and minor wordsmithing in tableam comments.Amit Kapila
2019-07-09Pass QueryEnvironment down to EvalPlanQual's EState.Thomas Munro
2019-07-09Propagate trigger arguments to partitionsAlvaro Herrera
2019-07-09Message style improvementsPeter Eisentraut
2019-07-09Force hash joins to be enabled in the hash join regression tests.Thomas Munro
2019-07-08Adjust ssl_ciphers to be specific to OpenSSLBruce Momjian
2019-07-08Remove unused C structure memberBruce Momjian
2019-07-08tableam: Provide helper functions for relation sizing.Robert Haas
2019-07-08Fix inconsistencies in the codeMichael Paquier
2019-07-07Use consistent style for checking return from system callsPeter Eisentraut
2019-07-07Remove more unreferenced function declarationsMichael Paquier
2019-07-06In pg_log_generic(), be more paranoid about preserving errno.Tom Lane
2019-07-06Add missing source files to nls.mkPeter Eisentraut
2019-07-06psql: Fix logging output formatPeter Eisentraut
2019-07-06Add missing assertions for required table am callbacks.Amit Kapila
2019-07-06Add some test cases to improve test coverage of parse_expr.c.Tom Lane
2019-07-05Remove unreferenced function declarations.Tom Lane
2019-07-05Remove dead encoding-conversion functions.Tom Lane
2019-07-05Remove unused variable in statext_mcv_serialize()Tomas Vondra
2019-07-05Add \warn command to psql.Tom Lane
2019-07-05Improve comment in postgresql.conf.sample.Thomas Munro
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-04Speed-up build of MCV lists with many distinct valuesTomas Vondra
2019-07-04Remove unnecessary casts from size_t to intPeter Eisentraut
2019-07-04Unwind some workarounds for lack of portable int64 format specifierPeter Eisentraut
2019-07-04Sync our Snowball stemmer dictionaries with current upstreamPeter Eisentraut
2019-07-04Clean up whitespace a bitPeter Eisentraut
2019-07-04Introduce safer encoding and decoding routines for base64.cMichael Paquier