summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2024-09-05Fix handling of NULL return value in typarray lookupDaniel Gustafsson
2024-09-05Fix misleading error message contextPeter Eisentraut
2024-09-05Add callback for backend initialization in pgstatsMichael Paquier
2024-09-05Fix two NULL pointer dereferences when reading custom pgstats from fileMichael Paquier
2024-09-05Check availability of module injection_points in TAP testsMichael Paquier
2024-09-05Optimize WindowAgg's use of tuplestoresDavid Rowley
2024-09-05Speedup WindowAgg code by moving uncommon code out-of-lineDavid Rowley
2024-09-04Remove lc_collate_is_c().Jeff Davis
2024-09-04Remove test-case workarounds for ancient libedit versions.Tom Lane
2024-09-04Remove a couple of strerror() callsPeter Eisentraut
2024-09-04Unify some error messages to ease work of translatorsMichael Paquier
2024-09-04Apply more quoting to GUC names in messagesMichael Paquier
2024-09-04Collect statistics about conflicts in logical replication.Amit Kapila
2024-09-04Avoid unnecessary post-sort projectionRichard Guo
2024-09-04Check the validity of commutators for merge/hash clausesRichard Guo
2024-09-04Fix inconsistent LWLock tranche name "CommitTsSLRU"Michael Paquier
2024-09-03Avoid installcheck failure in TAP tests using injection_pointsMichael Paquier
2024-09-03Remember last collation to speed up collation cache.Jeff Davis
2024-09-03Simplify makefiles exporting twice enable_injection_pointsMichael Paquier
2024-09-03Standardize "read-ahead advice" terminology.Thomas Munro
2024-09-03Add block_range_read_stream_cb(), to deduplicate code.Noah Misch
2024-09-03Use library functions to edit config in SSL testsDaniel Gustafsson
2024-09-03Test for PG_TEST_EXTRA separately in SSL testsDaniel Gustafsson
2024-09-03Fix typos in code comments and test dataDaniel Gustafsson
2024-09-03Add const qualifiers to XLogRegister*() functionsPeter Eisentraut
2024-09-03Fix typos and grammar in code comments and docsMichael Paquier
2024-09-03Define PG_TBLSPC_DIR for path pg_tblspc/ in data folderMichael Paquier
2024-09-02Fix rarely-run test for message wording changePeter Eisentraut
2024-09-02Only perform pg_strong_random init when requiredDaniel Gustafsson
2024-09-02Remove support for OpenSSL older than 1.1.0Daniel Gustafsson
2024-09-02Cache typarray for fast lookups in binary upgrade modeDaniel Gustafsson
2024-09-02More use of getpwuid_r() directlyPeter Eisentraut
2024-09-01Rename enum labels of PG_Locale_StrategyMichael Paquier
2024-08-31Fix unfairness in all-cached parallel seq scan.Thomas Munro
2024-08-31Stabilize 039_end_of_wal test.Thomas Munro
2024-08-30Clarify restrict_nonsystem_relation_kind description.Masahiko Sawada
2024-08-30Avoid inserting PlaceHolderVars in cases where pre-v16 PG did not.Tom Lane
2024-08-30Remove one memoize test case added by commit 069d0ff02.Tom Lane
2024-08-30Define PG_LOGICAL_DIR for path pg_logical/ in data folderMichael Paquier
2024-08-30Define PG_REPLSLOT_DIR for path pg_replslot/ in data folderMichael Paquier
2024-08-29Rename pg_sequence_read_tuple() to pg_get_sequence_data()Michael Paquier
2024-08-29Fix mis-deparsing of ORDER BY lists when there is a name conflict.Tom Lane
2024-08-29Message style improvementsPeter Eisentraut
2024-08-29Put generated_stored test objects in a schemaPeter Eisentraut
2024-08-29Rename regress test generated to generated_storedPeter Eisentraut
2024-08-29Disallow USING clause when altering type of generated columnPeter Eisentraut
2024-08-29Rename some shared memory initialization routinesHeikki Linnakangas
2024-08-29Refactor lock manager initialization to make it a bit less specialHeikki Linnakangas
2024-08-29Refactor some code for ALTER TABLE SET LOGGED/UNLOGGED in tablecmds.cMichael Paquier
2024-08-29Fixup for prefetching support on macOSPeter Eisentraut