Commit Graph

46609 Commits (376c649634bb3fbfad79940f996e2fcb4c2ea6bf)

Author SHA1 Message Date
Peter Eisentraut 376c649634 Update comment related to C99 3 months ago
Michael Paquier 713d9a847e Update some timestamp[tz] functions to use soft-error reporting 3 months ago
Jeff Davis 19b966243c Make regex "max_chr" depend on encoding, not provider. 3 months ago
Jeff Davis 99cd8890be Change some callers to use pg_ascii_toupper(). 3 months ago
Álvaro Herrera 2bc7e886fc
Fix ON CONFLICT ON CONSTRAINT during REINDEX CONCURRENTLY 3 months ago
Peter Eisentraut 2fcc5a7151 Fix a strict aliasing violation 3 months ago
Michael Paquier a87987cafc Move WAL sequence code into its own file 3 months ago
Michael Paquier d03668ea05 Switch some date/timestamp functions to use the soft error reporting 3 months ago
David Rowley 5424f4da90 Don't call simplify_aggref with a NULL PlannerInfo 3 months ago
Peter Geoghegan c902bd57af Update obsolete row compare preprocessing comments. 3 months ago
Dean Rasheed 3881561d77 Avoid rewriting data-modifying CTEs more than once. 3 months ago
Peter Eisentraut 87c6f8b047 Generate translator comments for GUC parameter descriptions 3 months ago
Peter Eisentraut 8b3e2c622a Fix pg_isblank() 3 months ago
Amit Kapila e68b6adad9 Add slotsync_skip_reason column to pg_replication_slots view. 3 months ago
David Rowley d167c19295 Fix possibly uninitialized HeapScanDesc.rs_startblock 3 months ago
Michael Paquier 9660906dbd Add routines for marking buffers dirty efficiently 3 months ago
Tom Lane 5528e8d104 Allow indexscans on partial hash indexes with implied quals. 3 months ago
Álvaro Herrera 9e8fa05d34
Fix new test for CATCACHE_FORCE_RELEASE builds 3 months ago
Peter Eisentraut e7075a3405 Use C11 alignas in pg_atomic_uint64 definitions 3 months ago
Amit Langote 519fa0433b Fix error reporting for SQL/JSON path type mismatches 3 months ago
David Rowley 0ca3b16973 Add parallelism support for TID Range Scans 3 months ago
David Rowley 42473b3b31 Have the planner replace COUNT(ANY) with COUNT(*), when possible 3 months ago
Nathan Bossart dbdc717ac6 Teach DSM registry to retry entry initialization if needed. 3 months ago
Jeff Davis 1476028225 Allow pg_locale_t APIs to work when ctype_is_c. 3 months ago
Daniel Gustafsson 1cdb84bb1b Check for correct version of perltidy 3 months ago
Jeff Davis 8d299052fe Add #define for UNICODE_CASEMAP_BUFSZ. 3 months ago
Jeff Davis ec4997a9d7 Inline pg_ascii_tolower() and pg_ascii_toupper(). 3 months ago
Nathan Bossart 2dd506b859 Revert "Teach DSM registry to ERROR if attaching to an uninitialized entry." 3 months ago
Melanie Plageman e135e04457 Split heap_page_prune_and_freeze() into helpers 3 months ago
Nathan Bossart 9446f918ac Remove a few unused struct members. 3 months ago
Daniel Gustafsson 348020caa7 ssl: Add connection and reload tests for key passphrases 3 months ago
Daniel Gustafsson b3fe098d33 Add GUC to show EXEC_BACKEND state 3 months ago
Peter Eisentraut 8fe4aef829 Replace internal C function pg_hypot() by standard hypot() 3 months ago
Jacob Champion 47c7a7ebc8 oauth_validator: Shorten JSON responses in test logs 3 months ago
Amit Kapila e3e787ca02 Fix test failure caused by commit 76b78721ca. 3 months ago
Michael Paquier e1405aa5e3 Add input function for data type pg_dependencies 3 months ago
Michael Paquier 44eba8f06e Add input function for data type pg_ndistinct 3 months ago
Melanie Plageman cd38b7e773 Assert that cutoffs are provided if freezing will be attempted 3 months ago
Jeff Davis 3b9c118920 Remove a useless length check. 3 months ago
Álvaro Herrera 33bb3dc2d8
pg_dump tests: don't put dumps in stdout 3 months ago
Álvaro Herrera 417ac9c1ee
Improve test case stability 3 months ago
Peter Eisentraut 7169c0b96b gen_guc_tables.pl: Validate required GUC fields before code generation 3 months ago
Peter Eisentraut 2256af4ba2 backend/nodes cleanup: Move loop variables definitions into for statement 3 months ago
Amit Kapila 3df4df53b0 Fix a BF failure caused by commit 76b78721ca. 3 months ago
Amit Kapila 76b78721ca Add slotsync skip statistics. 3 months ago
Peter Eisentraut c581c9a7ac Remove obsolete comment 3 months ago
Michael Paquier ed823da128 Rename routines for write/read of pgstats file 3 months ago
Andres Freund 81f7738953 lwlock: Fix, currently harmless, bug in LWLockWakeup() 3 months ago
Jeff Davis f81bf78ce1 Avoid global LC_CTYPE dependency in pg_locale_libc.c. 3 months ago
Tom Lane 698fa924b1 Improve detection of implicitly-temporary views. 3 months ago