summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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
2022-06-04Force run of pg_upgrade in the build directory in its TAP testMichael Paquier
2022-06-03Improve psql \?'s description of large-object-related commands.Tom Lane
2022-06-02Prohibit combining publications with different column lists.Amit Kapila
2022-06-02Add missing test names in TAP tests of pg_upgradeMichael Paquier
2022-06-01Silence compiler warnings from some older compilers.Tom Lane
2022-06-01Fix pl/perl test case so it will still work under Perl 5.36.Tom Lane
2022-05-31Revert changes to CONCURRENTLY that "sped up" Xmin advanceAlvaro Herrera
2022-05-31Ensure ParseTzFile() closes the input file after failing.Tom Lane
2022-05-31shm_mq_sendv: Fix flushing bug when receiver not yet attached.Robert Haas
2022-05-31Fix typo in hash README.Amit Kapila
2022-05-31Remove useless tests for TRUNCATE on foreign tablesMichael Paquier
2022-05-31Add debugging help in OwnLatch().Thomas Munro
2022-05-30Make STRING an unreserved_keyword.Tom Lane
2022-05-30logging: Also add the command prefix to detail and hint messagesPeter Eisentraut
2022-05-29Fix COPY FROM when database encoding is SQL_ASCII.Heikki Linnakangas
2022-05-28Align stats_fetch_consistency definition with guc.c default.Andres Freund
2022-05-28Revert "Add single-item cache when looking at topmost XID of a subtrans XID"Michael Paquier
2022-05-28Handle NULL for short descriptions of custom GUC variablesMichael Paquier
2022-05-26Teach remove_unused_subquery_outputs about window run conditionsDavid Rowley
2022-05-26Remove misguided SSL key file ownership check in libpq.Tom Lane
2022-05-26Avoid ERRCODE_INTERNAL_ERROR in oracle_compat.c functions.Tom Lane
2022-05-25Add tab completion for table_rewrite's CREATE EVENT TRIGGER in psqlMichael Paquier