summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2022-07-01Harden dsm_impl.c against unexpected EEXIST.Thomas Munro
2022-07-01Fix code comments still referring to pg_start/stop_backup()Michael Paquier
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-30pgindent run prior to branching v15.Tom Lane
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-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-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-21Simplify tab completion of extension versions.Tom Lane
2022-06-21Fix stale values in partition map entries on subscribers.Amit Kapila
2022-06-21Fix partition table's REPLICA IDENTITY checking on the subscriber.Amit Kapila
2022-06-19Message and documentation refinementsPeter Eisentraut
2022-06-18Fix busted tab completion of extension versions.Tom Lane
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-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-13pg_upgrade: further tweaking of make_outputdirs().Tom Lane
2022-06-12Make subscription tests pass with log_error_verbosity=verboseAndrew Dunstan
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-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