summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-03-23amcheck: Normalize index tuples containing uncompressed varlenaAlexander Korotkov
2024-03-23amcheck: Support for different header sizes of short varlena datumAlexander Korotkov
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
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-22Avoid splitting errmsg string to span multiple linesAmit Langote
2024-03-21Fix dumping role comments when using --no-role-passwordsDaniel Gustafsson
2024-03-21Add hash support functions and hash opclass for contrib/ltree.Tom Lane
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-21docs: Make claims about the benefits of HOT updates more precise.Robert Haas
2024-03-21Revise the style of a paragraph in README.md.Nathan Bossart
2024-03-21Explicitly require password for SCRAM exchangeDaniel Gustafsson
2024-03-21Refactor SASL exchange to return tri-state statusDaniel Gustafsson
2024-03-21Temporarily install debugging in partition_prune testDavid Rowley
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-20Un-break genbki.pl's error reporting capabilities.Tom Lane
2024-03-20Add to_regtypemod function to extract typemod from a string type name.Tom Lane
2024-03-20Avoid overflow in MaybeRemoveOldWalSummaries().Nathan Bossart
2024-03-20Inline basic UTF-8 functions.Jeff Davis
2024-03-20Revert "Temporary patch to help debug pg_walsummary test failures."Nathan Bossart
2024-03-20Review wording on tablespaces w.r.t. partitioned tablesAlvaro Herrera
2024-03-20Rework lwlocknames.txt to become lwlocklist.hAlvaro Herrera
2024-03-20Catalog domain not-null constraintsPeter Eisentraut
2024-03-20Remove unused PruneState member relHeikki Linnakangas
2024-03-20Reorganize heap_page_prune() function commentHeikki Linnakangas
2024-03-20Add "--exclude-extension" to pg_dump's options.Dean Rasheed
2024-03-20Remove assertions that some compiler say are tautologicalHeikki Linnakangas
2024-03-20Add tests for domain-related information schema viewsPeter Eisentraut
2024-03-19Support C.UTF-8 locale in the new builtin collation provider.Jeff Davis
2024-03-19Improve EXPLAIN's display of SubPlan nodes and output parameters.Tom Lane
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-19pg_upgrade: run all data type checks per connectionDaniel Gustafsson
2024-03-19Use half-open interval notation in without_overlaps testsPeter Eisentraut
2024-03-19Fix misleading commentsPeter Eisentraut
2024-03-19Use daterange and YMD in without_overlaps tests instead of tsrange.Peter Eisentraut
2024-03-19Add some UUID support functionsPeter Eisentraut