Commit Graph

59089 Commits (06ffce4559d0f7d29e0d92d18b72b4b96772ad1c)
 

Author SHA1 Message Date
Tom Lane f96c2c7278 Avoid unhelpful internal error for incorrect recursive-WITH queries. 1 year ago
Noah Misch d5e6891502 Fix new assertion for MERGE view_name ... DO NOTHING. 1 year ago
Noah Misch 7102070329 Don't lose partitioned table reltuples=0 after relhassubclass=f. 1 year ago
Andrew Dunstan 055891f374 Make sure to run pg_isready on correct port 1 year ago
Thomas Munro a8458f508a Fix lost Windows socket EOF events. 1 year ago
Andrew Dunstan 291c420747 Use diff --strip-trailing-cr in pg_regress.c 1 year ago
Alvaro Herrera 74e12db19c
Add ORDER BY to new test query 1 year ago
Alvaro Herrera 8391779138
Fix ALTER TABLE DETACH for inconsistent indexes 1 year ago
Michael Paquier 734c057a89 Add assertion in pgstat_write_statsfile() about processes allowed 1 year ago
Amit Kapila 63909da978 Fix a typo in logicalrep_write_typ(). 1 year ago
Amit Kapila 9fd8b331df Fix unstable test in 040_pg_createsubscriber. 1 year ago
Richard Guo 22d946b0f8 Consider materializing the cheapest inner path in parallel nestloop 1 year ago
Michael Paquier 72c0b24b2d Improve comment of pgstat_read_statsfile() 1 year ago
Tom Lane 0d8bd0a72e Improve logical replication connection-failure messages. 1 year ago
Tom Lane a0f1fce80c Add min and max aggregates for composite types (records). 1 year ago
Masahiko Sawada bb19b70081 Fix possibility of logical decoding partial transaction changes. 1 year ago
Andrew Dunstan c194de0713 Change pg_regress.c back to using diff -w on Windows 1 year ago
Michael Paquier 9e4664d950 Add a new 'F' entry type for fixed-numbered stats in pgstats file 1 year ago
Michael Paquier 21471f18e9 Add PgStat_KindInfo.init_shmem_cb 1 year ago
Nathan Bossart cc2236854e Revamp documentation for predefined roles. 1 year ago
Dean Rasheed 0dcf753bd8 Improve the numeric width_bucket() computation. 1 year ago
Andrew Dunstan 628c1d1f2c Use diff's --strip-trailing-cr flag where appropriate on Windows 1 year ago
Fujii Masao 05506510de doc: Update track_io_timing documentation to mention pg_stat_io. 1 year ago
Michael Paquier d898665bf7 Extend pg_get_acl() to handle sub-object IDs 1 year ago
Andrew Dunstan f7bd0a381d Prevent CRLF conversion of inputs in json_parser test module 1 year ago
Tom Lane 896cd266fd Remove new XML test cases added by e7192486d. 1 year ago
Jeff Davis b3bd18294e Fix missing invalidations for search_path cache. 1 year ago
Tom Lane e7192486dd Suppress "chunk is not well balanced" errors from libxml2. 1 year ago
Nathan Bossart ccd38024bc Introduce pg_signal_autovacuum_worker. 1 year ago
Fujii Masao 629520be5f Fix comment in libpqrcv_check_conninfo(). 1 year ago
Dean Rasheed ca481d3c9a Optimise numeric multiplication for short inputs. 1 year ago
Amit Langote 42de72fa7b SQL/JSON: Various improvements to SQL/JSON query function docs 1 year ago
Amit Kapila 571f7f7086 To improve the code, move the error check in logical_read_xlog_page(). 1 year ago
Michael Paquier b68b29bc8f Use pgstat_kind_infos to write fixed shared statistics 1 year ago
David Rowley c048cd992c Avoid JIT-related test instability in EXPLAIN ANALYZE 1 year ago
Fujii Masao c8d5d6c78a Fix limit block handling in pg_wal_summary_contents(). 1 year ago
David Rowley 5a1e6df3b8 Show Parallel Bitmap Heap Scan worker stats in EXPLAIN ANALYZE 1 year ago
David Rowley e41f713097 Perform forgotten cat version bump 1 year ago
David Rowley 036bdcec9f Teach planner how to estimate rows for timestamp generate_series 1 year ago
Andrew Dunstan 5193ca8e15 Symlink pg_replslot robustly on Windows in pg_basebackup test 1 year ago
Nathan Bossart 64f34eb2e2 Use CREATE DATABASE ... STRATEGY = FILE_COPY in pg_upgrade. 1 year ago
Andrew Dunstan 4b4b931bcd Choose ports for test servers less likely to result in conflicts 1 year ago
Andrew Dunstan e4f4c5424c Force nodes for SSL tests to start in TCP mode 1 year ago
Tom Lane 6082b3d5d3 Use xmlParseInNodeContext not xmlParseBalancedChunkMemory. 1 year ago
Dean Rasheed 1ff39f4ff2 Fix scale clamping in numeric round() and trunc(). 1 year ago
Amit Langote 519d710720 Typo fix 1 year ago
Heikki Linnakangas cc68ca6d42 Fix outdated comment after removal of direct SSL fallback 1 year ago
Michael Paquier e311c6e539 Renumber pg_get_acl() in pg_proc.dat 1 year ago
David Rowley 7340d9362a Widen lossy and exact page counters for Bitmap Heap Scan 1 year ago
Richard Guo d7db04dfda Remove an extra period in code comment 1 year ago