summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2021-08-28psql \dX: reference regclass with "pg_catalog." prefixAlvaro Herrera
2021-08-28psql \dP: reference regclass with "pg_catalog." prefixAlvaro Herrera
2021-08-28Fix data loss in wal_level=minimal crash recovery of CREATE TABLESPACE.Noah Misch
2021-08-27Count SP-GiST index scans in pg_stat statistics.Tom Lane
2021-08-27Use maintenance_io_concurrency for ANALYZE prefetchStephen Frost
2021-08-27track_io_timing logging: Don't special case 0 ms.Peter Geoghegan
2021-08-27Reorder log_autovacuum_min_duration log output.Peter Geoghegan
2021-08-27vacuumlazy.c: Remove unnecessary parentheses.Peter Geoghegan
2021-08-27Handle interaction of regexp's makesearch and MATCHALL more honestly.Tom Lane
2021-08-27Avoid invoking PQfnumber in loop constructsDaniel Gustafsson
2021-08-27Add logical change details to logical replication worker errcontext.Amit Kapila
2021-08-26Extend collection of Unicode combining characters to beyond the BMPJohn Naylor
2021-08-26Update display widths as part of updating UnicodeJohn Naylor
2021-08-26Revert "Rename unicode_combining_table to unicode_width_table"John Naylor
2021-08-26Revert "Change mbbisearch to return the character range"John Naylor
2021-08-26Fix handling of partitioned index in RelationGetNumberOfBlocksInFork()Peter Eisentraut
2021-08-25Change mbbisearch to return the character rangeJohn Naylor
2021-08-25Rename unicode_combining_table to unicode_width_tableJohn Naylor
2021-08-25Remove redundant test.Tom Lane
2021-08-25Fix broken snapshot handling in parallel workers.Robert Haas
2021-08-25psql: Make cancel test more timing robustPeter Eisentraut
2021-08-25Fix typoPeter Eisentraut
2021-08-25Fix incorrect merge in ECPG code with DECLAREMichael Paquier
2021-08-25Fix toast rewrites in logical decoding.Amit Kapila
2021-08-25Add tab completion for EXPLAIN .. EXECUTE in psqlMichael Paquier
2021-08-25Avoid using ambiguous word "positive" in error message.Fujii Masao
2021-08-25Improve error message about valid value for distance in phrase operator.Fujii Masao
2021-08-25ecpg: Remove trailing period from error message.Fujii Masao
2021-08-24Fix regexp misbehavior with capturing parens inside "{0}".Tom Lane
2021-08-24Fix Alter Subscription's Add/Drop Publication behavior.Amit Kapila
2021-08-23Prevent regexp back-refs from sometimes matching when they shouldn't.Tom Lane
2021-08-23Avoid creating archive status ".ready" files too earlyAlvaro Herrera
2021-08-23Improve defaults shown in postgresql.conf.sample and pg_settingsBruce Momjian
2021-08-23Fix backup manifests to generate correct WAL-Ranges across timelinesMichael Paquier
2021-08-22psql: Improve portability of query cancel testPeter Eisentraut
2021-08-22Fix broken regression test caused by 22c4e88ebDavid Rowley
2021-08-22Allow parallel DISTINCTDavid Rowley
2021-08-21Improve error messages about misuse of SELECT INTO.Tom Lane
2021-08-20Fix performance bug in regexp's citerdissect/creviterdissect.Tom Lane
2021-08-20Remove --quiet option from pg_amcheckDaniel Gustafsson
2021-08-20psql: Add test for query cancelingPeter Eisentraut
2021-08-20pg_resetwal: Improve numeric command-line argument parsingPeter Eisentraut
2021-08-20pg_amcheck: Fix block number parsing on command linePeter Eisentraut
2021-08-19Avoid trying to lock OLD/NEW in a rule with FOR UPDATE.Tom Lane
2021-08-19Unset MyBEEntry, making elog.c's call to pgstat_get_my_query_id() safe.Andres Freund
2021-08-19Rename LOGICAL_REP_MSG_STREAM_END to LOGICAL_REP_MSG_STREAM_STOP.Amit Kapila
2021-08-19Revert refactoring of hex code to src/common/Michael Paquier
2021-08-18Fix check_agg_arguments' examination of aggregate FILTER clauses.Tom Lane
2021-08-18Fix pg_amcheck --skip option parameter handlingDaniel Gustafsson
2021-08-17Prevent ALTER TYPE/DOMAIN/OPERATOR from changing extension membership.Tom Lane