aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* Don't corrupt plpython's "TD" dictionary in a recursive trigger call.Tom Lane2024-05-07
* Stamp 12.19.REL_12_19Tom Lane2024-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
* Detect more overflows in timestamp[tz]_pl_interval.Tom Lane2024-04-28
* Fix MSVC recipe for ecpg regression tests, redux.Tom Lane2024-04-19
* Fix MSVC recipe for ecpg regression tests.Tom Lane2024-04-18
* Fix assorted bugs in ecpg's macro mechanism.Tom Lane2024-04-16
* 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
* Fix WaitEventSet resource leak in WaitLatchOrSocket().Etsuro Fujita2024-04-11
* Fix plpgsql's handling of -- comments following expressions.Tom Lane2024-04-10
* Fix illegal attribute propagation in LLVM JIT.Thomas Munro2024-04-10
* simplehash: Free collisions array in SH_STATAndres Freund2024-04-07
* Don't clobber test exit code at cleanup in LDAP/Kerberors testsHeikki Linnakangas2024-04-07
* Improve check in LDAP test to find the OpenLDAP installationHeikki Linnakangas2024-04-07
* Fix ecpg's mechanism for detecting unsupported cases in the grammar.Tom Lane2024-04-04
* Fix the parameters order for TableAmRoutine.relation_copy_for_cluster()Alexander Korotkov2024-04-03
* Avoid deadlock during orphan temp table removal.Tom Lane2024-04-02
* Avoid "unused variable" warning on non-USE_SSL_ENGINE platforms.Tom Lane2024-04-01
* Avoid possible longjmp-induced logic error in PLy_trigger_build_args.Tom Lane2024-04-01
* 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
* Fix typo in pg_dumpall role comments fixDaniel Gustafsson2024-03-22
* Fix dumping role comments when using --no-role-passwordsDaniel Gustafsson2024-03-21
* 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
* 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
* 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 incorrect pruning of NULL partition for boolean IS NOT clausesDavid Rowley2024-02-20
* ecpg: Fix zero-termination of string generated by intoasc()Michael Paquier2024-02-19
* 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
* Revert "Skip .DS_Store files in server side utils"Daniel Gustafsson2024-02-13
* Skip .DS_Store files in server side utilsDaniel Gustafsson2024-02-13
* Remove race condition in pg_get_expr().Tom Lane2024-02-09
* Avoid concurrent calls to bindtextdomain().Tom Lane2024-02-09