index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
Commit message (
Expand
)
Author
Age
*
Don't assume GSSAPI result strings are null-terminated.
Tom Lane
2021-06-23
*
Fix misbehavior of DROP OWNED BY with duplicate polroles entries.
Tom Lane
2021-06-18
*
Avoid scribbling on input node tree in CREATE/ALTER DOMAIN.
Tom Lane
2021-06-18
*
Don't set a fast default for anything but a plain table
Andrew Dunstan
2021-06-18
*
Tidy up GetMultiXactIdMembers()'s behavior on error
Heikki Linnakangas
2021-06-17
*
Fix plancache refcount leak after error in ExecuteQuery.
Tom Lane
2021-06-16
*
Fix outdated comment that talked about seek position of WAL file.
Heikki Linnakangas
2021-06-16
*
Fix decoding of speculative aborts.
Amit Kapila
2021-06-15
*
Ensure pg_filenode_relation(0, 0) returns NULL.
Tom Lane
2021-06-12
*
Don't use Asserts to check for violations of replication protocol.
Tom Lane
2021-06-12
*
Report sort phase progress in parallel btree build
Alvaro Herrera
2021-06-11
*
Rearrange logrep worker's snapshot handling some more.
Tom Lane
2021-06-10
*
Fix corner case failure of new standby to follow new primary.
Robert Haas
2021-06-09
*
Avoid misbehavior when persisting a non-stable cursor.
Tom Lane
2021-06-08
*
Remove leftover conflict marker
Peter Eisentraut
2021-06-05
*
Reduce risks of conflicts in internal queries of REFRESH MATVIEW CONCURRENTLY
Michael Paquier
2021-06-03
*
Fix planner's row-mark code for inheritance from a foreign table.
Tom Lane
2021-06-02
*
Reject SELECT ... GROUP BY GROUPING SETS (()) FOR UPDATE.
Tom Lane
2021-06-01
*
Fix mis-planning of repeated application of a projection.
Tom Lane
2021-05-31
*
Fix race condition when sharing tuple descriptors.
Thomas Munro
2021-05-29
*
Disallow SSL renegotiation
Michael Paquier
2021-05-25
*
Disallow whole-row variables in GENERATED expressions.
Tom Lane
2021-05-21
*
Fix usage of "tableoid" in GENERATED expressions.
Tom Lane
2021-05-21
*
Restore the portal-level snapshot after procedure COMMIT/ROLLBACK.
Tom Lane
2021-05-21
*
Fix deadlock for multiple replicating truncates of the same table.
Amit Kapila
2021-05-21
*
Avoid detoasting failure after COMMIT inside a plpgsql FOR loop.
Tom Lane
2021-05-20
*
Fix typo and outdated information in README.barrier
David Rowley
2021-05-18
*
Be more careful about barriers when releasing BackgroundWorkerSlots.
Tom Lane
2021-05-15
*
Prevent infinite insertion loops in spgdoinsert().
Tom Lane
2021-05-14
*
Fix query-cancel handling in spgdoinsert().
Tom Lane
2021-05-14
*
Refactor CHECK_FOR_INTERRUPTS() to add flexibility.
Tom Lane
2021-05-14
*
Rename the logical replication global "wrconn"
Alvaro Herrera
2021-05-12
*
Fix mishandling of resjunk columns in ON CONFLICT ... UPDATE tlists.
Tom Lane
2021-05-10
*
Prevent integer overflows in array subscripting calculations.
Tom Lane
2021-05-10
*
Translation updates
Peter Eisentraut
2021-05-10
*
AlterSubscription_refresh: avoid stomping on global variable
Alvaro Herrera
2021-05-07
*
Have ALTER CONSTRAINT recurse on partitioned tables
Alvaro Herrera
2021-05-05
*
Fix OID passed to object-alter hook during ALTER CONSTRAINT
Alvaro Herrera
2021-05-04
*
Fix ALTER TABLE / INHERIT with generated columns
Peter Eisentraut
2021-05-04
*
Disallow calling anything but plain functions via the fastpath API.
Tom Lane
2021-04-30
*
Fix use-after-release issue with pg_identify_object_as_address()
Michael Paquier
2021-04-28
*
Fix pg_identify_object_as_address() with event triggers
Michael Paquier
2021-04-28
*
Don't crash on reference to an un-available system column.
Tom Lane
2021-04-22
*
Fix bugs in RETURNING in cross-partition UPDATE cases.
Tom Lane
2021-04-22
*
Fix typo in comment
Magnus Hagander
2021-04-20
*
Fix some inappropriately-disallowed uses of ALTER ROLE/DATABASE SET.
Tom Lane
2021-04-13
*
Redesign the caching done by get_cached_rowtype().
Tom Lane
2021-04-13
*
Avoid improbable PANIC during heap_update.
Tom Lane
2021-04-13
*
Use "-I." in directories holding Bison parsers, for Oracle compilers.
Noah Misch
2021-04-12
*
Fix old bug with coercing the result of a COLLATE expression.
Tom Lane
2021-04-12
[next]