summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
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
2022-06-10Fix collation of JSON_TABLE output columnsPeter Eisentraut
2022-06-09Improve comments for trivial_subqueryscan().Etsuro Fujita
2022-06-08Be more careful about GucSource for internally-driven GUC settings.Tom Lane
2022-06-08Harden Memoization code against broken data typesDavid Rowley
2022-06-07Fix off-by-one loop termination condition in pg_stat_get_subscription().Tom Lane
2022-06-02Prohibit combining publications with different column lists.Amit Kapila
2022-06-01Silence compiler warnings from some older compilers.Tom Lane
2022-05-31Revert changes to CONCURRENTLY that "sped up" Xmin advanceAlvaro Herrera
2022-05-31Ensure ParseTzFile() closes the input file after failing.Tom Lane
2022-05-31shm_mq_sendv: Fix flushing bug when receiver not yet attached.Robert Haas
2022-05-31Fix typo in hash README.Amit Kapila
2022-05-31Add debugging help in OwnLatch().Thomas Munro
2022-05-30Make STRING an unreserved_keyword.Tom Lane
2022-05-29Fix COPY FROM when database encoding is SQL_ASCII.Heikki Linnakangas
2022-05-28Align stats_fetch_consistency definition with guc.c default.Andres Freund
2022-05-28Revert "Add single-item cache when looking at topmost XID of a subtrans XID"Michael Paquier
2022-05-28Handle NULL for short descriptions of custom GUC variablesMichael Paquier
2022-05-26Teach remove_unused_subquery_outputs about window run conditionsDavid Rowley
2022-05-26Remove misguided SSL key file ownership check in libpq.Tom Lane
2022-05-26Avoid ERRCODE_INTERNAL_ERROR in oracle_compat.c functions.Tom Lane
2022-05-25Fix stats_fetch_consistency default value indicated in postgresql.conf.sample.Andres Freund
2022-05-24Remove duplicated words in comments of pgstat.c and pgstat_internal.hMichael Paquier
2022-05-23Remove debug messages from tuplesort_sort_memtuples()John Naylor
2022-05-21Show 'AS "?column?"' explicitly when it's important.Tom Lane
2022-05-21Avoid overflow hazard when clamping group counts to "long int".Tom Lane
2022-05-20Fix DDL deparse of CREATE OPERATOR CLASSAlvaro Herrera
2022-05-19Repurpose PROC_COPYABLE_FLAGS as PROC_XMIN_FLAGSAlvaro Herrera