aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* Fix type-checking of RECORD-returning functions in FROM.Tom Lane2024-03-06
* Fix parallel-safety check of expressions and predicate for index buildsMichael Paquier2024-03-06
* Fix incorrectly reported stats kind in "can't happen" ERRORDavid Rowley2024-03-05
* Fix integer underflow in shared memory debuggingDaniel Gustafsson2024-02-29
* Fix mis-rounding and overflow hazards in date_bin().Tom Lane2024-02-28
* Promote assertion about !ReindexIsProcessingIndex to runtime error.Tom Lane2024-02-25
* Avoid dangling-pointer problem with partitionwise joins under GEQO.Tom Lane2024-02-23
* Fix mistake in SQL features listPeter Eisentraut2024-02-23
* MERGE ... DO NOTHING: require SELECT privilegesAlvaro Herrera2024-02-21
* Fix race leading to incorrect conflict cause in InvalidatePossiblyObsoleteSlot()Michael Paquier2024-02-20
* Fix incorrect pruning of NULL partition for boolean IS NOT clausesDavid Rowley2024-02-20
* Doc: improve a couple of comments in postgresql.conf.sample.Tom Lane2024-02-15
* Fix 'mmap' DSM implementation with allocations larger than 4 GBHeikki Linnakangas2024-02-13
* Use a safer outfuncs/readfuncs representation for BitStrings.Tom Lane2024-02-13
* Skip .DS_Store files in server side utilsDaniel Gustafsson2024-02-13
* Remove race condition in pg_get_expr().Tom Lane2024-02-09
* Fix wrong logic in TransactionIdInRecentPast()Alexander Korotkov2024-02-09
* Fix propagation of persistence to sequences in ALTER TABLE / ADD COLUMNPeter Eisentraut2024-02-09
* Translation updatesPeter Eisentraut2024-02-05
* Fix assertion if index is dropped during REFRESH CONCURRENTLYHeikki Linnakangas2024-02-05
* Run REFRESH MATERIALIZED VIEW CONCURRENTLY in right security contextHeikki Linnakangas2024-02-05
* Fix typo in commentsHeikki Linnakangas2024-02-03
* Translate ENOMEM to ERRCODE_OUT_OF_MEMORY in errcode_for_file_access().Tom Lane2024-02-02
* Sync PG_VERSION file in CREATE DATABASE.Noah Misch2024-02-01
* Handle interleavings between CREATE DATABASE steps and base backup.Noah Misch2024-02-01
* Apply band-aid fix for an oversight in reparameterize_path_by_child.Tom Lane2024-02-01
* Fix stats_fetch_consistency with stats for fixed-numbered objectsMichael Paquier2024-02-01
* Fix various issues with ALTER TEXT SEARCH CONFIGURATIONMichael Paquier2024-01-31
* Doc: mention foreign keys can reference unique indexesDavid Rowley2024-01-30
* Fix incompatibilities with libxml2 >= 2.12.0.Tom Lane2024-01-29
* Fix locking when fixing an incomplete split of a GIN internal pageHeikki Linnakangas2024-01-29
* Add more LOG messages when starting and ending recovery from a backupMichael Paquier2024-01-29
* Fix DROP ROLE when specifying duplicated rolesMichael Paquier2024-01-29
* Compare varnullingrels too in assign_param_for_var().Tom Lane2024-01-26
* Detect Julian-date overflow in timestamp[tz]_pl_interval.Tom Lane2024-01-26
* Track LLVM 18 changes.Thomas Munro2024-01-25
* Fix ALTER TABLE .. ADD COLUMN with complex inheritance treesMichael Paquier2024-01-24
* Revert "libpqwalreceiver: Convert to libpq-be-fe-helpers.h"Heikki Linnakangas2024-01-23
* Re-disallow Memoize for parameterized nested loops with join filtersDavid Rowley2024-01-22
* Improve handling of dropped partitioned indexes for REINDEX INDEXMichael Paquier2024-01-18
* Add try_index_open(), conditional variant of index_open()Michael Paquier2024-01-18
* Fix incorrect comment on how BackendStatusArray is indexedHeikki Linnakangas2024-01-17
* Close socket in case of errors in setting non-blockingDaniel Gustafsson2024-01-17
* Prevent access to an unpinned buffer in BEFORE ROW UPDATE triggers.Tom Lane2024-01-14
* Re-pgindent catcache.c after previous commit.Tom Lane2024-01-13
* Cope with catcache entries becoming stale during detoasting.Tom Lane2024-01-13
* Fix memory leak in connection string validation.Jeff Davis2024-01-12
* Re-validate connection string in libpqrcv_connect().Jeff Davis2024-01-12
* Allow subquery pullup to wrap a PlaceHolderVar in another one.Tom Lane2024-01-11
* Restore initdb's old behavior of always setting the lc_xxx GUCs.Tom Lane2024-01-10