aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
...
* Improve FATAL message for invalid TLI history at recoveryMichael Paquier2025-02-26
* Re-add GUC track_wal_io_timingMichael Paquier2025-02-26
* Remove redundant pg_set_*_stats() variants.Jeff Davis2025-02-25
* Change _mdfd_segpath() to return paths by valueAndres Freund2025-02-25
* Change relpath() et al to return path by valueAndres Freund2025-02-25
* Eliminate code duplication in replace_rte_variables callbacksRichard Guo2025-02-25
* Expand virtual generated columns in the plannerRichard Guo2025-02-25
* Doc: Fix pg_copy_logical_replication_slot description.Amit Kapila2025-02-25
* Do not use in-place updates for statistics import.Jeff Davis2025-02-24
* Fix bug in cbc127917 to handle nested Append correctlyAmit Langote2025-02-25
* Fix assertion when decoding XLOG_PARAMETER_CHANGE on promoted primary.Masahiko Sawada2025-02-24
* Delay extraction of TIDBitmap per page offsetsMelanie Plageman2025-02-24
* Add lossy indicator to TBMIterateResultMelanie Plageman2025-02-24
* Fix confusion about data type of pg_class.relpages and relallvisible.Tom Lane2025-02-24
* Add static asserts for MAX_BACKENDS limiting factorsAndres Freund2025-02-24
* Base LWLock limits directly on MAX_BACKENDSAndres Freund2025-02-24
* Move MAX_BACKENDS to procnumber.hAndres Freund2025-02-24
* Remove read/sync fields from pg_stat_wal and GUC track_wal_io_timingMichael Paquier2025-02-24
* backend libpq void * argument for binary dataPeter Eisentraut2025-02-23
* SnapBuildRestoreContents() void * argument for binary dataPeter Eisentraut2025-02-23
* jsonb internal API void * argument for binary dataPeter Eisentraut2025-02-23
* Allow lwlocks to be disownedAndres Freund2025-02-21
* Avoid race condition between "GRANT role" and "DROP ROLE".Tom Lane2025-02-21
* Allow EXPLAIN to indicate fractional rows.Robert Haas2025-02-21
* Add default_char_signedness field to ControlFileData.Masahiko Sawada2025-02-21
* Support text position search functions with nondeterministic collationsPeter Eisentraut2025-02-21
* Fix a WARNING for data origin discrepancies.Amit Kapila2025-02-21
* Add missing deparsing of [NO] IDENT to XMLSERIALIZE()Michael Paquier2025-02-21
* Drop opcintype from index AM strategy translation APIPeter Eisentraut2025-02-21
* backend launchers void * arguments for binary dataPeter Eisentraut2025-02-21
* Fix for pg_restore_attribute_stats().Jeff Davis2025-02-20
* Remove various unnecessary (char *) castsPeter Eisentraut2025-02-20
* Add support for OAUTHBEARER SASL mechanismDaniel Gustafsson2025-02-20
* Improve errdetail message added by ac0e33136a.Amit Kapila2025-02-20
* Don't lock partitions pruned by initial pruningAmit Langote2025-02-20
* Fix FATAL message for invalid recovery timeline at beginning of recoveryMichael Paquier2025-02-20
* Correct relation size estimate with low fillfactorTomas Vondra2025-02-19
* Assert that ExecOpenIndices and ExecCloseIndices are not repeated.Tom Lane2025-02-19
* Fix crash in brininsertcleanup during logical replication.Tom Lane2025-02-19
* Consider BufFiles when adjusting hashjoin parametersTomas Vondra2025-02-19
* Add ATAlterConstraint struct for ALTER .. CONSTRAINTÁlvaro Herrera2025-02-19
* Improve statistics estimation for single-column GROUP BY in sub-queriesAlexander Korotkov2025-02-19
* Add a test for commit ac0e33136a using the injection point.Amit Kapila2025-02-19
* Add support for LIKE in CREATE FOREIGN TABLEMichael Paquier2025-02-19
* Invalidate inactive replication slots.Amit Kapila2025-02-19
* Update to latest Snowball sources.Tom Lane2025-02-18
* Fix unsafe access to BufferDescriptorsRichard Guo2025-02-19
* Fix freeing a child join's SpecialJoinInfoRichard Guo2025-02-19
* Make the description of some GUCs more consistentMichael Paquier2025-02-19
* Update outdated comments in nodeAgg.c.Jeff Davis2025-02-18