summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2021-06-27Error message refactoringPeter Eisentraut
2021-06-25Remove unnecessary failure cases in RemoveRoleFromObjectPolicy().Tom Lane
2021-06-25Fixes in ALTER SUBSCRIPTION DROP PUBLICATION codePeter Eisentraut
2021-06-25Remove redundant variable pageSize in gistinitpagePeter Eisentraut
2021-06-24doc: Move remove_temp_files_after_crash to section for developer optionsMichael Paquier
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-21Use correct horizon when vacuuming catalog relations.Andres Freund
2021-06-21Fix assert failure in expand_grouping_setsDavid Rowley
2021-06-21Translation updatesPeter Eisentraut
2021-06-21Remove overzealous VACUUM failsafe assertions.Peter Geoghegan
2021-06-19Handle no replica identity index case in RelationGetIdentityKeyBitmap.Amit Kapila
2021-06-19Support disabling index bypassing by VACUUM.Peter Geoghegan
2021-06-18Fix misbehavior of DROP OWNED BY with duplicate polroles entries.Tom Lane
2021-06-18Centralize the logic for protective copying of utility statements.Tom Lane
2021-06-18Don't set a fast default for anything but a plain tableAndrew Dunstan
2021-06-18Make archiver process handle barrier events.Fujii Masao
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 copying data into slots with FDW batchingTomas Vondra
2021-06-16Improve SQLSTATE reporting in some replication-related code.Tom Lane
2021-06-16Fix outdated comment that talked about seek position of WAL file.Heikki Linnakangas
2021-06-15Revert 29854ee8d1 due to buildfarm failuresAlexander Korotkov
2021-06-15Remove unneeded field from VACUUM state.Peter Geoghegan
2021-06-15Support for unnest(multirange) and cast multirange as an array of rangesAlexander Korotkov
2021-06-15Fix decoding of speculative aborts.Amit Kapila
2021-06-15Remove pg_wait_for_backend_termination().Noah Misch
2021-06-15Copy-edit text for the pg_terminate_backend() "timeout" parameter.Noah Misch
2021-06-14Fix logic bug in 1632ea43682fAlvaro Herrera
2021-06-14Improve handling of dropped objects in pg_event_trigger_ddl_commands()Michael Paquier
2021-06-14Remove forced toast recompression in VACUUM FULL/CLUSTERMichael Paquier
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-12Simplify some code in getObjectTypeDescription()Michael Paquier
2021-06-12Improve and cleanup ProcArrayAdd(), ProcArrayRemove().Andres Freund
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-11Return ReplicationSlotAcquire API to its original formAlvaro Herrera
2021-06-11Optimize creation of slots for FDW bulk insertsTomas Vondra
2021-06-11Fix race condition in invalidating obsolete replication slotsAlvaro Herrera
2021-06-11Change position of field "transformed" in struct CreateStatsStmt.Noah Misch
2021-06-11Use the correct article for abbreviationsDavid Rowley
2021-06-10Reconsider the handling of procedure OUT parameters.Tom Lane
2021-06-10Rearrange logrep worker's snapshot handling some more.Tom Lane
2021-06-10Shut down EvalPlanQual machinery when LockRows node reaches the end.Tom Lane
2021-06-10Add some const decorationsPeter Eisentraut
2021-06-10Fix an asssortment of typos in brin_minmax_multi.c and mcv.cDavid Rowley
2021-06-09Fix corner case failure of new standby to follow new primary.Robert Haas