summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-14Teach pg_stat_statements not to ignore FOR UPDATE clausesAndrew Gierth
2019-07-14Fix documentation for pgbench tpcb-like.Thomas Munro
2019-07-13Revive test of concurrent OID generation.Noah Misch
2019-07-13Fix some inconsistencies in MSVC scriptsMichael Paquier
2019-07-13Fix and improve several places in the docsMichael 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-11Fixes for jsonpath filter expression elements table in docsAlexander Korotkov
2019-07-10Reduce memory consumption for multi-statement query strings.Tom Lane
2019-07-10docs: remove pg_roles mention of the oid column being displayedBruce Momjian
2019-07-10Mention limitation of unique in partitioned tablesAlvaro Herrera
2019-07-10Fix variable initialization when using buffering build with GiSTMichael Paquier
2019-07-10Assorted fixes for jsonpath documentationAlexander Korotkov
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-09doc: adjust to_timestamp()/to_date() wordingBruce Momjian
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-08doc: Clarify logical replication documentationPeter Eisentraut
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-05doc: Spell checkingPeter Eisentraut
2019-07-05Add min() and max() aggregates for pg_lsnMichael Paquier