summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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
2022-05-25Fix stats_fetch_consistency default value indicated in postgresql.conf.sample.Andres Freund
2022-05-24Remove duplicated words in comments of pgstat.c and pgstat_internal.hMichael Paquier
2022-05-23pg_upgrade: Tweak translatable stringsPeter Eisentraut
2022-05-23psql: Update \timing also in case of an errorPeter Eisentraut
2022-05-23Remove debug messages from tuplesort_sort_memtuples()John Naylor
2022-05-22pgstat: fix stats.spec instability on slow machines.Andres Freund
2022-05-21Show 'AS "?column?"' explicitly when it's important.Tom Lane
2022-05-21Remove unused-and-misspelled function extern declaration.Tom Lane
2022-05-21Avoid overflow hazard when clamping group counts to "long int".Tom Lane
2022-05-21Improve and fix some issues in the TAP tests of pg_upgradeMichael Paquier
2022-05-20Remove portability hazard in unsafe_tests/sql/guc_privs.sql.Tom Lane
2022-05-20Fix DDL deparse of CREATE OPERATOR CLASSAlvaro Herrera
2022-05-20Add pg_version() to PostgreSQL::Test::ClusterMichael Paquier
2022-05-20pg_waldump: Improve option parsing error messagesPeter Eisentraut
2022-05-19Repurpose PROC_COPYABLE_FLAGS as PROC_XMIN_FLAGSAlvaro Herrera
2022-05-19Fix incorrect comments for Memoize structDavid Rowley
2022-05-19Extend pg_publication_tables to display column list and row filter.Amit Kapila
2022-05-18Update xml_1.out and xml_2.outAlvaro Herrera
2022-05-18Fix EXPLAIN MERGE output when no tuples are processedAlvaro Herrera
2022-05-18Check column list length in XMLTABLE/JSON_TABLE aliasAlvaro Herrera
2022-05-18Make EXPLAIN MERGE output format more compactAlvaro Herrera
2022-05-18pgbench: Restore compatibility of --partitions=0Michael Paquier
2022-05-18Fix typo in walreceiver.cMichael Paquier
2022-05-16Translation updatesPeter Eisentraut
2022-05-16pg_upgrade: Add missing gettext triggersPeter Eisentraut
2022-05-16pg_upgrade: Add missing gettext triggersPeter Eisentraut
2022-05-16Fix incorrect row estimates used for Memoize costingDavid Rowley
2022-05-13Fix slow animal timeouts in 032_relfilenode_reuse.pl.Thomas Munro
2022-05-13Fix comment in pg_proc.cMichael Paquier
2022-05-13Clean up newlines following left parenthesesAlvaro Herrera
2022-05-13Rename JsonIsPredicate.value_type, fix JSON backend/nodes/ infrastructure.Tom Lane
2022-05-13Add a new shmem_request_hook hook.Robert Haas
2022-05-13Indent C code in flex and bison filesPeter Eisentraut
2022-05-13Don't report stats in LogicalRepApplyLoop() when in xact.Andres Freund
2022-05-13Remove PGDLLIMPORT marker from __pg_log_levelMichael Paquier