Commit Graph

58950 Commits (4128453003dc755d94dfd661fb04d741f08e7fc8)
 

Author SHA1 Message Date
Andres Freund 4128453003 ci: Use newer LLVM version with gcc, to avoid compiler warnings 2 years ago
Jeff Davis 8e28778ce3 Add missing RestrictSearchPath() calls. 2 years ago
Andres Freund c8a6ec206a ci: Upgrade to Debian Bookworm 2 years ago
Andres Freund 43cd30bcd1 Fix type confusion in guc_var_compare() 2 years ago
Tom Lane a0899c0a97 Doc: minor improvements for plpgsql "Transaction Management" section. 2 years ago
Thomas Munro 8583b1f993 Run LLVM verify pass on IR in assert builds. 2 years ago
Heikki Linnakangas 91651347ba Use correct type for pq_mq_parallel_leader_proc_number variable 2 years ago
Heikki Linnakangas 86db52a506 Use atomics to avoid locking in InjectionPointRun() 2 years ago
Fujii Masao 4e5d6c4091 Fix unstable tests in partition_merge.sql and partition_split.sql. 2 years ago
Fujii Masao c086896625 Fix tablespace handling in MERGE/SPLIT partition commands. 2 years ago
Richard Guo 069d0ff022 Check lateral references within PHVs for memoize cache keys 2 years ago
Tom Lane f96c2c7278 Avoid unhelpful internal error for incorrect recursive-WITH queries. 2 years ago
Noah Misch d5e6891502 Fix new assertion for MERGE view_name ... DO NOTHING. 2 years ago
Noah Misch 7102070329 Don't lose partitioned table reltuples=0 after relhassubclass=f. 2 years ago
Andrew Dunstan 055891f374 Make sure to run pg_isready on correct port 2 years ago
Thomas Munro a8458f508a Fix lost Windows socket EOF events. 2 years ago
Andrew Dunstan 291c420747 Use diff --strip-trailing-cr in pg_regress.c 2 years ago
Alvaro Herrera 74e12db19c
Add ORDER BY to new test query 2 years ago
Alvaro Herrera 8391779138
Fix ALTER TABLE DETACH for inconsistent indexes 2 years ago
Michael Paquier 734c057a89 Add assertion in pgstat_write_statsfile() about processes allowed 2 years ago
Amit Kapila 63909da978 Fix a typo in logicalrep_write_typ(). 2 years ago
Amit Kapila 9fd8b331df Fix unstable test in 040_pg_createsubscriber. 2 years ago
Richard Guo 22d946b0f8 Consider materializing the cheapest inner path in parallel nestloop 2 years ago
Michael Paquier 72c0b24b2d Improve comment of pgstat_read_statsfile() 2 years ago
Tom Lane 0d8bd0a72e Improve logical replication connection-failure messages. 2 years ago
Tom Lane a0f1fce80c Add min and max aggregates for composite types (records). 2 years ago
Masahiko Sawada bb19b70081 Fix possibility of logical decoding partial transaction changes. 2 years ago
Andrew Dunstan c194de0713 Change pg_regress.c back to using diff -w on Windows 2 years ago
Michael Paquier 9e4664d950 Add a new 'F' entry type for fixed-numbered stats in pgstats file 2 years ago
Michael Paquier 21471f18e9 Add PgStat_KindInfo.init_shmem_cb 2 years ago
Nathan Bossart cc2236854e Revamp documentation for predefined roles. 2 years ago
Dean Rasheed 0dcf753bd8 Improve the numeric width_bucket() computation. 2 years ago
Andrew Dunstan 628c1d1f2c Use diff's --strip-trailing-cr flag where appropriate on Windows 2 years ago
Fujii Masao 05506510de doc: Update track_io_timing documentation to mention pg_stat_io. 2 years ago
Michael Paquier d898665bf7 Extend pg_get_acl() to handle sub-object IDs 2 years ago
Andrew Dunstan f7bd0a381d Prevent CRLF conversion of inputs in json_parser test module 2 years ago
Tom Lane 896cd266fd Remove new XML test cases added by e7192486d. 2 years ago
Jeff Davis b3bd18294e Fix missing invalidations for search_path cache. 2 years ago
Tom Lane e7192486dd Suppress "chunk is not well balanced" errors from libxml2. 2 years ago
Nathan Bossart ccd38024bc Introduce pg_signal_autovacuum_worker. 2 years ago
Fujii Masao 629520be5f Fix comment in libpqrcv_check_conninfo(). 2 years ago
Dean Rasheed ca481d3c9a Optimise numeric multiplication for short inputs. 2 years ago
Amit Langote 42de72fa7b SQL/JSON: Various improvements to SQL/JSON query function docs 2 years ago
Amit Kapila 571f7f7086 To improve the code, move the error check in logical_read_xlog_page(). 2 years ago
Michael Paquier b68b29bc8f Use pgstat_kind_infos to write fixed shared statistics 2 years ago
David Rowley c048cd992c Avoid JIT-related test instability in EXPLAIN ANALYZE 2 years ago
Fujii Masao c8d5d6c78a Fix limit block handling in pg_wal_summary_contents(). 2 years ago
David Rowley 5a1e6df3b8 Show Parallel Bitmap Heap Scan worker stats in EXPLAIN ANALYZE 2 years ago
David Rowley e41f713097 Perform forgotten cat version bump 2 years ago
David Rowley 036bdcec9f Teach planner how to estimate rows for timestamp generate_series 2 years ago