aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* 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
* Improve connection denied error message during recovery.Fujii Masao2021-03-25
* Fix stray double semicolonsPeter Eisentraut2021-03-24
* Change checkpoint_completion_target default to 0.9Stephen Frost2021-03-24
* Tidy up more loose ends related to configurable TOAST compression.Robert Haas2021-03-24
* Add date_bin functionPeter Eisentraut2021-03-24
* Improve an error messagePeter Eisentraut2021-03-24
* Revert "Enable parallel SELECT for "INSERT INTO ... SELECT ..."."Amit Kapila2021-03-24
* Rename wait event WalrcvExit to WalReceiverExit.Fujii Masao2021-03-24
* Log when GetNewOidWithIndex() fails to find unused OID many times.Fujii Masao2021-03-24
* Reword slightly logs generated for index stats in autovacuumMichael Paquier2021-03-24
* Allow composite types in catalog bootstrapTomas Vondra2021-03-24
* Convert Typ from array to list in bootstrapTomas Vondra2021-03-24
* nbtree VACUUM: Cope with buggy opclasses.Peter Geoghegan2021-03-23
* Avoid possible crash while finishing up a heap rewrite.Tom Lane2021-03-23
* Add bit_count SQL functionPeter Eisentraut2021-03-23
* Add per-index stats information in verbose logs of autovacuumMichael Paquier2021-03-23
* Fix dangling pointer reference in stream_cleanup_files.Amit Kapila2021-03-23
* Use correct spelling of statistics kindTomas Vondra2021-03-23
* Change the type of WalReceiverWaitStart wait event from Client to IPC.Fujii Masao2021-03-23
* Add macro RelationIsPermanent() to report relation permanenceBruce Momjian2021-03-22
* Optimize allocations in bringetbitmapTomas Vondra2021-03-23
* Move IS [NOT] NULL handling from BRIN support functionsTomas Vondra2021-03-23
* Pass all scan keys to BRIN consistent function at onceTomas Vondra2021-03-23
* Move bsearch_arg to src/portTomas Vondra2021-03-23