Commit Graph

52219 Commits (026ed8efd6b1d774924937baf3209b676df4531f)
 

Author SHA1 Message Date
Alvaro Herrera 96b665083e
Revert "Avoid creating archive status ".ready" files too early" 4 years ago
Tom Lane 87ad491472 Remove arbitrary MAXPGPATH limit on command lengths in pg_ctl. 4 years ago
Tom Lane db2760a841 Disallow creating an ICU collation if the DB encoding won't support it. 4 years ago
John Naylor 0c6a6a0ab7 Set the volatility of the timestamptz version of date_bin() back to immutable 4 years ago
Tom Lane fd549145d5 Fix portability issue in tests from commit ce773f230. 4 years ago
Peter Eisentraut 6588d8416e Make pkg-config files cross-compile friendly 4 years ago
Peter Eisentraut 4c2eab3a0d Fix pkg-config files for static linking 4 years ago
Tom Lane c95ede41b8 In count_usable_fds(), duplicate stderr not stdin. 4 years ago
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