Commit Graph

53818 Commits (a059e15cdeef3e8de9a34de48c49c29d398bf4e8)
 

Author SHA1 Message Date
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
Michael Paquier 99f6f19799 Add missing test names in TAP tests of pg_upgrade 3 years ago
Tom Lane dd1c8dd101 Silence compiler warnings from some older compilers. 3 years ago
Tom Lane eb39610f82 Fix pl/perl test case so it will still work under Perl 5.36. 3 years ago
Tom Lane 1d0de97ba1 Doc: fix a couple of erroneous examples. 3 years ago
David Rowley bbb6489042 Doc: mention limitation of the number of resultset columns 3 years ago
Magnus Hagander e1ed1a7aa5 Recommend scram-sha-256 instead of md5 authentication in docs 3 years ago
Alvaro Herrera e28bb88519
Revert changes to CONCURRENTLY that "sped up" Xmin advance 3 years ago
Tom Lane 16c80e7d0c Ensure ParseTzFile() closes the input file after failing. 3 years ago
Tom Lane c03b7f5260 Doc: fix mention of psql's minimum supported server version. 3 years ago
Tom Lane 492046fa9e Doc: fix mention of pg_dump's minimum supported server version. 3 years ago
Robert Haas f5bfba5413 shm_mq_sendv: Fix flushing bug when receiver not yet attached. 3 years ago
Amit Kapila 0a050ee000 Fix typo in hash README. 3 years ago
Michael Paquier 0efa51357e Remove useless tests for TRUNCATE on foreign tables 3 years ago
Thomas Munro 12e28aac8e Add debugging help in OwnLatch(). 3 years ago
Tom Lane 5f0adec253 Make STRING an unreserved_keyword. 3 years ago
Peter Eisentraut a8cca6026e logging: Also add the command prefix to detail and hint messages 3 years ago
Michael Paquier b3fb16e8bb doc: Reword description of roles able to view track_activities's info 3 years ago