summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-10-08Improve set of candidate multipliers for perfect hash function generationMichael Paquier
2020-10-08Track statistics for spilling of changes from ReorderBuffer.Amit Kapila
2020-10-07Fix optimization hazard in gram.y's makeOrderedSetArgs(), redux.Tom Lane
2020-10-07Prevent internal overflows in date-vs-timestamp and related comparisons.Tom Lane
2020-10-07Clean up after newly-added tests for pg_test_fsync and pg_test_timing.Tom Lane
2020-10-07Rethink recent fix for pg_dump's handling of extension config tables.Tom Lane
2020-10-07Display the names of missing columns in error during logical replication.Amit Kapila
2020-10-06pg_upgrade: remove pre-8.4 code and >= 8.4 checkBruce Momjian
2020-10-06pg_upgrade; change major version comparisons to use <=, not <Bruce Momjian
2020-10-06Build EC members for child join rels in the right memory context.Tom Lane
2020-10-06Further improvements on documentation for pg_dump -tMagnus Hagander
2020-10-06Clarify documentation around pg_dump -t optionMagnus Hagander
2020-10-06Expand installation documentation to cover binary installationsMagnus Hagander
2020-10-06Fix compilation warning in xlog.cMichael Paquier
2020-10-06Try to unbreak 021_row_visibility.pl on mingw.Andres Freund
2020-10-06postgres_fdw: reestablish new connection if cached one is detected as broken.Fujii Masao
2020-10-05doc: show functions returning record types and use of ROWS FROMBruce Momjian
2020-10-05Overhaul pg_hba.conf clientcert's APIBruce Momjian
2020-10-05Include the process PID in assertion-failure messages.Tom Lane
2020-10-05Fix two latent(?) bugs in equivclass.c.Tom Lane
2020-10-05Doc: fix parameter names in the docs of a couple of functions.Tom Lane
2020-10-05Support for OUT parameters in proceduresPeter Eisentraut
2020-10-05Improve stability of identity.sql regression test.Tom Lane
2020-10-05Fix handling of redundant options with COPY for "freeze" and "header"Michael Paquier
2020-10-04Make postgres.bki use the same literal-string syntax as postgresql.conf.Tom Lane
2020-10-03Improve <xref> vs. <command> formatting in the documentationPeter Eisentraut
2020-10-03doc: libpq connection options can override command-line flagsBruce Momjian
2020-10-03doc: clarify the use of ssh port forwardingBruce Momjian
2020-10-02Tidy up error reporting when converting PL/Python arrays.Heikki Linnakangas
2020-10-02doc: Improve some documentation about HA and replicationMichael Paquier
2020-10-02Add pg_stat_wal statistics view.Fujii Masao
2020-10-02Add block information in error context of WAL REDO apply loopMichael Paquier
2020-10-01Put back explicit setting of replication values within TAP tests.Tom Lane
2020-10-01Fix incorrect assertion on number of array dimensions.Heikki Linnakangas
2020-10-01Set right-links during sorted GiST index build.Heikki Linnakangas
2020-10-01Remove logging.c from the shared library of src/common/Michael Paquier
2020-10-01Fix and test snapshot behavior on standby.Andres Freund
2020-09-30Reword partitioning error messageAlvaro Herrera
2020-09-30Fix handling of BC years in to_date/to_timestamp.Tom Lane
2020-09-30pgbench: Use PQExpBuffer to simplify code that constructs SQL.Heikki Linnakangas
2020-09-30Fix XML id to match GUC namePeter Eisentraut
2020-09-30Remove obsolete replication settings within TAP tests.Tom Lane
2020-09-30Doc: Improve clarity on partitioned table limitationsDavid Rowley
2020-09-29Fix make_timestamp[tz] to accept negative years as meaning BC.Tom Lane
2020-09-29Fix memory leak in plpgsql's CALL processing.Tom Lane
2020-09-29Support for ISO 8601 in the jsonpath .datetime() methodAlexander Korotkov
2020-09-29Remove excess space from jsonpath .datetime() default format stringAlexander Korotkov
2020-09-29Archive timeline history files in standby if archive_mode is set to "always".Fujii Masao
2020-09-29Fix progress reporting of REINDEX CONCURRENTLYMichael Paquier
2020-09-29Add for_each_from, to simplify loops starting from non-first list cells.Tom Lane