aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* Fix copying data into slots with FDW batchingTomas Vondra2021-06-16
* Improve SQLSTATE reporting in some replication-related code.Tom Lane2021-06-16
* Fix outdated comment that talked about seek position of WAL file.Heikki Linnakangas2021-06-16
* Revert 29854ee8d1 due to buildfarm failuresAlexander Korotkov2021-06-15
* Remove unneeded field from VACUUM state.Peter Geoghegan2021-06-15
* Support for unnest(multirange) and cast multirange as an array of rangesAlexander Korotkov2021-06-15
* Fix decoding of speculative aborts.Amit Kapila2021-06-15
* Remove pg_wait_for_backend_termination().Noah Misch2021-06-14
* Copy-edit text for the pg_terminate_backend() "timeout" parameter.Noah Misch2021-06-14
* Fix logic bug in 1632ea43682fAlvaro Herrera2021-06-14
* Improve handling of dropped objects in pg_event_trigger_ddl_commands()Michael Paquier2021-06-14
* Remove forced toast recompression in VACUUM FULL/CLUSTERMichael Paquier2021-06-14
* 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
* Simplify some code in getObjectTypeDescription()Michael Paquier2021-06-12
* Improve and cleanup ProcArrayAdd(), ProcArrayRemove().Andres Freund2021-06-11
* Report sort phase progress in parallel btree buildAlvaro Herrera2021-06-11
* Fix multiple crasher bugs in partitioned-table replication logic.Tom Lane2021-06-11
* Return ReplicationSlotAcquire API to its original formAlvaro Herrera2021-06-11
* Optimize creation of slots for FDW bulk insertsTomas Vondra2021-06-11
* Fix race condition in invalidating obsolete replication slotsAlvaro Herrera2021-06-11
* Change position of field "transformed" in struct CreateStatsStmt.Noah Misch2021-06-10
* Use the correct article for abbreviationsDavid Rowley2021-06-11
* Reconsider the handling of procedure OUT parameters.Tom Lane2021-06-10
* Rearrange logrep worker's snapshot handling some more.Tom Lane2021-06-10
* Shut down EvalPlanQual machinery when LockRows node reaches the end.Tom Lane2021-06-10
* Add some const decorationsPeter Eisentraut2021-06-10
* Fix an asssortment of typos in brin_minmax_multi.c and mcv.cDavid Rowley2021-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
* Fix pg_visibility regression failure with CLOBBER_CACHE_ALWAYSTomas Vondra2021-06-08
* Don't crash on empty statements in SQL-standard function bodies.Tom Lane2021-06-08
* Reorder superuser check in pg_log_backend_memory_contexts()Michael Paquier2021-06-08
* Add _outTidRangePath()Peter Eisentraut2021-06-07
* Remove two_phase variable from CreateReplicationSlotCmd struct.Amit Kapila2021-06-07
* Fix rescanning of async-aware Append nodes.Etsuro Fujita2021-06-07
* Fix inconsistent equalfuncs.c behavior for FuncCall.funcformat.Tom Lane2021-06-06
* Add transformed flag to nodes/*funcs.c for CREATE STATISTICSTomas Vondra2021-06-06
* Standardize nodes/*funcs.c cosmetics for ForeignScan.resultRelation.Noah Misch2021-06-06
* Clean up some questionable usages of DatumGet* macrosDavid Rowley2021-06-04
* Adjust locations which have an incorrect copyright yearDavid Rowley2021-06-04
* Fix incorrect permissions on pg_subscription.Tom Lane2021-06-03
* Reduce risks of conflicts in internal queries of REFRESH MATVIEW CONCURRENTLYMichael Paquier2021-06-03
* Standardize usages of appendStringInfo and appendPQExpBufferDavid Rowley2021-06-03
* Re-allow custom GUC names that have more than two components.Tom Lane2021-06-02
* Revert most of 39b66a91bdTomas Vondra2021-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
* pgoutput: Fix memory leak due to RelationSyncEntry.map.Amit Kapila2021-06-01
* Fix RADIUS error reporting in hba file parsingPeter Eisentraut2021-05-31