summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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
2024-08-29Rename the conflict types for the origin differ cases.Amit Kapila
2024-08-28Add prefetching support on macOSPeter Eisentraut
2024-08-27Message style improvementsPeter Eisentraut
2024-08-27Fix misplaced translator commentsPeter Eisentraut
2024-08-26Fix identation.Masahiko Sawada
2024-08-26Fix memory counter update in ReorderBuffer.Masahiko Sawada
2024-08-26Fix nbtree lookahead overflow bug.Peter Geoghegan
2024-08-26pg_upgrade: Message style improvementsPeter Eisentraut
2024-08-26Fix compiler warning in mul_var_short().Dean Rasheed
2024-08-25Revert: Avoid looping over all type cache entries in TypeCacheRelCallback()Alexander Korotkov
2024-08-25Avoid looping over all type cache entries in TypeCacheRelCallback()Alexander Korotkov
2024-08-24Revert support for ALTER TABLE ... MERGE/SPLIT PARTITION(S) commandsAlexander Korotkov
2024-08-24pg_createsubscriber: Message style improvementsPeter Eisentraut