summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-26Message fixes for pg_createsubscriberPeter Eisentraut
2024-03-26Fix inconsistent function prototypes with function definitions.Masahiko Sawada
2024-03-26Fix a calculation in TidStoreCreate().Masahiko Sawada
2024-03-26Avoid edge case in pg_visibility test with small shared_buffersAndres Freund
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-25ci: macos: Choose python versionAndres Freund
2024-03-25Add EvalPlanQual delete returning isolation testAlexander 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-25Adjust pgbench option for debug mode.Nathan Bossart
2024-03-25Allow specifying an access method for partitioned tablesAlvaro Herrera
2024-03-25Fix typo in commentDaniel Gustafsson
2024-03-25doc: Document error handling in PGTYPESnumeric_to_longDaniel Gustafsson
2024-03-25ecpg: Fix return code for overflow in numeric conversionDaniel Gustafsson
2024-03-25Fix indentation from a11f330b5Daniel Gustafsson
2024-03-25Merge prune, freeze and vacuum WAL record formatsHeikki Linnakangas
2024-03-25pg_createsubscriber: creates a new logical replica from a standby serverPeter Eisentraut
2024-03-25Track last_inactive_time in pg_replication_slots.Amit Kapila
2024-03-25Code review for 6190d828cd2Amit Langote
2024-03-25reindexdb: Fix warning about uninitialized indices_tables_cellAlexander Korotkov
2024-03-25Do not translate dummy SpecialJoinInfos for child joinsAmit Langote
2024-03-25Reduce memory used by partitionwise joinsAmit Langote
2024-03-25make dist uses git archivePeter Eisentraut
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-25reindexdb: Add the index-level REINDEX with multiple jobsAlexander Korotkov
2024-03-24Fix convert_case(), introduced in 5c40364dd6.Jeff Davis
2024-03-24doc: Clarify requirements for SET ROLE.Nathan Bossart
2024-03-24Allow more cases to pass the unsafe-use-of-new-enum-value restriction.Tom Lane
2024-03-24Release PQconninfoOptions array in GetDbnameFromConnectionOptions().Tom Lane
2024-03-24Release temporary array in check_for_data_types_usage().Tom Lane
2024-03-24ci: freebsd repartition script didn't copy .git directoryPeter Eisentraut
2024-03-24Add temporal FOREIGN KEY contraintsPeter Eisentraut
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