Commit Graph

59149 Commits (a54d4ed183927f15e1853b83106acebeeeee11c8)
 

Author SHA1 Message Date
Jeff Davis 8e28778ce3 Add missing RestrictSearchPath() calls. 1 year ago
Andres Freund c8a6ec206a ci: Upgrade to Debian Bookworm 1 year ago
Andres Freund 43cd30bcd1 Fix type confusion in guc_var_compare() 1 year ago
Tom Lane a0899c0a97 Doc: minor improvements for plpgsql "Transaction Management" section. 1 year ago
Thomas Munro 8583b1f993 Run LLVM verify pass on IR in assert builds. 1 year ago
Heikki Linnakangas 91651347ba Use correct type for pq_mq_parallel_leader_proc_number variable 1 year ago
Heikki Linnakangas 86db52a506 Use atomics to avoid locking in InjectionPointRun() 1 year ago
Fujii Masao 4e5d6c4091 Fix unstable tests in partition_merge.sql and partition_split.sql. 1 year ago
Fujii Masao c086896625 Fix tablespace handling in MERGE/SPLIT partition commands. 1 year ago
Richard Guo 069d0ff022 Check lateral references within PHVs for memoize cache keys 1 year ago
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