summaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)Author
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
2021-03-22Pass all scan keys to BRIN consistent function at onceTomas Vondra
2021-03-22Move bsearch_arg to src/portTomas Vondra
2021-03-22Short-circuit slice requests that are for more than the object's size.Tom Lane
2021-03-22Mostly-cosmetic adjustments of TOAST-related macros.Tom Lane
2021-03-22Remove useless configure probe for <lz4/lz4.h>.Tom Lane
2021-03-22More code cleanup for configurable TOAST compression.Robert Haas
2021-03-22Fix concurrency issues with WAL segment recycling on WindowsMichael Paquier
2021-03-21Recycle nbtree pages deleted during same VACUUM.Peter Geoghegan
2021-03-21Bring configure support for LZ4 up to snuff.Tom Lane
2021-03-21Suppress various new compiler warnings.Tom Lane