aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* Default to dynamic_shared_memory_type=sysv on Solaris.Thomas Munro2022-07-02
* Harden dsm_impl.c against unexpected EEXIST.Thomas Munro2022-07-01
* 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
* Fix typo in hash README.Amit Kapila2022-05-31
* Add debugging help in OwnLatch().Thomas Munro2022-05-31
* Make STRING an unreserved_keyword.Tom Lane2022-05-30
* Fix COPY FROM when database encoding is SQL_ASCII.Heikki Linnakangas2022-05-29
* Align stats_fetch_consistency definition with guc.c default.Andres Freund2022-05-28
* Revert "Add single-item cache when looking at topmost XID of a subtrans XID"Michael Paquier2022-05-28
* Handle NULL for short descriptions of custom GUC variablesMichael Paquier2022-05-28
* Teach remove_unused_subquery_outputs about window run conditionsDavid Rowley2022-05-27
* Remove misguided SSL key file ownership check in libpq.Tom Lane2022-05-26
* Avoid ERRCODE_INTERNAL_ERROR in oracle_compat.c functions.Tom Lane2022-05-26
* Fix stats_fetch_consistency default value indicated in postgresql.conf.sample.Andres Freund2022-05-24
* Remove duplicated words in comments of pgstat.c and pgstat_internal.hMichael Paquier2022-05-24
* Remove debug messages from tuplesort_sort_memtuples()John Naylor2022-05-23
* Show 'AS "?column?"' explicitly when it's important.Tom Lane2022-05-21
* Avoid overflow hazard when clamping group counts to "long int".Tom Lane2022-05-21
* Fix DDL deparse of CREATE OPERATOR CLASSAlvaro Herrera2022-05-20
* Repurpose PROC_COPYABLE_FLAGS as PROC_XMIN_FLAGSAlvaro Herrera2022-05-19
* Extend pg_publication_tables to display column list and row filter.Amit Kapila2022-05-19
* Fix EXPLAIN MERGE output when no tuples are processedAlvaro Herrera2022-05-18
* Check column list length in XMLTABLE/JSON_TABLE aliasAlvaro Herrera2022-05-18
* Make EXPLAIN MERGE output format more compactAlvaro Herrera2022-05-18