summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2022-07-06Fix wrong field order in _readMergeWhenClause().Tom Lane
2022-07-06Overload index_form_tuple to allow the memory context to be suppliedDavid Rowley
2022-07-06pgstat: drop subscription stats without slot as well, fix commentAndres Freund
2022-07-06Change internal RelFileNode references to RelFileNumber or RelFileLocator.Robert Haas
2022-07-06Remove size increase in ExprEvalStep caused by hashed saopsDavid Rowley
2022-07-06Refactor sending of DataRow messages in replication protocolPeter Eisentraut
2022-07-06autho_explain: Add GUC to log query parametersMichael Paquier
2022-07-05pgstat: reduce timer overhead by leaving timer running.Andres Freund
2022-07-05expression eval: Fix EEOP_JSON_CONSTRUCTOR and EEOP_JSONEXPR size.Andres Freund
2022-07-05Revert 019_replslot_limit.pl related debugging aids.Andres Freund
2022-07-05Rename pg_checkpointer predefined role to pg_checkpoint.Robert Haas
2022-07-05Fix errors in copyfuncs/equalfuncs support for JSON node types.Tom Lane
2022-07-05Fix pg_prepared_statements.result_types for DML statementsPeter Eisentraut
2022-07-05Add result_types column to pg_prepared_statements viewPeter Eisentraut
2022-07-05Remove durable_rename_excl()Michael Paquier
2022-07-05Replace durable_rename_excl() by durable_rename(), take twoMichael Paquier
2022-07-04Refactor sending of RowDescription messages in replication protocolPeter Eisentraut
2022-07-04Implement List support for TransactionIdAlvaro Herrera
2022-07-04Prevent write operations on large objects in read-only transactionsMichael Paquier
2022-07-04Fix for change timeline field of IDENTIFY_SYSTEM to int8Peter Eisentraut
2022-07-04Change timeline field of IDENTIFY_SYSTEM to int8Peter Eisentraut
2022-07-04Fix attlen in RowDescription of BASE_BACKUP responsePeter Eisentraut
2022-07-03Remove %error-verbose directive from jsonpath parserAndrew Dunstan
2022-07-03Allow makeaclitem() to accept multiple privilege names.Tom Lane
2022-07-03Remove redundant null pointer checks before free()Peter Eisentraut
2022-07-02Emit debug message when executing extension script.Jeff Davis
2022-07-02Default to dynamic_shared_memory_type=sysv on Solaris.Thomas Munro
2022-07-01Remove no-longer-used parameter for create_groupingsets_path().Tom Lane
2022-07-01Add construct_array_builtin, deconstruct_array_builtinPeter Eisentraut
2022-07-01Harden dsm_impl.c against unexpected EEXIST.Thomas Munro
2022-07-01Fix code comments still referring to pg_start/stop_backup()Michael Paquier
2022-06-30Change some unnecessary MemSet callsPeter Eisentraut
2022-06-30Avoid unnecessary MemSet callPeter Eisentraut
2022-06-30pgindent run prior to branching v15.Tom Lane
2022-06-27Translation updatesPeter Eisentraut
2022-06-27Fix visibility check when XID is committed in CLOG but not in procarray.Heikki Linnakangas
2022-06-26Fix relptr's encoding of the base address.Thomas Munro
2022-06-26Harden range_table_mutator() against null RangeTblEntry.subquery.Tom Lane
2022-06-25Don't trust signalfd() on illumos.Thomas Munro
2022-06-25CREATE INDEX: use the original userid for more ACL checks.Noah Misch
2022-06-23Fix typo in pg_publication.cMichael Paquier
2022-06-23Fix memory leak due to LogicalRepRelMapEntry.attrmap.Amit Kapila
2022-06-23Fix two issues with HEADER MATCH in COPYMichael Paquier
2022-06-22pgstat: Mention pgstat_replslot.c in pgstat.c.Andres Freund
2022-06-21Fix stale values in partition map entries on subscribers.Amit Kapila
2022-06-21Fix partition table's REPLICA IDENTITY checking on the subscriber.Amit Kapila
2022-06-16Revert changes in HOT handling of BRIN indexesTomas Vondra
2022-06-16Fix data inconsistency between publisher and subscriber.Amit Kapila
2022-06-15Fix cache look-up failures while applying changes in logical replication.Amit Kapila
2022-06-10Un-break whole-row Vars referencing domain-over-composite types.Tom Lane