summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2021-04-01Ensure to send a prepare after we detect concurrent abort during decoding.Amit Kapila
2021-04-01Revert b6002a796David Rowley
2021-03-31Add Result Cache executor nodeDavid Rowley
2021-03-31Don't prematurely cram a value into a short int.Tom Lane
2021-03-31Improve style of some replication-related error messages.Tom Lane
2021-03-31Fix has_column_privilege function corner caseJoe Conway
2021-03-31Rework planning and execution of UPDATE and DELETE.Tom Lane
2021-03-31Allow an alias to be attached to a JOIN ... USINGPeter Eisentraut
2021-03-31Add support for asynchronous execution.Etsuro Fujita
2021-03-31Add p_names field to ParseNamespaceItemPeter Eisentraut
2021-03-31Add errhint_plural() function and make use of itPeter Eisentraut
2021-03-31Accept slightly-filled pages for tuples larger than fillfactor.Noah Misch
2021-03-31Remove small inefficiency in ExecARDeleteTriggers/ExecARUpdateTriggers.Tom Lane
2021-03-30In messages, use singular nouns for -1, like we do for +1.Bruce Momjian
2021-03-30Use a WaitLatch for vacuum/autovacuum sleepingStephen Frost
2021-03-30Allow estimate_num_groups() to pass back further details about the estimationDavid Rowley
2021-03-30Fix compiler warning in unistr functionDavid Rowley
2021-03-30Add a xid argument to the filter_prepare callback for output plugins.Amit Kapila
2021-03-29Adjust design of per-worker parallel seqscan data structDavid Rowley
2021-03-29Allow matching the DN of a client certificate for authenticationAndrew Dunstan
2021-03-29Add unistr functionPeter Eisentraut
2021-03-29PageAddItemExtended(): Add LP_UNUSED assertion.Peter Geoghegan
2021-03-29Cache if PathTarget and RestrictInfos contain volatile functionsDavid Rowley
2021-03-27Improve consistency of SQL code capitalizationPeter Eisentraut
2021-03-26Extended statistics on expressionsTomas Vondra
2021-03-26Fix ndistinct estimates with system attributesTomas Vondra
2021-03-26Add "pg_database_owner" default role.Noah Misch
2021-03-26Merge similar algorithms into roles_is_member_of().Noah Misch
2021-03-26Fix alignment in BRIN minmax-multi deserializationTomas Vondra
2021-03-26BRIN minmax-multi indexesTomas Vondra
2021-03-26BRIN bloom indexesTomas Vondra
2021-03-26Support the old signature of BRIN consistent functionTomas Vondra
2021-03-25Fix interaction of TOAST compression with expression indexes.Robert Haas
2021-03-25ALTER TABLE ... DETACH PARTITION ... CONCURRENTLYAlvaro Herrera
2021-03-25Add comments for AlteredTableInfo->relAlvaro Herrera
2021-03-25Let ALTER TABLE Phase 2 routines manage the relation pointerAlvaro Herrera
2021-03-25Remove StoreSingleInheritance reimplementationAlvaro Herrera
2021-03-25Trim some extra whitespace in parser filePeter Eisentraut
2021-03-25Rename a parse node to be more generalPeter Eisentraut
2021-03-25Sanitize the term "combo CID" in code commentsMichael Paquier
2021-03-25Fix bug in WAL replay of COMMIT_TS_SETTS record.Fujii Masao
2021-03-25Improve connection denied error message during recovery.Fujii Masao
2021-03-24Fix stray double semicolonsPeter Eisentraut
2021-03-24Change checkpoint_completion_target default to 0.9Stephen Frost
2021-03-24Tidy up more loose ends related to configurable TOAST compression.Robert Haas
2021-03-24Add date_bin functionPeter Eisentraut
2021-03-24Improve an error messagePeter Eisentraut
2021-03-24Revert "Enable parallel SELECT for "INSERT INTO ... SELECT ..."."Amit Kapila
2021-03-24Rename wait event WalrcvExit to WalReceiverExit.Fujii Masao
2021-03-24Log when GetNewOidWithIndex() fails to find unused OID many times.Fujii Masao