summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2024-04-01Add new COPY option LOG_VERBOSITY.Masahiko Sawada
2024-03-30Let table AM insertion methods control index insertionAlexander Korotkov
2024-03-30Custom reloptions for table AMAlexander Korotkov
2024-03-30Generalize relation analyze in table AM interfaceAlexander Korotkov
2024-03-30Add pg_basetype() function to extract a domain's base type.Tom Lane
2024-03-30Add support for MERGE ... WHEN NOT MATCHED BY SOURCE.Dean Rasheed
2024-03-30Add unicode_strtitle() for Unicode Default Case Conversion.Jeff Davis
2024-03-29Use version for builtin collations.Jeff Davis
2024-03-29Add allow_alter_system GUC.Robert Haas
2024-03-28Allow "internal" subtransactions in parallel mode.Tom Lane
2024-03-28ALTER TABLE: rework determination of access method IDAlvaro Herrera
2024-03-28Update comment in set_dummy_rel_pathlist().Tom Lane
2024-03-28Remove obsolete comment about VACUUM retrying pruningHeikki Linnakangas
2024-03-28Rethink create and attach APIs of shared TidStore.Masahiko Sawada
2024-03-27Fix unnecessary use of moving-aggregate mode with non-moving frame.Tom Lane
2024-03-27Rename COMPAT_OPTIONS_CLIENT to COMPAT_OPTIONS_OTHER.Robert Haas
2024-03-27Add functions to generate random numbers in a specified range.Dean Rasheed
2024-03-27Fix some typos and grammar issues from commit 87985cc92522Alexander Korotkov
2024-03-27Change last_inactive_time to inactive_since in pg_replication_slots.Amit Kapila
2024-03-27Allow specifying initial and maximum segment sizes for DSA.Masahiko Sawada
2024-03-26Remove some redundant set_cheapest() calls.Tom Lane
2024-03-26Optimize roles_is_member_of() with a Bloom filter.Nathan Bossart
2024-03-26Fix failure of ALTER FOREIGN TABLE SET SCHEMA to move sequences.Tom Lane
2024-03-26Propagate pathkeys from CTEs up to the outer query.Tom Lane
2024-03-26C comment: mention no doc for negative start of substring(text)Bruce Momjian
2024-03-26Allow "make check"-style testing to work with musl C library.Tom Lane
2024-03-26Remove ObjectClass typePeter Eisentraut
2024-03-26Fix a calculation in TidStoreCreate().Masahiko Sawada
2024-03-25Improve error message for tts_(virtual|minimal)_is_current_xact_tupleAlexander Korotkov
2024-03-25Add comments on some MinimalTupleSlots methods usageAlexander Korotkov
2024-03-25Allow locking updated tuples in tuple_update() and tuple_delete()Alexander Korotkov
2024-03-25Refactor predicate_{implied,refuted}_by_simple_clause.Tom Lane
2024-03-25Clarify comment for LogicalTapeSetBlocks().Jeff Davis
2024-03-25Allow specifying an access method for partitioned tablesAlvaro Herrera
2024-03-25Fix indentation from a11f330b5Daniel Gustafsson
2024-03-25Merge prune, freeze and vacuum WAL record formatsHeikki Linnakangas
2024-03-25Track last_inactive_time in pg_replication_slots.Amit Kapila
2024-03-25Code review for 6190d828cd2Amit Langote
2024-03-25Do not translate dummy SpecialJoinInfos for child joinsAmit Langote
2024-03-25Reduce memory used by partitionwise joinsAmit Langote
2024-03-25Allow planner to use Merge Append to efficiently implement UNIONDavid Rowley
2024-03-24Allow more cases to pass the unsafe-use-of-new-enum-value restriction.Tom Lane
2024-03-24Add temporal FOREIGN KEY contraintsPeter Eisentraut
2024-03-22Revert "Add notBefore and notAfter to SSL cert info display"Daniel Gustafsson
2024-03-22Use a hash table for catcache.c's CatCList objects.Tom Lane
2024-03-22Add notBefore and notAfter to SSL cert info displayDaniel Gustafsson
2024-03-22Fix an oversight in refactoring in 06b10f80ba4.Alexander Korotkov
2024-03-22Do not output actual value of location fields in node serialization by defaultPeter Eisentraut
2024-03-22Track invalidation_reason in pg_replication_slots.Amit Kapila
2024-03-22Make RangeTblEntry dump order consistentPeter Eisentraut