summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
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
2021-06-08Avoid misbehavior when persisting a non-stable cursor.Tom Lane
2021-06-08Fix pg_visibility regression failure with CLOBBER_CACHE_ALWAYSTomas Vondra
2021-06-08Don't crash on empty statements in SQL-standard function bodies.Tom Lane
2021-06-07Reorder superuser check in pg_log_backend_memory_contexts()Michael Paquier
2021-06-07Add _outTidRangePath()Peter Eisentraut
2021-06-07Remove two_phase variable from CreateReplicationSlotCmd struct.Amit Kapila
2021-06-07Fix rescanning of async-aware Append nodes.Etsuro Fujita
2021-06-06Fix inconsistent equalfuncs.c behavior for FuncCall.funcformat.Tom Lane
2021-06-06Add transformed flag to nodes/*funcs.c for CREATE STATISTICSTomas Vondra
2021-06-06Standardize nodes/*funcs.c cosmetics for ForeignScan.resultRelation.Noah Misch
2021-06-04Clean up some questionable usages of DatumGet* macrosDavid Rowley
2021-06-04Adjust locations which have an incorrect copyright yearDavid Rowley
2021-06-03Fix incorrect permissions on pg_subscription.Tom Lane
2021-06-03Reduce risks of conflicts in internal queries of REFRESH MATVIEW CONCURRENTLYMichael Paquier
2021-06-03Standardize usages of appendStringInfo and appendPQExpBufferDavid Rowley
2021-06-02Re-allow custom GUC names that have more than two components.Tom Lane
2021-06-02Revert most of 39b66a91bdTomas Vondra
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 RADIUS error reporting in hba file parsingPeter Eisentraut
2021-05-31Fix mis-planning of repeated application of a projection.Tom Lane
2021-05-31Improve some error wording with multirange type parsingMichael Paquier
2021-05-29Fix race condition when sharing tuple descriptors.Thomas Munro
2021-05-28Fix VACUUM VERBOSE's LP_DEAD item pages output.Peter Geoghegan
2021-05-27Reduce the range of OIDs reserved for genbki.pl.Tom Lane
2021-05-27Rethink definition of pg_attribute.attcompression.Tom Lane
2021-05-27Replace run-time error check with assertionPeter Eisentraut
2021-05-27doc: Fix description of some GUCs in docs and postgresql.conf.sampleMichael Paquier
2021-05-27Fix assertion during streaming of multi-insert toast changes.Amit Kapila