Commit Graph

59089 Commits (06ffce4559d0f7d29e0d92d18b72b4b96772ad1c)
 

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