summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2021-09-01Fix the random test failure in 001_rep_changes.Amit Kapila
2021-09-01VACUUM VERBOSE: Don't report "pages removed".Peter Geoghegan
2021-09-01Refactor one conversion of SQLSTATE to string in elog.cMichael Paquier
2021-09-01Add PostgresNode::command_fails_like()Michael Paquier
2021-08-31Remove obsolete nbtree relation extension comment.Peter Geoghegan
2021-08-31vacuumlazy.c: Correct prune state comment.Peter Geoghegan
2021-08-31Don't print extra parens around expressions in extended statsTomas Vondra
2021-08-31Remove unneeded old_rel_pages VACUUM state field.Peter Geoghegan
2021-08-31Mark the timestamptz variant of date_bin() as stableJohn Naylor
2021-08-31In pg_dump, avoid doing per-table queries for RLS policies.Tom Lane
2021-08-31Cache the results of format_type() queries in pg_dump.Tom Lane
2021-08-31Rename the role in stats_ext to have regress_ prefixTomas Vondra
2021-08-31Fix lookup error in extended stats ownership checkTomas Vondra
2021-08-31Fix missed lock acquisition while inlining new-style SQL functions.Tom Lane
2021-08-31Prohibit map and grep in void contextDaniel Gustafsson
2021-08-31Add tab completion for data types after ALTER TABLE ADD [COLUMN] in psqlMichael Paquier
2021-08-31Refactor one use of IDENTIFY_SYSTEM in WAL streaming code of pg_basebackupMichael Paquier
2021-08-30Report tuple address in data-corruption error messageAlvaro Herrera
2021-08-30psql: Fix name quoting on extended statisticsAlvaro Herrera
2021-08-30pgbench: Avoid unnecessary measurement of connection delays.Fujii Masao
2021-08-30Fix incorrect error code in StartupReplicationOrigin().Amit Kapila
2021-08-30Refactor sharedfileset.c to separate out fileset implementation.Amit Kapila
2021-08-30Add more tab completion support for ALTER TABLE ADD in psqlMichael Paquier
2021-08-29Doc: add a little about LACON execution to src/backend/regex/README.Tom Lane
2021-08-28Keep stats up to date for partitioned tablesAlvaro Herrera
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