aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* Fix generation of EC join conditions at the wrong plan level.Tom Lane2024-04-16
* Fix type-checking of RECORD-returning functions in FROM, redux.Tom Lane2024-04-15
* Update nbits_set in brin_bloom_unionTomas Vondra2024-04-14
* freespace: Don't return blocks past the end of the main fork.Noah Misch2024-04-13
* Fix WaitEventSet resource leak in WaitLatchOrSocket().Etsuro Fujita2024-04-11
* Fix illegal attribute propagation in LLVM JIT.Thomas Munro2024-04-10
* Fix bogus coding in ExecAppendAsyncEventWait().Etsuro Fujita2024-04-04
* Avoid deadlock during orphan temp table removal.Tom Lane2024-04-02
* Fix unnecessary use of moving-aggregate mode with non-moving frame.Tom Lane2024-03-27
* Fix failure of ALTER FOREIGN TABLE SET SCHEMA to move sequences.Tom Lane2024-03-26
* Allow "make check"-style testing to work with musl C library.Tom Lane2024-03-26
* Clarify comment for LogicalTapeSetBlocks().Jeff Davis2024-03-25
* Review wording on tablespaces w.r.t. partitioned tablesAlvaro Herrera2024-03-20
* Fix EXPLAIN Bitmap heap scan to count pages with no visible tuplesHeikki Linnakangas2024-03-18
* Fix EXPLAIN output for subplans in MERGE.Dean Rasheed2024-03-17
* Make INSERT-from-multiple-VALUES-rows handle domain target columns.Tom Lane2024-03-14
* Fix confusion about the return rowtype of SQL-language procedures.Tom Lane2024-03-12
* Disconnect if socket cannot be put into non-blocking modeHeikki Linnakangas2024-03-12
* Fix incorrect accessing of pfree'd memory in MemoizeDavid Rowley2024-03-11
* Backpatch missing check_stack_depth() to some recursive functionsAlexander Korotkov2024-03-11
* Cope with a deficiency in OpenSSL 3.x's error reporting.Tom Lane2024-03-07
* Fix handling of self-modified tuples in MERGE.Dean Rasheed2024-03-07
* Revert "Fix parallel-safety check of expressions and predicate for index builds"Michael Paquier2024-03-07
* 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
* MERGE ... DO NOTHING: require SELECT privilegesAlvaro Herrera2024-02-21
* 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
* 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
* 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