summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-06-24Doc: clarify that tablesync ignores publish operation.Amit Kapila
2022-06-23Fix missing newline at end of messagePeter Eisentraut
2022-06-23Fix typo in pg_publication.cMichael Paquier
2022-06-23PL/Tcl: Don't link with -lc explicitlyPeter Eisentraut
2022-06-23Fix memory leak due to LogicalRepRelMapEntry.attrmap.Amit Kapila
2022-06-23Fix two issues with HEADER MATCH in COPYMichael Paquier
2022-06-22pgstat: Mention pgstat_replslot.c in pgstat.c.Andres Freund
2022-06-22doc: improve wording of plpgsql RAISE format textBruce Momjian
2022-06-22doc: clarify wording about phantom readsBruce Momjian
2022-06-22amcheck: Fix incorrect use of VARATT_IS_COMPRESSED.Robert Haas
2022-06-22doc: Clean up title case usePeter Eisentraut
2022-06-21Simplify tab completion of extension versions.Tom Lane
2022-06-21Fix stale values in partition map entries on subscribers.Amit Kapila
2022-06-21doc: Make some synopsis punctuation consistentPeter Eisentraut
2022-06-21Fix partition table's REPLICA IDENTITY checking on the subscriber.Amit Kapila
2022-06-20Fix file references inside some SGML commentsPeter Eisentraut
2022-06-19relnotes: simplify wording of pg_basebackup compression itemBruce Momjian
2022-06-19Message and documentation refinementsPeter Eisentraut
2022-06-18Fix busted tab completion of extension versions.Tom Lane
2022-06-17doc: Do s/int/integer/ to describe the type of some GUC parametersMichael Paquier
2022-06-16Revert changes in HOT handling of BRIN indexesTomas Vondra
2022-06-16Fix comment in regression tests for large objectsMichael Paquier
2022-06-16Fix data inconsistency between publisher and subscriber.Amit Kapila
2022-06-15Link to MVCC docs in MERGE docsAlvaro Herrera
2022-06-15Re-add locally-generated files in pg_upgrade's .gitignore and MakefileMichael Paquier
2022-06-15Fix cache look-up failures while applying changes in logical replication.Amit Kapila
2022-06-15Tweak behavior of psql --single-transaction depending on ON_ERROR_STOPMichael Paquier
2022-06-14Avoid ecpglib core dump with out-of-order operations.Tom Lane
2022-06-14Doc: clarify the default collation behavior of domains.Tom Lane
2022-06-13pg_upgrade: further tweaking of make_outputdirs().Tom Lane
2022-06-12Make subscription tests pass with log_error_verbosity=verboseAndrew Dunstan
2022-06-11relnotes: update word wrappingBruce Momjian
2022-06-11relnotes: update AS OF dateBruce Momjian
2022-06-11relnotes: add links to the release notes, indent, word wrapBruce Momjian
2022-06-10relnotes: add markup of textBruce Momjian
2022-06-10Un-break whole-row Vars referencing domain-over-composite types.Tom Lane
2022-06-10Fix collation of JSON_TABLE output columnsPeter Eisentraut
2022-06-09Improve comments for trivial_subqueryscan().Etsuro Fujita
2022-06-09psql: Show notices immediately (again)Peter Eisentraut
2022-06-08Be more careful about GucSource for internally-driven GUC settings.Tom Lane
2022-06-08Doc: copy-edit "jsonb Indexing" section.Tom Lane
2022-06-08Put option listing back into alphabetical orderPeter Eisentraut
2022-06-08Fix portability issue in TAP tests of psql for localesMichael Paquier
2022-06-08Restructure pg_upgrade output directories for better idempotenceMichael Paquier
2022-06-08Harden Memoization code against broken data typesDavid Rowley
2022-06-07Fix off-by-one loop termination condition in pg_stat_get_subscription().Tom Lane
2022-06-06Don't fail on libpq-generated error reports in pg_amcheck.Tom Lane
2022-06-06Don't fail on libpq-generated error reports in ecpg_raise_backend().Tom Lane
2022-06-06Fix psql's single transaction mode on client-side errors with -c/-f switchesMichael Paquier
2022-06-04Automatically count the number of output lines in psql/help.c.Tom Lane