aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* Fix possible Assert failure in cost_memoize_rescanDavid Rowley2024-06-19
* Fix insertion of SP-GiST REDIRECT tuples during REINDEX CONCURRENTLY.Tom Lane2024-06-17
* Clean out column-level pg_init_privs entries when dropping tables.Tom Lane2024-06-14
* Fix parsing of ignored operators in websearch_to_tsquery().Tom Lane2024-06-13
* Clamp result of MultiXactMemberFreezeThresholdHeikki Linnakangas2024-06-13
* Fix infer_arbiter_indexes() to not assume resultRelation is 1.Tom Lane2024-06-11
* Fix creation of partition descriptor during concurrent detachAlvaro Herrera2024-06-11
* Reject modifying a temp table of another session with ALTER TABLE.Tom Lane2024-06-07
* Fix behavior of stable functions called from a CALL's argument list.Tom Lane2024-06-07
* Fix handling of extended expression statistics in CREATE TABLE LIKE.Tom Lane2024-05-22
* Account for optimized MinMax aggregates during SS_finalize_plan.Tom Lane2024-05-18
* Fix documentation about DROP DATABASE FORCE process termination rights.Noah Misch2024-05-16
* Fix handling of polymorphic output arguments for procedures.Tom Lane2024-05-14
* Fix pg_sequence_last_value() for unlogged sequences on standbys.Nathan Bossart2024-05-13
* Fix privilege checks in pg_stats_ext and pg_stats_ext_exprs.Nathan Bossart2024-05-06
* Translation updatesPeter Eisentraut2024-05-06
* Ensure we allocate NAMEDATALEN bytes for names in Index Only ScansDavid Rowley2024-05-01
* Disallow converting a table to a view within an outer SQL command.Tom Lane2024-04-30
* Close race condition between datfrozen and relfrozen updates.Noah Misch2024-04-29
* Throw a more on-point error for functions depending on columns.Tom Lane2024-04-28
* Detect more overflows in timestamp[tz]_pl_interval.Tom Lane2024-04-28
* 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
* Remove incorrect Assert introduced in c8aeaf3ab.Jeff Davis2024-03-23
* 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
* 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
* 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