Commit Graph

58923 Commits (c194de0713ebe71aaeeb5ebed4af2390cc1b521c)
 

Author SHA1 Message Date
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
Richard Guo 0ffc0acaf3 Fix right-anti-joins when the inner relation is proven unique 1 year ago
Michael Paquier 74b8e6a698 Re-enable autoruns for cmd.exe on Windows 1 year ago
Tom Lane 066e8ac6ea Use xmlAddChildList not xmlAddChild in XMLSERIALIZE. 1 year ago
David Rowley 04bcf9e19a Adjust tuplestore.c not to allocate BufFiles in generation context 1 year ago
David Rowley 97651b0139 Fix incorrect sentinel byte logic in GenerationRealloc() 1 year ago
Thomas Munro 2a5ef09830 Cope with <regex.h> name clashes. 1 year ago
Tom Lane 8212625e53 Fix placement of "static". 1 year ago
Nathan Bossart 0b1fe1413e Remove check hooks for GUCs that contribute to MaxBackends. 1 year ago
Tom Lane ba8f00eef6 Improve PL/Tcl's method for choosing Tcl names of procedures. 1 year ago
Tom Lane aaab3ee9c6 Doc: minor improvements for our "Brief History" chapter. 1 year ago
Michael Paquier 4b211003ec Support loading of injection points 1 year ago
Heikki Linnakangas 98347b5a3a Lift limitation that PGPROC->links must be the first field 1 year ago
David Rowley 590b045c37 Improve memory management and performance of tuplestore.c 1 year ago
David Rowley 53abb1e0eb Fix newly introduced issue in EXPLAIN for Materialize nodes 1 year ago
Thomas Munro 18501841bc Add simple codepoint redirections to unaccent.rules. 1 year ago
David Rowley 1eff8279d4 Add memory/disk usage for Material nodes in EXPLAIN 1 year ago