summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2021-07-16Preserve firing-on state when cloning row triggers to partitionsAlvaro Herrera
2021-07-16Advance old-segment horizon properly after slot invalidationAlvaro Herrera
2021-07-14Fix unexpected error messages for various flavors of ALTER TABLEMichael Paquier
2021-07-13Robustify tuplesort's free_sort_tuple functionDavid Rowley
2021-07-13Fix theoretical bug in tuplesortDavid Rowley
2021-07-12Remove dead assignment to local variable.Heikki Linnakangas
2021-07-11Lock the extension during ALTER EXTENSION ADD/DROP.Tom Lane
2021-07-10Fix assign_record_type_typmod().Jeff Davis
2021-07-10Fix numeric_mul() overflow due to too many digits after decimal point.Dean Rasheed
2021-07-09Avoid creating a RESULT RTE that's marked LATERAL.Tom Lane
2021-07-09Reject cases where a query in WITH rewrites to just NOTIFY.Tom Lane
2021-07-09Remove more obsolete comments about semaphores.Thomas Munro
2021-07-09Add missing Int64GetDatum macro in dbsize.cDavid Rowley
2021-07-09Fix incorrect return value in pg_size_pretty(bigint)David Rowley
2021-07-05Reduce overhead of cache-clobber testing in LookupOpclassInfo().Tom Lane
2021-07-02Don't try to print data type names in slot_store_error_callback().Tom Lane
2021-06-30Fix incorrect PITR message for transaction ROLLBACK PREPAREDMichael Paquier
2021-06-28Fix race condition in TransactionGroupUpdateXidStatus().Amit Kapila
2021-06-28Make index_set_state_flags() transactionalMichael Paquier
2021-06-25Remove unnecessary failure cases in RemoveRoleFromObjectPolicy().Tom Lane
2021-06-25Make walsenders show their replication commands in pg_stat_activity.Tom Lane
2021-06-24Prepare for forthcoming LLVM 13 API change.Thomas Munro
2021-06-24Another fix to relmapper race condition.Heikki Linnakangas
2021-06-24Prevent race condition while reading relmapper file.Heikki Linnakangas
2021-06-23Don't assume GSSAPI result strings are null-terminated.Tom Lane
2021-06-22Back-patch "Tolerate version lookup failure for old style Windows locale names."Thomas Munro
2021-06-18Fix misbehavior of DROP OWNED BY with duplicate polroles entries.Tom Lane
2021-06-18Avoid scribbling on input node tree in CREATE/ALTER DOMAIN.Tom Lane
2021-06-18Don't set a fast default for anything but a plain tableAndrew Dunstan
2021-06-18Fix valgrind issue in pgoutput.c.Amit Kapila
2021-06-17Tidy up GetMultiXactIdMembers()'s behavior on errorHeikki Linnakangas
2021-06-16Fix plancache refcount leak after error in ExecuteQuery.Tom Lane
2021-06-16Fix outdated comment that talked about seek position of WAL file.Heikki Linnakangas
2021-06-15Fix decoding of speculative aborts.Amit Kapila
2021-06-12Ensure pg_filenode_relation(0, 0) returns NULL.Tom Lane
2021-06-12Don't use Asserts to check for violations of replication protocol.Tom Lane
2021-06-11Report sort phase progress in parallel btree buildAlvaro Herrera
2021-06-11Fix multiple crasher bugs in partitioned-table replication logic.Tom Lane
2021-06-11Fix race condition in invalidating obsolete replication slotsAlvaro Herrera
2021-06-10Rearrange logrep worker's snapshot handling some more.Tom Lane
2021-06-09Fix corner case failure of new standby to follow new primary.Robert Haas
2021-06-08Avoid misbehavior when persisting a non-stable cursor.Tom Lane
2021-06-03Reduce risks of conflicts in internal queries of REFRESH MATVIEW CONCURRENTLYMichael Paquier
2021-06-02Fix planner's row-mark code for inheritance from a foreign table.Tom Lane
2021-06-01Reject SELECT ... GROUP BY GROUPING SETS (()) FOR UPDATE.Tom Lane
2021-06-01pgoutput: Fix memory leak due to RelationSyncEntry.map.Amit Kapila
2021-05-31Fix mis-planning of repeated application of a projection.Tom Lane
2021-05-29Fix race condition when sharing tuple descriptors.Thomas Munro
2021-05-25Improve docs and error messages for parallel vacuum.Amit Kapila
2021-05-25Disallow SSL renegotiationMichael Paquier