Commit Graph

52161 Commits (ce773f230d9b5bb2e0dd23fec4e5462fd99487fe)
 

Author SHA1 Message Date
Tom Lane ce773f230d Fix float4/float8 hash functions to produce uniform results for NaNs. 4 years ago
Daniel Gustafsson ba1b763102 Remove superfluous variable assignment 4 years ago
Fujii Masao e04267844a Enhance pg_stat_reset_single_table_counters function. 4 years ago
Amit Kapila 31c389d8de Optimize fileset usage in apply worker. 4 years ago
Michael Paquier 163074ea84 doc: Replace some uses of "which" by "that" in parallel.sgml 4 years ago
Tatsuo Ishii 06ba4a63b8 Use COPY FREEZE in pgbench for faster benchmark table population. 4 years ago
Tom Lane 469150a240 Doc: clarify how triggers relate to transactions. 4 years ago
Tom Lane 2dc53fe2a7 Refactor postgresImportForeignSchema to avoid code duplication. 4 years ago
Tomas Vondra 537ca68dbb Identify simple column references in extended statistics 4 years ago
Fujii Masao b0c066297b Improve tab-completion for CREATE PUBLICATION. 4 years ago
Peter Eisentraut 590ecd9823 Fix incorrect format placeholders 4 years ago
Fujii Masao 4dc528bfa7 pgbench: Fix bug in measurement of disconnection delays. 4 years ago
Amit Kapila 8d0138ef51 Fix the random test failure in 001_rep_changes. 4 years ago
Peter Geoghegan b175b9cde7 VACUUM VERBOSE: Don't report "pages removed". 4 years ago
Michael Paquier c4f7a6b87f Refactor one conversion of SQLSTATE to string in elog.c 4 years ago
Michael Paquier de1d4fef71 Add PostgresNode::command_fails_like() 4 years ago
Peter Geoghegan 0f6aa893cb Remove obsolete nbtree relation extension comment. 4 years ago
Peter Geoghegan 6320806ac3 vacuumlazy.c: Correct prune state comment. 4 years ago
Tomas Vondra 13380e1476 Don't print extra parens around expressions in extended stats 4 years ago
Peter Geoghegan 47029f775a Remove unneeded old_rel_pages VACUUM state field. 4 years ago
Peter Geoghegan aec5cc9efd Add historic commit to git-blame-ignore-revs file. 4 years ago
John Naylor 543f36b43d Mark the timestamptz variant of date_bin() as stable 4 years ago
Tom Lane bd3611db5a In pg_dump, avoid doing per-table queries for RLS policies. 4 years ago
Tom Lane 6c450a861f Cache the results of format_type() queries in pg_dump. 4 years ago
Tomas Vondra 628bc9d13b Rename the role in stats_ext to have regress_ prefix 4 years ago
Tomas Vondra 5be8ce82e8 Fix lookup error in extended stats ownership check 4 years ago
Tom Lane 589be6f6c7 Fix missed lock acquisition while inlining new-style SQL functions. 4 years ago
Daniel Gustafsson bb466c6b09 Prohibit map and grep in void context 4 years ago
Michael Paquier f2bbadce6b Add tab completion for data types after ALTER TABLE ADD [COLUMN] in psql 4 years ago
Michael Paquier 99709c9b90 Refactor one use of IDENTIFY_SYSTEM in WAL streaming code of pg_basebackup 4 years ago
Alvaro Herrera 961dd75657
Report tuple address in data-corruption error message 4 years ago
Alvaro Herrera a397109114
psql: Fix name quoting on extended statistics 4 years ago
Fujii Masao bfd4567b88 pgbench: Avoid unnecessary measurement of connection delays. 4 years ago
Amit Kapila bad6cef32c Fix incorrect error code in StartupReplicationOrigin(). 4 years ago
Amit Kapila dcac5e7ac1 Refactor sharedfileset.c to separate out fileset implementation. 4 years ago
Michael Paquier d3fa876578 Add more tab completion support for ALTER TABLE ADD in psql 4 years ago
Tom Lane 10d58228bb Doc: add a little about LACON execution to src/backend/regex/README. 4 years ago
Alvaro Herrera 375aed36ad
Keep stats up to date for partitioned tables 4 years ago
Alvaro Herrera 1f092a309e
psql \dX: reference regclass with "pg_catalog." prefix 4 years ago
Alvaro Herrera fc40ba1296
psql \dP: reference regclass with "pg_catalog." prefix 4 years ago
Noah Misch 97ddda8a82 Fix data loss in wal_level=minimal crash recovery of CREATE TABLESPACE. 4 years ago
Tom Lane 3778bcb39a Count SP-GiST index scans in pg_stat statistics. 4 years ago
Stephen Frost ce42efaa26 Use maintenance_io_concurrency for ANALYZE prefetch 4 years ago
Stephen Frost f01727290f docs: Add command tags for SQL commands 4 years ago
Daniel Gustafsson 10d2695b0c docs: clarify bgw_restart_time documentation 4 years ago
Peter Geoghegan bda822554b track_io_timing logging: Don't special case 0 ms. 4 years ago
Peter Geoghegan fdfbfa24fa Reorder log_autovacuum_min_duration log output. 4 years ago
Peter Geoghegan de5dcb0796 vacuumlazy.c: Remove unnecessary parentheses. 4 years ago
Peter Eisentraut e2799528d4 Change Texinfo output to UTF-8 4 years ago
Tom Lane 8f72becd6b Handle interaction of regexp's makesearch and MATCHALL more honestly. 4 years ago