summaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)Author
2021-04-05Simplify state managed by VACUUM.Peter Geoghegan
2021-04-05Add pg_read_all_data and pg_write_all_data rolesStephen Frost
2021-04-05Renumber cursor option flagsPeter Eisentraut
2021-04-04Fix confusion in SP-GiST between attribute type and leaf storage type.Tom Lane
2021-04-03Improve efficiency of wait event reporting, remove proc.h dependency.Andres Freund
2021-04-03Split backend status and progress related functionality out of pgstat.c.Andres Freund
2021-04-03Refactor HMAC implementationsMichael Paquier
2021-04-03Split wait event related code from pgstat.[ch] into wait_event.[ch].Andres Freund
2021-04-02Detect POLLHUP/POLLRDHUP while running queries.Thomas Munro
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-01Do COPY FROM encoding conversion/verification in larger chunks.Heikki Linnakangas
2021-04-01Add 'noError' argument to encoding conversion functions.Heikki Linnakangas
2021-04-01Revert b6002a796David Rowley
2021-03-31Add Result Cache executor nodeDavid Rowley
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-31Fix comment in parsenodes.hMichael Paquier
2021-03-30Allow estimate_num_groups() to pass back further details about the estimationDavid Rowley
2021-03-30Allow users of simplehash.h to perform direct deletionsDavid 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-29Cache if PathTarget and RestrictInfos contain volatile functionsDavid Rowley
2021-03-26Extended statistics on expressionsTomas Vondra
2021-03-26Add "pg_database_owner" default role.Noah Misch
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-26Remove unnecessary pg_amproc BRIN minmax entriesTomas Vondra
2021-03-25ALTER TABLE ... DETACH PARTITION ... CONCURRENTLYAlvaro Herrera
2021-03-25Rework HeapTupleHeader macros to reuse itemptr.hAlvaro Herrera
2021-03-25Sanitize the term "combo CID" in code commentsMichael Paquier
2021-03-25Improve connection denied error message during recovery.Fujii Masao
2021-03-24Tidy up more loose ends related to configurable TOAST compression.Robert Haas
2021-03-24Add date_bin functionPeter 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-23Add bit_count SQL functionPeter Eisentraut
2021-03-23Use correct spelling of statistics kindTomas Vondra
2021-03-23Change the type of WalReceiverWaitStart wait event from Client to IPC.Fujii Masao
2021-03-23Add macro RelationIsPermanent() to report relation permanenceBruce Momjian
2021-03-22Move IS [NOT] NULL handling from BRIN support functionsTomas Vondra