summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-06-30Change some unnecessary MemSet callsPeter Eisentraut
2022-06-30Avoid unnecessary MemSet callPeter Eisentraut
2022-06-30Stamp HEAD as 16devel.Tom Lane
2022-06-30Add 82d0ffae3 to git-blame-ignore-revs.Tom Lane
2022-06-30pgindent run prior to branching v15.Tom Lane
2022-06-28relnotes: update item about public schema permission changeBruce Momjian
2022-06-27Stamp 15beta2.REL_15_BETA2Tom Lane
2022-06-27Remove outdated recommendation for manual VACUUMMagnus Hagander
2022-06-27PL/Python: Update guide to alternative expected filesPeter Eisentraut
2022-06-27pg_upgrade: Fix version comparison for global ICU supportPeter Eisentraut
2022-06-27doc: Mention attribute "inherited" in pg_stats_ext[_exprs]Michael Paquier
2022-06-27Translation updatesPeter Eisentraut
2022-06-27Fix visibility check when XID is committed in CLOG but not in procarray.Heikki Linnakangas
2022-06-26Fix relptr's encoding of the base address.Thomas Munro
2022-06-26Harden range_table_mutator() against null RangeTblEntry.subquery.Tom Lane
2022-06-25Don't trust signalfd() on illumos.Thomas Munro
2022-06-25CREATE INDEX: use the original userid for more ACL checks.Noah Misch
2022-06-25Use --no-unlogged-table-data in t/027_stream_regress.pl.Noah Misch
2022-06-24Remove unportable testPeter Eisentraut
2022-06-24Fix intermetent test failure in 028_row_filter.pl.Amit Kapila
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