aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* Rename pg_checkpointer predefined role to pg_checkpoint.Robert Haas2022-07-05
* Fix errors in copyfuncs/equalfuncs support for JSON node types.Tom Lane2022-07-05
* Fix pg_prepared_statements.result_types for DML statementsPeter Eisentraut2022-07-05
* Add result_types column to pg_prepared_statements viewPeter Eisentraut2022-07-05
* Remove durable_rename_excl()Michael Paquier2022-07-05
* Replace durable_rename_excl() by durable_rename(), take twoMichael Paquier2022-07-05
* Refactor sending of RowDescription messages in replication protocolPeter Eisentraut2022-07-04
* Implement List support for TransactionIdAlvaro Herrera2022-07-04
* Prevent write operations on large objects in read-only transactionsMichael Paquier2022-07-04
* Fix for change timeline field of IDENTIFY_SYSTEM to int8Peter Eisentraut2022-07-04
* Change timeline field of IDENTIFY_SYSTEM to int8Peter Eisentraut2022-07-04
* Fix attlen in RowDescription of BASE_BACKUP responsePeter Eisentraut2022-07-04
* Remove %error-verbose directive from jsonpath parserAndrew Dunstan2022-07-03
* Allow makeaclitem() to accept multiple privilege names.Tom Lane2022-07-03
* Remove redundant null pointer checks before free()Peter Eisentraut2022-07-03
* Emit debug message when executing extension script.Jeff Davis2022-07-02
* Default to dynamic_shared_memory_type=sysv on Solaris.Thomas Munro2022-07-02
* Remove no-longer-used parameter for create_groupingsets_path().Tom Lane2022-07-01
* Add construct_array_builtin, deconstruct_array_builtinPeter Eisentraut2022-07-01
* Harden dsm_impl.c against unexpected EEXIST.Thomas Munro2022-07-01
* Fix code comments still referring to pg_start/stop_backup()Michael Paquier2022-07-01
* Change some unnecessary MemSet callsPeter Eisentraut2022-07-01
* Avoid unnecessary MemSet callPeter Eisentraut2022-06-30
* pgindent run prior to branching v15.Tom Lane2022-06-30
* Translation updatesPeter Eisentraut2022-06-27
* Fix visibility check when XID is committed in CLOG but not in procarray.Heikki Linnakangas2022-06-27
* Fix relptr's encoding of the base address.Thomas Munro2022-06-27
* Harden range_table_mutator() against null RangeTblEntry.subquery.Tom Lane2022-06-26
* Don't trust signalfd() on illumos.Thomas Munro2022-06-26
* CREATE INDEX: use the original userid for more ACL checks.Noah Misch2022-06-25
* Fix typo in pg_publication.cMichael Paquier2022-06-23
* Fix memory leak due to LogicalRepRelMapEntry.attrmap.Amit Kapila2022-06-23
* Fix two issues with HEADER MATCH in COPYMichael Paquier2022-06-23
* pgstat: Mention pgstat_replslot.c in pgstat.c.Andres Freund2022-06-22
* Fix stale values in partition map entries on subscribers.Amit Kapila2022-06-21
* Fix partition table's REPLICA IDENTITY checking on the subscriber.Amit Kapila2022-06-21
* Revert changes in HOT handling of BRIN indexesTomas Vondra2022-06-16
* Fix data inconsistency between publisher and subscriber.Amit Kapila2022-06-16
* Fix cache look-up failures while applying changes in logical replication.Amit Kapila2022-06-15
* Un-break whole-row Vars referencing domain-over-composite types.Tom Lane2022-06-10
* Fix collation of JSON_TABLE output columnsPeter Eisentraut2022-06-10
* Improve comments for trivial_subqueryscan().Etsuro Fujita2022-06-09
* Be more careful about GucSource for internally-driven GUC settings.Tom Lane2022-06-08
* Harden Memoization code against broken data typesDavid Rowley2022-06-08
* Fix off-by-one loop termination condition in pg_stat_get_subscription().Tom Lane2022-06-07
* Prohibit combining publications with different column lists.Amit Kapila2022-06-02
* Silence compiler warnings from some older compilers.Tom Lane2022-06-01
* Revert changes to CONCURRENTLY that "sped up" Xmin advanceAlvaro Herrera2022-05-31
* Ensure ParseTzFile() closes the input file after failing.Tom Lane2022-05-31
* shm_mq_sendv: Fix flushing bug when receiver not yet attached.Robert Haas2022-05-31