Commit Graph

53831 Commits (662dbe2c8657b01b436105754dff918a39a67365)
 

Author SHA1 Message Date
Tom Lane 662dbe2c86 Simplify tab completion of extension versions. 4 years ago
Amit Kapila 75bfe7434d Fix stale values in partition map entries on subscribers. 4 years ago
Peter Eisentraut 26a6d1495c doc: Make some synopsis punctuation consistent 4 years ago
Amit Kapila 26b3455afa Fix partition table's REPLICA IDENTITY checking on the subscriber. 4 years ago
Peter Eisentraut 2253f5b497 Fix file references inside some SGML comments 4 years ago
Bruce Momjian 2adeaa809c relnotes: simplify wording of pg_basebackup compression item 4 years ago
Peter Eisentraut 660ee7bec2 Message and documentation refinements 4 years ago
Tom Lane 9cd43f6cbd Fix busted tab completion of extension versions. 4 years ago
Michael Paquier 7bd4a9e990 doc: Do s/int/integer/ to describe the type of some GUC parameters 4 years ago
Tomas Vondra e3fcca0d0d Revert changes in HOT handling of BRIN indexes 4 years ago
Michael Paquier 664da2a389 Fix comment in regression tests for large objects 4 years ago
Amit Kapila b7658c24c7 Fix data inconsistency between publisher and subscriber. 4 years ago
Alvaro Herrera ffffeebf24
Link to MVCC docs in MERGE docs 4 years ago
Michael Paquier a059e15cde Re-add locally-generated files in pg_upgrade's .gitignore and Makefile 4 years ago
Amit Kapila 5a97b13254 Fix cache look-up failures while applying changes in logical replication. 4 years ago
Michael Paquier a3ff08e0b0 Tweak behavior of psql --single-transaction depending on ON_ERROR_STOP 4 years ago
Tom Lane ba412c905a Avoid ecpglib core dump with out-of-order operations. 4 years ago
Tom Lane d26ac35d0d Doc: clarify the default collation behavior of domains. 4 years ago
Tom Lane 4e54d231ae pg_upgrade: further tweaking of make_outputdirs(). 4 years ago
Andrew Dunstan 19408aae7f Make subscription tests pass with log_error_verbosity=verbose 4 years ago
Bruce Momjian 0d932a9d99 relnotes: update word wrapping 4 years ago
Bruce Momjian 4d3b4d7bfa relnotes: update AS OF date 4 years ago
Bruce Momjian 9dcae64369 relnotes: add links to the release notes, indent, word wrap 4 years ago
Bruce Momjian d43cafaf49 relnotes: add markup of text 4 years ago
Tom Lane 1218780cce Un-break whole-row Vars referencing domain-over-composite types. 4 years ago
Peter Eisentraut 2172455865 Fix collation of JSON_TABLE output columns 4 years ago
Etsuro Fujita 4a8a5dd7f5 Improve comments for trivial_subqueryscan(). 4 years ago
Peter Eisentraut e77de23fbb psql: Show notices immediately (again) 4 years ago
Tom Lane 7ab5b4eb48 Be more careful about GucSource for internally-driven GUC settings. 4 years ago
Tom Lane abed46aea4 Doc: copy-edit "jsonb Indexing" section. 4 years ago
Peter Eisentraut b46e8a83e9 Put option listing back into alphabetical order 4 years ago
Michael Paquier ca899d98b4 Fix portability issue in TAP tests of psql for locales 4 years ago
Michael Paquier 4fff78f009 Restructure pg_upgrade output directories for better idempotence 4 years ago
David Rowley fa5185b26c Harden Memoization code against broken data types 4 years ago
Tom Lane bf4717b091 Fix off-by-one loop termination condition in pg_stat_get_subscription(). 4 years ago
Tom Lane 51da231597 Don't fail on libpq-generated error reports in pg_amcheck. 4 years ago
Tom Lane 6d157e7cb8 Don't fail on libpq-generated error reports in ecpg_raise_backend(). 4 years ago
Michael Paquier 157f8739ad Fix psql's single transaction mode on client-side errors with -c/-f switches 4 years ago
Tom Lane f00a4f02ac Automatically count the number of output lines in psql/help.c. 4 years ago
Michael Paquier 15b6d21553 Force run of pg_upgrade in the build directory in its TAP test 4 years ago
Tom Lane 1fbe94084f Improve psql \?'s description of large-object-related commands. 4 years ago
Tom Lane 4ecacc3c8c Doc: improve example for intarray's uniq() function. 4 years ago
Tom Lane 94c7db4f1d Doc: fix incorrect bit-reversal in example of macaddr formatting. 4 years ago
Michael Paquier 2cc96f2339 Run tests of libpq on installcheck-world, checkprep and check-world 4 years ago
Etsuro Fujita 642e9165fd Doc: Further fix CREATE FOREIGN TABLE synopsis. 4 years ago
Amit Kapila fd0b9dcebd Prohibit combining publications with different column lists. 4 years ago
Michael Paquier 99f6f19799 Add missing test names in TAP tests of pg_upgrade 4 years ago
Tom Lane dd1c8dd101 Silence compiler warnings from some older compilers. 4 years ago
Tom Lane eb39610f82 Fix pl/perl test case so it will still work under Perl 5.36. 4 years ago
Tom Lane 1d0de97ba1 Doc: fix a couple of erroneous examples. 4 years ago