summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2021-04-02Strip file names reported in error messages on Windows, too.Tom Lane
2021-04-02Add support for NullIfExpr in eval_const_expressionsPeter Eisentraut
2021-04-02Fix pgstat_report_replslot() to use proper data types for its arguments.Fujii Masao
2021-04-02Add Result Cache executor node (take 2)David Rowley
2021-04-01Rethink handling of pass-by-value leaf datums in SP-GiST.Tom Lane
2021-04-01Rename Default Roles to Predefined RolesStephen Frost
2021-04-01Fix internal extract(timezone_minute) formulasPeter Eisentraut
2021-04-01Do COPY FROM encoding conversion/verification in larger chunks.Heikki Linnakangas
2021-04-01Add 'noError' argument to encoding conversion functions.Heikki Linnakangas
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