aboutsummaryrefslogtreecommitdiff
path: root/src/include
Commit message (Expand)AuthorAge
* Add function to log the memory contexts of specified backend process.Fujii Masao2021-04-06
* Allow pgoutput to send logical decoding messages.Amit Kapila2021-04-06
* Refactor function parse_output_parameters.Amit Kapila2021-04-06
* Support INCLUDE'd columns in SP-GiST.Tom Lane2021-04-05
* Simplify state managed by VACUUM.Peter Geoghegan2021-04-05
* Add pg_read_all_data and pg_write_all_data rolesStephen Frost2021-04-05
* Renumber cursor option flagsPeter Eisentraut2021-04-05
* Fix confusion in SP-GiST between attribute type and leaf storage type.Tom Lane2021-04-04
* Improve efficiency of wait event reporting, remove proc.h dependency.Andres Freund2021-04-03
* Split backend status and progress related functionality out of pgstat.c.Andres Freund2021-04-03
* Refactor HMAC implementationsMichael Paquier2021-04-03
* Split wait event related code from pgstat.[ch] into wait_event.[ch].Andres Freund2021-04-02
* Detect POLLHUP/POLLRDHUP while running queries.Thomas Munro2021-04-03
* 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
* Do COPY FROM encoding conversion/verification in larger chunks.Heikki Linnakangas2021-04-01
* Add 'noError' argument to encoding conversion functions.Heikki Linnakangas2021-04-01
* Revert b6002a796David Rowley2021-04-01
* Add Result Cache executor nodeDavid Rowley2021-04-01
* 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
* Fix comment in parsenodes.hMichael Paquier2021-03-31
* Allow estimate_num_groups() to pass back further details about the estimationDavid Rowley2021-03-30
* Allow users of simplehash.h to perform direct deletionsDavid 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
* Cache if PathTarget and RestrictInfos contain volatile functionsDavid Rowley2021-03-29
* Extended statistics on expressionsTomas Vondra2021-03-27
* Add "pg_database_owner" default role.Noah Misch2021-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
* Remove unnecessary pg_amproc BRIN minmax entriesTomas Vondra2021-03-26
* ALTER TABLE ... DETACH PARTITION ... CONCURRENTLYAlvaro Herrera2021-03-25
* Rework HeapTupleHeader macros to reuse itemptr.hAlvaro Herrera2021-03-25
* Sanitize the term "combo CID" in code commentsMichael Paquier2021-03-25
* Improve connection denied error message during recovery.Fujii Masao2021-03-25
* Tidy up more loose ends related to configurable TOAST compression.Robert Haas2021-03-24
* Add date_bin functionPeter 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
* Add bit_count SQL functionPeter Eisentraut2021-03-23