]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
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
2024-03-22  Alexander KorotkovFix an oversight in refactoring in 06b10f80ba4.
2024-03-22  Peter EisentrautDo not output actual value of location fields in node...
2024-03-22  Amit KapilaTrack invalidation_reason in pg_replication_slots.
2024-03-22  Peter EisentrautMake RangeTblEntry dump order consistent
2024-03-22  Peter EisentrautRemove custom _jumbleRangeTblEntry()
2024-03-22  Peter EisentrautReformat some node comments
2024-03-22  Peter EisentrautImprove comment
2024-03-22  Peter EisentrautRemove obsolete comment
2024-03-22  Amit LangoteAvoid splitting errmsg string to span multiple lines
2024-03-21  Daniel GustafssonFix dumping role comments when using --no-role-passwords
2024-03-21  Tom LaneAdd hash support functions and hash opclass for contrib...
2024-03-21  Alexander KorotkovAdd TupleTableSlotOps.is_current_xact_tuple() method
2024-03-21  Alexander KorotkovAllow table AM tuple_insert() method to return the...
2024-03-21  Alexander KorotkovAllow table AM to store complex data structures in...
2024-03-21  Robert Haasdocs: Make claims about the benefits of HOT updates...
2024-03-21  Nathan BossartRevise the style of a paragraph in README.md.
2024-03-21  Daniel GustafssonExplicitly require password for SCRAM exchange
2024-03-21  Daniel GustafssonRefactor SASL exchange to return tri-state status
2024-03-21  David RowleyTemporarily install debugging in partition_prune test
2024-03-21  Amit LangoteAdd SQL/JSON query functions
2024-03-21  Amit KapilaAllow dbname to be written as part of connstring via...
2024-03-21  Masahiko SawadaAdd TIDStore, to store sets of TIDs (ItemPointerData...
2024-03-20  Tom LaneUn-break genbki.pl's error reporting capabilities.
2024-03-20  Tom LaneAdd to_regtypemod function to extract typemod from...
2024-03-20  Nathan BossartAvoid overflow in MaybeRemoveOldWalSummaries().
2024-03-20  Jeff DavisInline basic UTF-8 functions.
2024-03-20  Nathan BossartRevert "Temporary patch to help debug pg_walsummary...
2024-03-20  Alvaro HerreraReview wording on tablespaces w.r.t. partitioned tables
2024-03-20  Alvaro HerreraRework lwlocknames.txt to become lwlocklist.h
2024-03-20  Peter EisentrautCatalog domain not-null constraints
2024-03-20  Heikki LinnakangasRemove unused PruneState member rel
2024-03-20  Heikki LinnakangasReorganize heap_page_prune() function comment
2024-03-20  Dean RasheedAdd "--exclude-extension" to pg_dump's options.
2024-03-20  Heikki LinnakangasRemove assertions that some compiler say are tautological
2024-03-20  Peter EisentrautAdd tests for domain-related information schema views
2024-03-19  Jeff DavisSupport C.UTF-8 locale in the new builtin collation...
2024-03-19  Tom LaneImprove EXPLAIN's display of SubPlan nodes and output...
2024-03-19  Nathan BossartInline pg_popcount{32,64} into pg_popcount().
2024-03-19  Tom LanePostpone reparameterization of paths until create_plan().
2024-03-19  Peter Eisentrautgen_node_support.pl: Mark location fields as type alias...
2024-03-19  Daniel Gustafssonpg_upgrade: run all data type checks per connection
2024-03-19  Peter EisentrautUse half-open interval notation in without_overlaps...
2024-03-19  Peter EisentrautFix misleading comments
2024-03-19  Peter EisentrautUse daterange and YMD in without_overlaps tests instead...
2024-03-19  Peter EisentrautAdd some UUID support functions
2024-03-19  Peter EisentrautActivate perlcritic InputOutput::RequireCheckedSyscalls...
2024-03-19  Jeff DavisFix documentation oversights from 2d819a08a1.
2024-03-18  Jeff DavisUpdate src/common/unicode/README.
2024-03-18  Jeff DavisFix another warning, introduced by 846311051e.
2024-03-18  Jeff DavisAddress more review comments on commit 2d819a08a1.
2024-03-18  Alvaro Herreradblink/isolationtester/fe_utils: Use new cancel API
2024-03-18  Jeff DavisFix unreachable code warning from commit 2d819a08a1.
2024-03-18  Peter EisentrautAdd missing source files to nls.mk
2024-03-18  Alvaro HerreraPut libpq_pipeline cancel test back
2024-03-18  Heikki LinnakangasFix EXPLAIN Bitmap heap scan to count pages with no...
next