summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2024-06-11Fix infer_arbiter_indexes() to not assume resultRelation is 1.Tom Lane
2024-06-11Fix creation of partition descriptor during concurrent detachAlvaro Herrera
2024-06-11Fix an assert in CheckPointReplicationSlots().Amit Kapila
2024-06-10Fix comment about cross-checking the varnullingrelsRichard Guo
2024-06-10Fix RBM_ZERO_AND_LOCK.Thomas Munro
2024-06-07Reject modifying a temp table of another session with ALTER TABLE.Tom Lane
2024-06-07Fix behavior of stable functions called from a CALL's argument list.Tom Lane
2024-06-07Add more debugging information when dropping twice pgstats entryMichael Paquier
2024-06-06meson: Add user-provided c_args to bitcode_cflagsPeter Eisentraut
2024-06-06Make RelationFlushRelation() work without ResourceOwner during abortHeikki Linnakangas
2024-06-06Restore preprocess_groupclause()Alexander Korotkov
2024-06-06Rename PathKeyInfo to GroupByOrderingAlexander Korotkov
2024-06-06Add invariants check to get_useful_group_keys_orderings()Alexander Korotkov
2024-06-06Fix asymmetry in setting EquivalenceClass.ec_sortrefAlexander Korotkov
2024-06-05Prevent inconsistent use of stats entry for replication slotsMichael Paquier
2024-06-05Move new SLRU buffers GUCs to a better place in postgresql.conf.samplePeter Eisentraut
2024-06-05Fix some grammatical errors in some commentsDavid Rowley
2024-06-04Fix PL/pgSQL's handling of integer ranges containing underscores.Dean Rasheed
2024-06-04Fix another couple of outdated comments for MERGE RETURNING.Dean Rasheed
2024-06-03Improve assertion in mdwritev()Michael Paquier
2024-05-26Fix potential NULL pointer dereference in getIdentitySequence()Michael Paquier
2024-05-23Fix typo and comments related to the recent no-wait lock improvementsMichael Paquier
2024-05-22Don't copy extended statistics during MERGE/SPLIT partition operationsAlexander Korotkov
2024-05-22Fix the name collision detection in MERGE/SPLIT partition operationsAlexander Korotkov
2024-05-22Fix input of ISO "extended" time format for types time and timetz.Tom Lane
2024-05-22Fix handling of extended expression statistics in CREATE TABLE LIKE.Tom Lane
2024-05-21Fix generate_union_paths for non-sortable types.REL_17_BETA1Robert Haas
2024-05-21Re-allow planner to use Merge Append to efficiently implement UNION.Robert Haas
2024-05-20Revert commit 66c0185a3 and follow-on patches.Tom Lane
2024-05-20Translation updatesPeter Eisentraut
2024-05-17A few follow-up fixes for GUC name quotingPeter Eisentraut
2024-05-17Revise GUC names quoting in messages againPeter Eisentraut
2024-05-17Remove unused typedefsPeter Eisentraut
2024-05-17Remove enum WaitEventExtensionMichael Paquier
2024-05-16Fix documentation about DROP DATABASE FORCE process termination rights.Noah Misch
2024-05-16BitmapHeapScan: Remove incorrect assert and reset fieldMelanie Plageman
2024-05-16Revert temporal primary keys and foreign keysPeter Eisentraut
2024-05-16Fix some inconsistencies in EXPLAIN outputDavid Rowley
2024-05-15Re-forbid underscore in positional parametersPeter Eisentraut
2024-05-15Remove stray blank line among gram.y keywordsPeter Eisentraut
2024-05-15Fix incorrect year in some copyright notices added this yearDavid Rowley
2024-05-15Fix handling of polymorphic output arguments for procedures.Tom Lane
2024-05-14Pre-beta mechanical code beautification.Tom Lane
2024-05-14Add missing gettext triggersPeter Eisentraut
2024-05-14Fix memory leaks in error reporting with LOG levelDaniel Gustafsson
2024-05-14Add missing gettext triggersPeter Eisentraut
2024-05-14Make formatting in nls.mk files more consistentPeter Eisentraut
2024-05-13Fix pg_sequence_last_value() for unlogged sequences on standbys.Nathan Bossart
2024-05-13Remove COMMAND_TAG_NEXTTAG from enum CommandTag.Tom Lane
2024-05-13Revert structural changes to not-null constraintsAlvaro Herrera