postgresql.git
2024-04-02 Thomas MunroProvide API for streaming relation data.
2024-04-02 Thomas MunroProvide vectored variant of ReadBuffer().
2024-04-02 Alvaro HerreraDon't use the pg_am system catalog in new test
2024-04-02 Alexander KorotkovRevert "Custom reloptions for table AM"
2024-04-02 Masahiko SawadaUse TidStore for dead tuple TIDs storage during lazy...
2024-04-01 David RowleyFix assert failure when planning setop subqueries with...
2024-04-01 Tom LaneAvoid "unused variable" warning on non-USE_SSL_ENGINE...
2024-04-01 Heikki LinnakangasIntroduce 'options' argument to heap_page_prune()
2024-04-01 Tom LaneInvent --transaction-size option for pg_restore.
2024-04-01 Tom LaneRearrange pg_dump's handling of large objects for bette...
2024-04-01 Tom LaneAvoid possible longjmp-induced logic error in PLy_trigg...
2024-04-01 Tom LaneFix assorted resource leaks in new pg_createsubscriber...
2024-04-01 Heikki LinnakangasHandle non-chain tuples outside of heap_prune_chain()
2024-04-01 Heikki LinnakangasRefactor heap_prune_chain()
2024-04-01 Heikki LinnakangasMinor refactoring in heap_page_prune
2024-04-01 Masahiko SawadaAdd new COPY option LOG_VERBOSITY.
2024-03-31 John NaylorRevert "Speed up tail processing when hashing aligned...
2024-03-31 John NaylorSpeed up tail processing when hashing aligned C strings
2024-03-30 Alexander KorotkovLet table AM insertion methods control index insertion
2024-03-30 Alexander KorotkovCustom reloptions for table AM
2024-03-30 Alexander KorotkovGeneralize relation analyze in table AM interface
2024-03-30 Tom LaneAdd pg_basetype() function to extract a domain's base...
2024-03-30 Alvaro HerreraStabilize postgres_fdw test
2024-03-30 Alvaro Herreradoc: Improve "Partition Maintenance" section
2024-03-30 Dean RasheedAdd support for MERGE ... WHEN NOT MATCHED BY SOURCE.
2024-03-30 Jeff DavisAdd unicode_strtitle() for Unicode Default Case Conversion.
2024-03-29 Daniel GustafssonRemove superfluous trailing semicolons
2024-03-29 Jeff DavisUse version for builtin collations.
2024-03-29 Tom LaneTry to stabilize flappy test result.
2024-03-29 Robert HaasAdd allow_alter_system GUC.
2024-03-28 Tom LaneAllow "internal" subtransactions in parallel mode.
2024-03-28 Alvaro HerreraALTER TABLE: rework determination of access method ID
2024-03-28 Tom LaneUpdate comment in set_dummy_rel_pathlist().
2024-03-28 Alvaro HerreraRemove translation markers from libpq-be-fe-helpers.h
2024-03-28 Alvaro Herreralibpq-be-fe-helpers.h: wrap new cancel APIs
2024-03-28 Heikki LinnakangasRemove obsolete comment about VACUUM retrying pruning
2024-03-28 Masahiko SawadaImprove tab completion for ALTER TABLE ALTER COLUMN...
2024-03-28 Nathan BossartImprove style of pg_lfind32().
2024-03-28 Masahiko SawadaRethink create and attach APIs of shared TidStore.
2024-03-27 Bruce Momjiandoc: fix CREATE ROLE typo
2024-03-27 Jeff DavisRun perltidy on generate-unicode_version.pl.
2024-03-27 Tom LaneFix unnecessary use of moving-aggregate mode with non...
2024-03-27 Nathan BossartAdjust documentation for syncfs().
2024-03-27 Robert HaasRename COMPAT_OPTIONS_CLIENT to COMPAT_OPTIONS_OTHER.
2024-03-27 David RowleyFix unstable aggregate regression test
2024-03-27 Dean RasheedAdd functions to generate random numbers in a specified...
2024-03-27 Alexander KorotkovFix some typos and grammar issues from commit 87985cc92522
2024-03-27 Amit KapilaFix random failure in 004_subscription.
2024-03-27 Amit KapilaChange last_inactive_time to inactive_since in pg_repli...
2024-03-27 Masahiko SawadaAllow specifying initial and maximum segment sizes...
2024-03-27 Nathan BossartFix compiler warning for pg_lfind32().
2024-03-26 Nathan BossartAdd commit 64e401b62b to .git-blame-ignore-revs.
2024-03-26 Tom LaneRemove some redundant set_cheapest() calls.
2024-03-26 Nathan BossartOptimize roles_is_member_of() with a Bloom filter.
2024-03-26 Tom LaneFix failure of ALTER FOREIGN TABLE SET SCHEMA to move...
2024-03-26 Nathan BossartMicro-optimize pg_lfind32().
2024-03-26 Tom LanePropagate pathkeys from CTEs up to the outer query.
2024-03-26 Bruce MomjianC comment: mention no doc for negative start of substr...
2024-03-26 Tom LaneAllow "make check"-style testing to work with musl...
2024-03-26 Peter EisentrautRemove ObjectClass type
2024-03-26 Peter EisentrautMessage fixes for pg_createsubscriber
2024-03-26 Masahiko SawadaFix inconsistent function prototypes with function...
2024-03-26 Masahiko SawadaFix a calculation in TidStoreCreate().
2024-03-26 Andres FreundAvoid edge case in pg_visibility test with small shared...
2024-03-25 Alexander KorotkovImprove error message for tts_(virtual|minimal)_is_curr...
2024-03-25 Alexander KorotkovAdd comments on some MinimalTupleSlots methods usage
2024-03-25 Andres Freundci: macos: Choose python version
2024-03-25 Alexander KorotkovAdd EvalPlanQual delete returning isolation test
2024-03-25 Alexander KorotkovAllow locking updated tuples in tuple_update() and...
2024-03-25 Tom LaneRefactor predicate_{implied,refuted}_by_simple_clause.
2024-03-25 Jeff DavisClarify comment for LogicalTapeSetBlocks().
2024-03-25 Nathan BossartAdjust pgbench option for debug mode.
2024-03-25 Alvaro HerreraAllow specifying an access method for partitioned tables
2024-03-25 Daniel GustafssonFix typo in comment
2024-03-25 Daniel Gustafssondoc: Document error handling in PGTYPESnumeric_to_long
2024-03-25 Daniel Gustafssonecpg: Fix return code for overflow in numeric conversion
2024-03-25 Daniel GustafssonFix indentation from a11f330b5
2024-03-25 Heikki LinnakangasMerge prune, freeze and vacuum WAL record formats
2024-03-25 Peter Eisentrautpg_createsubscriber: creates a new logical replica...
2024-03-25 Amit KapilaTrack last_inactive_time in pg_replication_slots.
2024-03-25 Amit LangoteCode review for 6190d828cd2
2024-03-25 Alexander Korotkovreindexdb: Fix warning about uninitialized indices_tabl...
2024-03-25 Amit LangoteDo not translate dummy SpecialJoinInfos for child joins
2024-03-25 Amit LangoteReduce memory used by partitionwise joins
2024-03-25 Peter Eisentrautmake dist uses git archive
2024-03-25 Masahiko SawadaFix potential integer handling issue in radixtree.h.
2024-03-25 David RowleyAllow planner to use Merge Append to efficiently implem...
2024-03-25 Alexander Korotkovreindexdb: Add the index-level REINDEX with multiple...
2024-03-24 Jeff DavisFix convert_case(), introduced in 5c40364dd6.
2024-03-24 Nathan Bossartdoc: Clarify requirements for SET ROLE.
2024-03-24 Tom LaneAllow more cases to pass the unsafe-use-of-new-enum...
2024-03-24 Tom LaneRelease PQconninfoOptions array in GetDbnameFromConnect...
2024-03-24 Tom LaneRelease temporary array in check_for_data_types_usage().
2024-03-24 Peter Eisentrautci: freebsd repartition script didn't copy .git directory
2024-03-24 Peter EisentrautAdd temporal FOREIGN KEY contraints
2024-03-23 Alexander Korotkovamcheck: Normalize index tuples containing uncompressed...
2024-03-23 Alexander Korotkovamcheck: Support for different header sizes of short...
2024-03-22 Daniel GustafssonRevert "Add notBefore and notAfter to SSL cert info...
2024-03-22 Tom LaneUse a hash table for catcache.c's CatCList objects.
2024-03-22 Daniel GustafssonAdd notBefore and notAfter to SSL cert info display
next