Commit Graph

53935 Commits (d498e052b4b84ae21b3b68d5b3fda6ead65d1d4d)
 

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