aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* Strip file names reported in error messages on Windows, too.Tom Lane2021-04-02
* Add support for NullIfExpr in eval_const_expressionsPeter Eisentraut2021-04-02
* Fix pgstat_report_replslot() to use proper data types for its arguments.Fujii Masao2021-04-02
* Add Result Cache executor node (take 2)David Rowley2021-04-02
* Rethink handling of pass-by-value leaf datums in SP-GiST.Tom Lane2021-04-01
* Rename Default Roles to Predefined RolesStephen Frost2021-04-01
* Fix internal extract(timezone_minute) formulasPeter Eisentraut2021-04-01
* Do COPY FROM encoding conversion/verification in larger chunks.Heikki Linnakangas2021-04-01
* Add 'noError' argument to encoding conversion functions.Heikki Linnakangas2021-04-01
* Ensure to send a prepare after we detect concurrent abort during decoding.Amit Kapila2021-04-01
* Revert b6002a796David Rowley2021-04-01
* Add Result Cache executor nodeDavid Rowley2021-04-01
* Don't prematurely cram a value into a short int.Tom Lane2021-03-31
* Improve style of some replication-related error messages.Tom Lane2021-03-31
* Fix has_column_privilege function corner caseJoe Conway2021-03-31
* Rework planning and execution of UPDATE and DELETE.Tom Lane2021-03-31
* Allow an alias to be attached to a JOIN ... USINGPeter Eisentraut2021-03-31
* Add support for asynchronous execution.Etsuro Fujita2021-03-31
* Add p_names field to ParseNamespaceItemPeter Eisentraut2021-03-31
* Add errhint_plural() function and make use of itPeter Eisentraut2021-03-31
* Accept slightly-filled pages for tuples larger than fillfactor.Noah Misch2021-03-30
* Remove small inefficiency in ExecARDeleteTriggers/ExecARUpdateTriggers.Tom Lane2021-03-30
* In messages, use singular nouns for -1, like we do for +1.Bruce Momjian2021-03-30
* Use a WaitLatch for vacuum/autovacuum sleepingStephen Frost2021-03-30
* Allow estimate_num_groups() to pass back further details about the estimationDavid Rowley2021-03-30
* Fix compiler warning in unistr functionDavid Rowley2021-03-30
* Add a xid argument to the filter_prepare callback for output plugins.Amit Kapila2021-03-30
* Adjust design of per-worker parallel seqscan data structDavid Rowley2021-03-30
* Allow matching the DN of a client certificate for authenticationAndrew Dunstan2021-03-29
* Add unistr functionPeter Eisentraut2021-03-29
* PageAddItemExtended(): Add LP_UNUSED assertion.Peter Geoghegan2021-03-28
* Cache if PathTarget and RestrictInfos contain volatile functionsDavid Rowley2021-03-29
* Improve consistency of SQL code capitalizationPeter Eisentraut2021-03-27
* Extended statistics on expressionsTomas Vondra2021-03-27
* Fix ndistinct estimates with system attributesTomas Vondra2021-03-26
* Add "pg_database_owner" default role.Noah Misch2021-03-26
* Merge similar algorithms into roles_is_member_of().Noah Misch2021-03-26
* Fix alignment in BRIN minmax-multi deserializationTomas Vondra2021-03-26
* BRIN minmax-multi indexesTomas Vondra2021-03-26
* BRIN bloom indexesTomas Vondra2021-03-26
* Support the old signature of BRIN consistent functionTomas Vondra2021-03-26
* Fix interaction of TOAST compression with expression indexes.Robert Haas2021-03-25
* ALTER TABLE ... DETACH PARTITION ... CONCURRENTLYAlvaro Herrera2021-03-25
* Add comments for AlteredTableInfo->relAlvaro Herrera2021-03-25
* Let ALTER TABLE Phase 2 routines manage the relation pointerAlvaro Herrera2021-03-25
* Remove StoreSingleInheritance reimplementationAlvaro Herrera2021-03-25
* Trim some extra whitespace in parser filePeter Eisentraut2021-03-25
* Rename a parse node to be more generalPeter Eisentraut2021-03-25
* Sanitize the term "combo CID" in code commentsMichael Paquier2021-03-25
* Fix bug in WAL replay of COMMIT_TS_SETTS record.Fujii Masao2021-03-25