aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* Fix inconsistent LWLock tranche name "CommitTsSLRU"Michael Paquier2024-09-04
* Remember last collation to speed up collation cache.Jeff Davis2024-09-03
* Standardize "read-ahead advice" terminology.Thomas Munro2024-09-04
* Add block_range_read_stream_cb(), to deduplicate code.Noah Misch2024-09-03
* Fix typos in code comments and test dataDaniel Gustafsson2024-09-03
* Add const qualifiers to XLogRegister*() functionsPeter Eisentraut2024-09-03
* Fix typos and grammar in code comments and docsMichael Paquier2024-09-03
* Define PG_TBLSPC_DIR for path pg_tblspc/ in data folderMichael Paquier2024-09-03
* Remove support for OpenSSL older than 1.1.0Daniel Gustafsson2024-09-02
* More use of getpwuid_r() directlyPeter Eisentraut2024-09-02
* Rename enum labels of PG_Locale_StrategyMichael Paquier2024-09-02
* Fix unfairness in all-cached parallel seq scan.Thomas Munro2024-08-31
* Clarify restrict_nonsystem_relation_kind description.Masahiko Sawada2024-08-30
* Avoid inserting PlaceHolderVars in cases where pre-v16 PG did not.Tom Lane2024-08-30
* Define PG_LOGICAL_DIR for path pg_logical/ in data folderMichael Paquier2024-08-30
* Define PG_REPLSLOT_DIR for path pg_replslot/ in data folderMichael Paquier2024-08-30
* Rename pg_sequence_read_tuple() to pg_get_sequence_data()Michael Paquier2024-08-30
* Fix mis-deparsing of ORDER BY lists when there is a name conflict.Tom Lane2024-08-29
* Message style improvementsPeter Eisentraut2024-08-29
* Disallow USING clause when altering type of generated columnPeter Eisentraut2024-08-29
* Rename some shared memory initialization routinesHeikki Linnakangas2024-08-29
* Refactor lock manager initialization to make it a bit less specialHeikki Linnakangas2024-08-29
* Refactor some code for ALTER TABLE SET LOGGED/UNLOGGED in tablecmds.cMichael Paquier2024-08-29
* Fixup for prefetching support on macOSPeter Eisentraut2024-08-29
* Rename the conflict types for the origin differ cases.Amit Kapila2024-08-29
* Add prefetching support on macOSPeter Eisentraut2024-08-28
* Fix misplaced translator commentsPeter Eisentraut2024-08-27
* Fix identation.Masahiko Sawada2024-08-26
* Fix memory counter update in ReorderBuffer.Masahiko Sawada2024-08-26
* Fix nbtree lookahead overflow bug.Peter Geoghegan2024-08-26
* Fix compiler warning in mul_var_short().Dean Rasheed2024-08-26
* Revert: Avoid looping over all type cache entries in TypeCacheRelCallback()Alexander Korotkov2024-08-26
* Avoid looping over all type cache entries in TypeCacheRelCallback()Alexander Korotkov2024-08-25
* Revert support for ALTER TABLE ... MERGE/SPLIT PARTITION(S) commandsAlexander Korotkov2024-08-24
* thread-safety: gmtime_r(), localtime_r()Peter Eisentraut2024-08-23
* Rework new SLRU test with injection pointsMichael Paquier2024-08-23
* Fix attach of a previously-detached injection point.Noah Misch2024-08-22
* Avoid repeated table name lookups in createPartitionTable()Alexander Korotkov2024-08-22
* Small code simplificationRichard Guo2024-08-22
* Fix obsolete comments in varstr_cmp().Jeff Davis2024-08-21
* Disallow creating binary-coercible casts involving range types.Tom Lane2024-08-21
* Show number of disabled nodes in EXPLAIN ANALYZE output.Robert Haas2024-08-21
* Treat number of disabled nodes in a path as a separate cost metric.Robert Haas2024-08-21
* Fix pgindent damageRobert Haas2024-08-21
* Small code simplificationPeter Eisentraut2024-08-21
* Don't advance origin during apply failure.Amit Kapila2024-08-21
* Slightly refactor varstr_sortsupport() to improve readability.Jeff Davis2024-08-20
* Fix a couple of wait event descriptions.Nathan Bossart2024-08-20
* Add injection-point test for new multixact CV usageAlvaro Herrera2024-08-20
* Log the conflicts while applying changes in logical replication.Amit Kapila2024-08-20