summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2024-06-26Fix bugs in MultiXact truncationHeikki Linnakangas
2024-06-26Fix nbtree array unsatisfied inequality check.Peter Geoghegan
2024-06-26Fix partition pruning setup during DETACH CONCURRENTLYAlvaro Herrera
2024-06-25Improve comment in gram.y.Tom Lane
2024-06-24Revert "Fix partition pruning setup during DETACH CONCURRENTLY"Alvaro Herrera
2024-06-24Fix partition pruning setup during DETACH CONCURRENTLYAlvaro Herrera
2024-06-24Translation updatesPeter Eisentraut
2024-06-21Fix relcache invalidation when relfilelocator is updatedHeikki Linnakangas
2024-06-21Fix make build on MinGWPeter Eisentraut
2024-06-21parse_manifest: Use const char *Peter Eisentraut
2024-06-21jsonapi: Use const char *Peter Eisentraut
2024-06-20Don't throw an error if a queued AFTER trigger no longer exists.Tom Lane
2024-06-20Unify some error messagesPeter Eisentraut
2024-06-20meson: Fix import library name in WindowsPeter Eisentraut
2024-06-19SQL/JSON: Correctly enforce the default ON EMPTY behaviorAmit Langote
2024-06-19SQL/JSON: Correct jsonpath variable name matchingAmit Langote
2024-06-18Fix possible Assert failure in cost_memoize_rescanDavid Rowley
2024-06-18Fix incorrect punctuation in error messagePeter Eisentraut
2024-06-17Fix insertion of SP-GiST REDIRECT tuples during REINDEX CONCURRENTLY.Tom Lane
2024-06-17Remove recordExtensionInitPriv[Worker]'s ownerId argument.Tom Lane
2024-06-17Improve tracking of role dependencies of pg_init_privs entries.Tom Lane
2024-06-17Teach jsonpath string() to unwrap in lax modeAndrew Dunstan
2024-06-16Convert confusing macros in multixact.c to static inline functionsHeikki Linnakangas
2024-06-14Clean out column-level pg_init_privs entries when dropping tables.Tom Lane
2024-06-14Reintroduce dead tuple counter in pg_stat_progress_vacuum.Masahiko Sawada
2024-06-14Fix parsing of ignored operators in websearch_to_tsquery().Tom Lane
2024-06-13Clamp result of MultiXactMemberFreezeThresholdHeikki Linnakangas
2024-06-12Harmonize function parameter names for Postgres 17.Peter Geoghegan
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