summaryrefslogtreecommitdiff
path: root/src/include
Commit message (Expand)AuthorAgeFilesLines
* Add some information about authenticated identity via log_connectionsMichael Paquier2021-04-072-0/+14
* Postpone some more stuff out of ExecInitModifyTable.Tom Lane2021-04-061-0/+2
* Postpone some stuff out of ExecInitModifyTable.Tom Lane2021-04-063-4/+12
* Remove tupgone special case from vacuumlazy.c.Peter Geoghegan2021-04-063-24/+21
* Fix missing #include in nodeResultCache.h.Tom Lane2021-04-061-0/+1
* ALTER SUBSCRIPTION ... ADD/DROP PUBLICATIONPeter Eisentraut2021-04-061-1/+3
* Change return type of EXTRACT to numericPeter Eisentraut2021-04-063-1/+20
* Add function to log the memory contexts of specified backend process.Fujii Masao2021-04-066-4/+17
* Allow pgoutput to send logical decoding messages.Amit Kapila2021-04-062-0/+4
* Refactor function parse_output_parameters.Amit Kapila2021-04-061-0/+1
* Support INCLUDE'd columns in SP-GiST.Tom Lane2021-04-052-18/+69
* Simplify state managed by VACUUM.Peter Geoghegan2021-04-053-4/+4
* Add pg_read_all_data and pg_write_all_data rolesStephen Frost2021-04-052-1/+11
* Renumber cursor option flagsPeter Eisentraut2021-04-051-4/+4
* Fix confusion in SP-GiST between attribute type and leaf storage type.Tom Lane2021-04-041-3/+3
* Improve efficiency of wait event reporting, remove proc.h dependency.Andres Freund2021-04-031-30/+12
* Split backend status and progress related functionality out of pgstat.c.Andres Freund2021-04-034-287/+377
* Refactor HMAC implementationsMichael Paquier2021-04-036-13/+46
* Split wait event related code from pgstat.[ch] into wait_event.[ch].Andres Freund2021-04-022-273/+302
* Detect POLLHUP/POLLRDHUP while running queries.Thomas Munro2021-04-034-0/+4
* Fix pgstat_report_replslot() to use proper data types for its arguments.Fujii Masao2021-04-021-2/+4
* Add Result Cache executor node (take 2)David Rowley2021-04-029-0/+177
* Rethink handling of pass-by-value leaf datums in SP-GiST.Tom Lane2021-04-011-17/+23
* Rename Default Roles to Predefined RolesStephen Frost2021-04-011-9/+9
* Do COPY FROM encoding conversion/verification in larger chunks.Heikki Linnakangas2021-04-012-29/+55
* Add 'noError' argument to encoding conversion functions.Heikki Linnakangas2021-04-013-181/+188
* Revert b6002a796David Rowley2021-04-019-177/+0
* Add Result Cache executor nodeDavid Rowley2021-04-019-0/+177
* Fix has_column_privilege function corner caseJoe Conway2021-03-311-0/+11
* Rework planning and execution of UPDATE and DELETE.Tom Lane2021-03-3111-71/+157
* Allow an alias to be attached to a JOIN ... USINGPeter Eisentraut2021-03-314-1/+18
* Add support for asynchronous execution.Etsuro Fujita2021-03-319-5/+88
* Add p_names field to ParseNamespaceItemPeter Eisentraut2021-03-311-2/+8
* Add errhint_plural() function and make use of itPeter Eisentraut2021-03-311-0/+3
* Fix comment in parsenodes.hMichael Paquier2021-03-311-1/+1
* Allow estimate_num_groups() to pass back further details about the estimationDavid Rowley2021-03-301-1/+16
* Allow users of simplehash.h to perform direct deletionsDavid Rowley2021-03-301-1/+61
* Add a xid argument to the filter_prepare callback for output plugins.Amit Kapila2021-03-302-1/+3
* Adjust design of per-worker parallel seqscan data structDavid Rowley2021-03-302-1/+6
* Allow matching the DN of a client certificate for authenticationAndrew Dunstan2021-03-292-0/+8
* Add unistr functionPeter Eisentraut2021-03-292-1/+5
* Cache if PathTarget and RestrictInfos contain volatile functionsDavid Rowley2021-03-291-0/+16
* Extended statistics on expressionsTomas Vondra2021-03-2713-18/+64
* Add "pg_database_owner" default role.Noah Misch2021-03-262-1/+6
* BRIN minmax-multi indexesTomas Vondra2021-03-269-6/+1096
* BRIN bloom indexesTomas Vondra2021-03-267-2/+714
* Support the old signature of BRIN consistent functionTomas Vondra2021-03-262-3/+3
* Remove unnecessary pg_amproc BRIN minmax entriesTomas Vondra2021-03-262-161/+6
* ALTER TABLE ... DETACH PARTITION ... CONCURRENTLYAlvaro Herrera2021-03-257-6/+15
* Rework HeapTupleHeader macros to reuse itemptr.hAlvaro Herrera2021-03-251-3/+2