index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
*
Remove comment about xl_heap_inplace "AT END OF STRUCT".
Noah Misch
2024-06-27
*
Cope with inplace update making catcache stale during TOAST fetch.
Noah Misch
2024-06-27
*
AccessExclusiveLock new relations just after assigning the OID.
Noah Misch
2024-06-27
*
Lock before setting relhassubclass on RELKIND_PARTITIONED_INDEX.
Noah Misch
2024-06-27
*
Expand comments and add an assertion in nodeModifyTable.c.
Noah Misch
2024-06-27
*
Improve test coverage for changes to inplace-updated catalogs.
Noah Misch
2024-06-27
*
Avoid crashing when a JIT-inlined backend function throws an error.
Tom Lane
2024-06-27
*
Fix MVCC bug with prepared xact with subxacts on standby
Heikki Linnakangas
2024-06-27
*
tests: Trim newline from result returned by BackgroundPsql->query
Heikki Linnakangas
2024-06-27
*
Backport BackgroundPsql perl test module
Heikki Linnakangas
2024-06-27
*
Remove redundant perl version checks
Andrew Dunstan
2024-06-26
*
Don't throw an error if a queued AFTER trigger no longer exists.
Tom Lane
2024-06-20
*
Fix insertion of SP-GiST REDIRECT tuples during REINDEX CONCURRENTLY.
Tom Lane
2024-06-17
*
Clean out column-level pg_init_privs entries when dropping tables.
Tom Lane
2024-06-14
*
Fix parsing of ignored operators in websearch_to_tsquery().
Tom Lane
2024-06-13
*
When replanning a plpgsql "simple expression", check it's still simple.
Tom Lane
2024-06-13
*
Clamp result of MultiXactMemberFreezeThreshold
Heikki Linnakangas
2024-06-13
*
Skip some permissions checks on Cygwin
Andrew Dunstan
2024-06-13
*
Fix infer_arbiter_indexes() to not assume resultRelation is 1.
Tom Lane
2024-06-11
*
Tighten test_predtest's input checks, and improve error messages.
Tom Lane
2024-06-07
*
Reject modifying a temp table of another session with ALTER TABLE.
Tom Lane
2024-06-07
*
Fix behavior of stable functions called from a CALL's argument list.
Tom Lane
2024-06-07
*
Fix failure with SQL-procedure polymorphic output arguments in v12.
Tom Lane
2024-06-06
*
Fix pl/tcl's handling of errors from Tcl_ListObjGetElements().
Tom Lane
2024-06-04
*
Remove race conditions between ECPGdebug() and ecpg_log().
Tom Lane
2024-05-23
*
Account for optimized MinMax aggregates during SS_finalize_plan.
Tom Lane
2024-05-18
*
Refuse upgrades from pre-9.0 clusters
Daniel Gustafsson
2024-05-17
*
Fix handling of polymorphic output arguments for procedures.
Tom Lane
2024-05-14
*
Fix pg_sequence_last_value() for unlogged sequences on standbys.
Nathan Bossart
2024-05-13
*
Fix recursive RECORD-returning plpython functions.
Tom Lane
2024-05-09
*
Ensure that "pg_restore -l" reports dependent TOC entries correctly.
Tom Lane
2024-05-07
*
Don't corrupt plpython's "TD" dictionary in a recursive trigger call.
Tom Lane
2024-05-07
*
Stamp 12.19.
REL_12_19
Tom Lane
2024-05-06
*
Translation updates
Peter Eisentraut
2024-05-06
*
Ensure we allocate NAMEDATALEN bytes for names in Index Only Scans
David Rowley
2024-05-01
*
Disallow converting a table to a view within an outer SQL command.
Tom Lane
2024-04-30
*
Close race condition between datfrozen and relfrozen updates.
Noah Misch
2024-04-29
*
Detect more overflows in timestamp[tz]_pl_interval.
Tom Lane
2024-04-28
*
Fix MSVC recipe for ecpg regression tests, redux.
Tom Lane
2024-04-19
*
Fix MSVC recipe for ecpg regression tests.
Tom Lane
2024-04-18
*
Fix assorted bugs in ecpg's macro mechanism.
Tom Lane
2024-04-16
*
Fix generation of EC join conditions at the wrong plan level.
Tom Lane
2024-04-16
*
Fix type-checking of RECORD-returning functions in FROM, redux.
Tom Lane
2024-04-15
*
Fix WaitEventSet resource leak in WaitLatchOrSocket().
Etsuro Fujita
2024-04-11
*
Fix plpgsql's handling of -- comments following expressions.
Tom Lane
2024-04-10
*
Fix illegal attribute propagation in LLVM JIT.
Thomas Munro
2024-04-10
*
simplehash: Free collisions array in SH_STAT
Andres Freund
2024-04-07
*
Don't clobber test exit code at cleanup in LDAP/Kerberors tests
Heikki Linnakangas
2024-04-07
*
Improve check in LDAP test to find the OpenLDAP installation
Heikki Linnakangas
2024-04-07
*
Fix ecpg's mechanism for detecting unsupported cases in the grammar.
Tom Lane
2024-04-04
[next]