Commit Graph

50361 Commits (f2a69b352de1dffc534c4835010e736018aa94de)
 

Author SHA1 Message Date
Fujii Masao 32a9c0bdf4 postgres_fdw: reestablish new connection if cached one is detected as broken. 5 years ago
Bruce Momjian dd0a64ed43 doc: show functions returning record types and use of ROWS FROM 5 years ago
Bruce Momjian 253f1025da Overhaul pg_hba.conf clientcert's API 5 years ago
Tom Lane 18c170a08e Include the process PID in assertion-failure messages. 5 years ago
Tom Lane 53c6daff43 Fix two latent(?) bugs in equivclass.c. 5 years ago
Tom Lane 9cc3d614a9 Doc: fix parameter names in the docs of a couple of functions. 5 years ago
Peter Eisentraut 2453ea1422 Support for OUT parameters in procedures 5 years ago
Tom Lane e899742081 Improve stability of identity.sql regression test. 5 years ago
Michael Paquier 10c5291cc2 Fix handling of redundant options with COPY for "freeze" and "header" 5 years ago
Tom Lane 97b6144826 Make postgres.bki use the same literal-string syntax as postgresql.conf. 5 years ago
Peter Eisentraut 9081bddbd7 Improve <xref> vs. <command> formatting in the documentation 5 years ago
Bruce Momjian 1a9388bd0f doc: libpq connection options can override command-line flags 5 years ago
Bruce Momjian 472e518a44 doc: clarify the use of ssh port forwarding 5 years ago
Heikki Linnakangas 26b8361518 Tidy up error reporting when converting PL/Python arrays. 5 years ago
Michael Paquier 8550cbd0ba doc: Improve some documentation about HA and replication 5 years ago
Fujii Masao 8d9a935965 Add pg_stat_wal statistics view. 5 years ago
Michael Paquier 9d0bd95fa9 Add block information in error context of WAL REDO apply loop 5 years ago
Tom Lane 4964253048 Put back explicit setting of replication values within TAP tests. 5 years ago
Heikki Linnakangas e1761871c0 Fix incorrect assertion on number of array dimensions. 5 years ago
Heikki Linnakangas 265ea56785 Set right-links during sorted GiST index build. 5 years ago
Michael Paquier 6b1c5cacec Remove logging.c from the shared library of src/common/ 5 years ago
Andres Freund 7b28913bca Fix and test snapshot behavior on standby. 5 years ago
Alvaro Herrera 9fc2122712
Reword partitioning error message 5 years ago
Tom Lane 489c9c3407 Fix handling of BC years in to_date/to_timestamp. 5 years ago
Heikki Linnakangas 9796f455c3 pgbench: Use PQExpBuffer to simplify code that constructs SQL. 5 years ago
Peter Eisentraut 300b6984a5 Fix XML id to match GUC name 5 years ago
Tom Lane 151c0c5f72 Remove obsolete replication settings within TAP tests. 5 years ago
David Rowley 2b888647d8 Doc: Improve clarity on partitioned table limitations 5 years ago
Tom Lane a094c8ff53 Fix make_timestamp[tz] to accept negative years as meaning BC. 5 years ago
Tom Lane a6b1f5365d Fix memory leak in plpgsql's CALL processing. 5 years ago
Alexander Korotkov 927d9abb65 Support for ISO 8601 in the jsonpath .datetime() method 5 years ago
Alexander Korotkov c2aa562ea5 Remove excess space from jsonpath .datetime() default format string 5 years ago
Fujii Masao fd26f78231 Archive timeline history files in standby if archive_mode is set to "always". 5 years ago
Michael Paquier e66bcfb4c6 Fix progress reporting of REINDEX CONCURRENTLY 5 years ago
Tom Lane 56fe008996 Add for_each_from, to simplify loops starting from non-first list cells. 5 years ago
Michael Paquier fe0a1dc52c Revert "Change SHA2 implementation based on OpenSSL to use EVP digest routines" 5 years ago
Tom Lane 042d8017ec Stabilize create_table regression test. 5 years ago
Tom Lane 72647ac3bf Assign collations in partition bound expressions. 5 years ago
Tom Lane 2dfa3fea88 Remove complaints about COLLATE clauses in partition bound values. 5 years ago
Tom Lane 0a87ddff5c Cache the result of converting now() to a struct pg_tm. 5 years ago
Michael Paquier e21cbb4b89 Change SHA2 implementation based on OpenSSL to use EVP digest routines 5 years ago
Tom Lane 9d299a4924 Minor mop-up for List improvements. 5 years ago
Fujii Masao 0baf82fa0c Improve tab-completion for DEALLOCATE. 5 years ago
David Rowley cc99baa43e Improve pg_list.h's linitial(), lsecond() and co macros 5 years ago
Michael Paquier 4d29e6dbd0 Improve range checks of options for pg_test_fsync and pg_test_timing 5 years ago
Tom Lane 41efb83408 Move resolution of AlternativeSubPlan choices to the planner. 5 years ago
Tom Lane 3c88199550 Further stabilize output from rolenames regression test. 5 years ago
Tom Lane e55f718fc4 Revise RelationBuildRowSecurity() to avoid memory leaks. 5 years ago
Amit Kapila 079d0cacf4 Fix the logical replication from HEAD to lower versions. 5 years ago
Thomas Munro dee663f784 Defer flushing of SLRU files. 5 years ago