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