summaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)Author
2024-03-27Add functions to generate random numbers in a specified range.Dean Rasheed
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-27Fix compiler warning for pg_lfind32().Nathan Bossart
2024-03-26Micro-optimize pg_lfind32().Nathan Bossart
2024-03-26Propagate pathkeys from CTEs up to the outer query.Tom Lane
2024-03-26Remove ObjectClass typePeter Eisentraut
2024-03-26Fix inconsistent function prototypes with function definitions.Masahiko Sawada
2024-03-25Allow locking updated tuples in tuple_update() and tuple_delete()Alexander Korotkov
2024-03-25Allow specifying an access method for partitioned tablesAlvaro Herrera
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-25Do not translate dummy SpecialJoinInfos for child joinsAmit Langote
2024-03-25Reduce memory used by partitionwise joinsAmit Langote
2024-03-25Fix potential integer handling issue in radixtree.h.Masahiko Sawada
2024-03-25Allow planner to use Merge Append to efficiently implement UNIONDavid Rowley
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-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
2024-03-22Remove custom _jumbleRangeTblEntry()Peter Eisentraut
2024-03-22Reformat some node commentsPeter Eisentraut
2024-03-22Improve commentPeter Eisentraut
2024-03-22Remove obsolete commentPeter Eisentraut
2024-03-21Add TupleTableSlotOps.is_current_xact_tuple() methodAlexander Korotkov
2024-03-21Allow table AM tuple_insert() method to return the different slotAlexander Korotkov
2024-03-21Allow table AM to store complex data structures in rd_amcacheAlexander Korotkov
2024-03-21Add SQL/JSON query functionsAmit Langote
2024-03-21Allow dbname to be written as part of connstring via pg_basebackup's -R option.Amit Kapila
2024-03-21Add TIDStore, to store sets of TIDs (ItemPointerData) efficiently.Masahiko Sawada
2024-03-20Add to_regtypemod function to extract typemod from a string type name.Tom Lane
2024-03-20Inline basic UTF-8 functions.Jeff Davis
2024-03-20Rework lwlocknames.txt to become lwlocklist.hAlvaro Herrera
2024-03-20Catalog domain not-null constraintsPeter Eisentraut
2024-03-20Remove assertions that some compiler say are tautologicalHeikki Linnakangas
2024-03-19Support C.UTF-8 locale in the new builtin collation provider.Jeff Davis
2024-03-19Inline pg_popcount{32,64} into pg_popcount().Nathan Bossart
2024-03-19Postpone reparameterization of paths until create_plan().Tom Lane
2024-03-19gen_node_support.pl: Mark location fields as type alias ParseLocPeter Eisentraut
2024-03-19Add some UUID support functionsPeter Eisentraut
2024-03-18Address more review comments on commit 2d819a08a1.Jeff Davis
2024-03-18Add some const decorationsPeter Eisentraut
2024-03-18Move code for backend startup to separate fileHeikki Linnakangas
2024-03-18Refactor postmaster child process launchingHeikki Linnakangas
2024-03-18Move some functions from postmaster.c to a new source fileHeikki Linnakangas
2024-03-17Support json_errdetail in FRONTEND codeDaniel Gustafsson
2024-03-17Add RETURNING support to MERGE.Dean Rasheed