aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* Remove comment about xl_heap_inplace "AT END OF STRUCT".Noah Misch2024-06-27
* Cope with inplace update making catcache stale during TOAST fetch.Noah Misch2024-06-27
* AccessExclusiveLock new relations just after assigning the OID.Noah Misch2024-06-27
* Lock before setting relhassubclass on RELKIND_PARTITIONED_INDEX.Noah Misch2024-06-27
* Expand comments and add an assertion in nodeModifyTable.c.Noah Misch2024-06-27
* Improve test coverage for changes to inplace-updated catalogs.Noah Misch2024-06-27
* Avoid crashing when a JIT-inlined backend function throws an error.Tom Lane2024-06-27
* Fix MVCC bug with prepared xact with subxacts on standbyHeikki Linnakangas2024-06-27
* tests: Trim newline from result returned by BackgroundPsql->queryHeikki Linnakangas2024-06-27
* Backport BackgroundPsql perl test moduleHeikki Linnakangas2024-06-27
* Remove redundant perl version checksAndrew Dunstan2024-06-26
* Don't throw an error if a queued AFTER trigger no longer exists.Tom Lane2024-06-20
* 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
* When replanning a plpgsql "simple expression", check it's still simple.Tom Lane2024-06-13
* Clamp result of MultiXactMemberFreezeThresholdHeikki Linnakangas2024-06-13
* Skip some permissions checks on CygwinAndrew Dunstan2024-06-13
* Fix infer_arbiter_indexes() to not assume resultRelation is 1.Tom Lane2024-06-11
* Tighten test_predtest's input checks, and improve error messages.Tom Lane2024-06-07
* 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 failure with SQL-procedure polymorphic output arguments in v12.Tom Lane2024-06-06
* Fix pl/tcl's handling of errors from Tcl_ListObjGetElements().Tom Lane2024-06-04
* Remove race conditions between ECPGdebug() and ecpg_log().Tom Lane2024-05-23
* Account for optimized MinMax aggregates during SS_finalize_plan.Tom Lane2024-05-18
* Refuse upgrades from pre-9.0 clustersDaniel Gustafsson2024-05-17
* 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 recursive RECORD-returning plpython functions.Tom Lane2024-05-09
* Ensure that "pg_restore -l" reports dependent TOC entries correctly.Tom Lane2024-05-07
* 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