git.postgresql.org Git - postgresql.git/shortlog

git projects / postgresql.git / shortlog
? search:
summary | shortlog | log | commit | commitdiff | tree
first ⋅ prev ⋅ next
postgresql.git
2024年03月29日 Robert Haas Add allow_alter_system GUC. commit | commitdiff | tree
2024年03月28日 Tom Lane Allow "internal" subtransactions in parallel mode. commit | commitdiff | tree
2024年03月28日 Alvaro Herrera ALTER TABLE: rework determination of access method ID commit | commitdiff | tree
2024年03月28日 Tom Lane Update comment in set_dummy_rel_pathlist(). commit | commitdiff | tree
2024年03月28日 Alvaro Herrera Remove translation markers from libpq-be-fe-helpers.h commit | commitdiff | tree
2024年03月28日 Alvaro Herrera libpq-be-fe-helpers.h: wrap new cancel APIs commit | commitdiff | tree
2024年03月28日 Heikki Linnakangas Remove obsolete comment about VACUUM retrying pruning commit | commitdiff | tree
2024年03月28日 Masahiko Sawada Improve tab completion for ALTER TABLE ALTER COLUMN... commit | commitdiff | tree
2024年03月28日 Nathan Bossart Improve style of pg_lfind32(). commit | commitdiff | tree
2024年03月28日 Masahiko Sawada Rethink create and attach APIs of shared TidStore. commit | commitdiff | tree
2024年03月27日 Bruce Momjian doc: fix CREATE ROLE typo commit | commitdiff | tree
2024年03月27日 Jeff Davis Run perltidy on generate-unicode_version.pl. commit | commitdiff | tree
2024年03月27日 Tom Lane Fix unnecessary use of moving-aggregate mode with non... commit | commitdiff | tree
2024年03月27日 Nathan Bossart Adjust documentation for syncfs(). commit | commitdiff | tree
2024年03月27日 Robert Haas Rename COMPAT_OPTIONS_CLIENT to COMPAT_OPTIONS_OTHER. commit | commitdiff | tree
2024年03月27日 David Rowley Fix unstable aggregate regression test commit | commitdiff | tree
2024年03月27日 Dean Rasheed Add functions to generate random numbers in a specified... commit | commitdiff | tree
2024年03月27日 Alexander Korotkov Fix some typos and grammar issues from commit 87985cc92522 commit | commitdiff | tree
2024年03月27日 Amit Kapila Fix random failure in 004_subscription. commit | commitdiff | tree
2024年03月27日 Amit Kapila Change last_inactive_time to inactive_since in pg_repli... commit | commitdiff | tree
2024年03月27日 Masahiko Sawada Allow specifying initial and maximum segment sizes... commit | commitdiff | tree
2024年03月27日 Nathan Bossart Fix compiler warning for pg_lfind32(). commit | commitdiff | tree
2024年03月26日 Nathan Bossart Add commit 64e401b62b to .git-blame-ignore-revs. commit | commitdiff | tree
2024年03月26日 Tom Lane Remove some redundant set_cheapest() calls. commit | commitdiff | tree
2024年03月26日 Nathan Bossart Optimize roles_is_member_of() with a Bloom filter. commit | commitdiff | tree
2024年03月26日 Tom Lane Fix failure of ALTER FOREIGN TABLE SET SCHEMA to move... commit | commitdiff | tree
2024年03月26日 Nathan Bossart Micro-optimize pg_lfind32(). commit | commitdiff | tree
2024年03月26日 Tom Lane Propagate pathkeys from CTEs up to the outer query. commit | commitdiff | tree
2024年03月26日 Bruce Momjian C comment: mention no doc for negative start of substr... commit | commitdiff | tree
2024年03月26日 Tom Lane Allow "make check"-style testing to work with musl... commit | commitdiff | tree
2024年03月26日 Peter Eisentraut Remove ObjectClass type commit | commitdiff | tree
2024年03月26日 Peter Eisentraut Message fixes for pg_createsubscriber commit | commitdiff | tree
2024年03月26日 Masahiko Sawada Fix inconsistent function prototypes with function... commit | commitdiff | tree
2024年03月26日 Masahiko Sawada Fix a calculation in TidStoreCreate(). commit | commitdiff | tree
2024年03月26日 Andres Freund Avoid edge case in pg_visibility test with small shared... commit | commitdiff | tree
2024年03月25日 Alexander Korotkov Improve error message for tts_(virtual|minimal)_is_curr... commit | commitdiff | tree
2024年03月25日 Alexander Korotkov Add comments on some MinimalTupleSlots methods usage commit | commitdiff | tree
2024年03月25日 Andres Freund ci: macos: Choose python version commit | commitdiff | tree
2024年03月25日 Alexander Korotkov Add EvalPlanQual delete returning isolation test commit | commitdiff | tree
2024年03月25日 Alexander Korotkov Allow locking updated tuples in tuple_update() and... commit | commitdiff | tree
2024年03月25日 Tom Lane Refactor predicate_{implied,refuted}_by_simple_clause. commit | commitdiff | tree
2024年03月25日 Jeff Davis Clarify comment for LogicalTapeSetBlocks(). commit | commitdiff | tree
2024年03月25日 Nathan Bossart Adjust pgbench option for debug mode. commit | commitdiff | tree
2024年03月25日 Alvaro Herrera Allow specifying an access method for partitioned tables commit | commitdiff | tree
2024年03月25日 Daniel Gustafsson Fix typo in comment commit | commitdiff | tree
2024年03月25日 Daniel Gustafsson doc: Document error handling in PGTYPESnumeric_to_long commit | commitdiff | tree
2024年03月25日 Daniel Gustafsson ecpg: Fix return code for overflow in numeric conversion commit | commitdiff | tree
2024年03月25日 Daniel Gustafsson Fix indentation from a11f330b5 commit | commitdiff | tree
2024年03月25日 Heikki Linnakangas Merge prune, freeze and vacuum WAL record formats commit | commitdiff | tree
2024年03月25日 Peter Eisentraut pg_createsubscriber: creates a new logical replica... commit | commitdiff | tree
2024年03月25日 Amit Kapila Track last_inactive_time in pg_replication_slots. commit | commitdiff | tree
2024年03月25日 Amit Langote Code review for 6190d828cd2 commit | commitdiff | tree
2024年03月25日 Alexander Korotkov reindexdb: Fix warning about uninitialized indices_tabl... commit | commitdiff | tree
2024年03月25日 Amit Langote Do not translate dummy SpecialJoinInfos for child joins commit | commitdiff | tree
2024年03月25日 Amit Langote Reduce memory used by partitionwise joins commit | commitdiff | tree
2024年03月25日 Peter Eisentraut make dist uses git archive commit | commitdiff | tree
2024年03月25日 Masahiko Sawada Fix potential integer handling issue in radixtree.h. commit | commitdiff | tree
2024年03月25日 David Rowley Allow planner to use Merge Append to efficiently implem... commit | commitdiff | tree
2024年03月25日 Alexander Korotkov reindexdb: Add the index-level REINDEX with multiple... commit | commitdiff | tree
2024年03月24日 Jeff Davis Fix convert_case(), introduced in 5c40364dd6. commit | commitdiff | tree
2024年03月24日 Nathan Bossart doc: Clarify requirements for SET ROLE. commit | commitdiff | tree
2024年03月24日 Tom Lane Allow more cases to pass the unsafe-use-of-new-enum... commit | commitdiff | tree
2024年03月24日 Tom Lane Release PQconninfoOptions array in GetDbnameFromConnect... commit | commitdiff | tree
2024年03月24日 Tom Lane Release temporary array in check_for_data_types_usage(). commit | commitdiff | tree
2024年03月24日 Peter Eisentraut ci: freebsd repartition script didn't copy .git directory commit | commitdiff | tree
2024年03月24日 Peter Eisentraut Add temporal FOREIGN KEY contraints commit | commitdiff | tree
2024年03月23日 Alexander Korotkov amcheck: Normalize index tuples containing uncompressed... commit | commitdiff | tree
2024年03月23日 Alexander Korotkov amcheck: Support for different header sizes of short... commit | commitdiff | tree
2024年03月22日 Daniel Gustafsson Revert "Add notBefore and notAfter to SSL cert info... commit | commitdiff | tree
2024年03月22日 Tom Lane Use a hash table for catcache.c's CatCList objects. commit | commitdiff | tree
2024年03月22日 Daniel Gustafsson Add notBefore and notAfter to SSL cert info display commit | commitdiff | tree
2024年03月22日 Alexander Korotkov Fix an oversight in refactoring in 06b10f80ba4. commit | commitdiff | tree
2024年03月22日 Peter Eisentraut Do not output actual value of location fields in node... commit | commitdiff | tree
2024年03月22日 Amit Kapila Track invalidation_reason in pg_replication_slots. commit | commitdiff | tree
2024年03月22日 Peter Eisentraut Make RangeTblEntry dump order consistent commit | commitdiff | tree
2024年03月22日 Peter Eisentraut Remove custom _jumbleRangeTblEntry() commit | commitdiff | tree
2024年03月22日 Peter Eisentraut Reformat some node comments commit | commitdiff | tree
2024年03月22日 Peter Eisentraut Improve comment commit | commitdiff | tree
2024年03月22日 Peter Eisentraut Remove obsolete comment commit | commitdiff | tree
2024年03月22日 Amit Langote Avoid splitting errmsg string to span multiple lines commit | commitdiff | tree
2024年03月21日 Daniel Gustafsson Fix dumping role comments when using --no-role-passwords commit | commitdiff | tree
2024年03月21日 Tom Lane Add hash support functions and hash opclass for contrib... commit | commitdiff | tree
2024年03月21日 Alexander Korotkov Add TupleTableSlotOps.is_current_xact_tuple() method commit | commitdiff | tree
2024年03月21日 Alexander Korotkov Allow table AM tuple_insert() method to return the... commit | commitdiff | tree
2024年03月21日 Alexander Korotkov Allow table AM to store complex data structures in... commit | commitdiff | tree
2024年03月21日 Robert Haas docs: Make claims about the benefits of HOT updates... commit | commitdiff | tree
2024年03月21日 Nathan Bossart Revise the style of a paragraph in README.md. commit | commitdiff | tree
2024年03月21日 Daniel Gustafsson Explicitly require password for SCRAM exchange commit | commitdiff | tree
2024年03月21日 Daniel Gustafsson Refactor SASL exchange to return tri-state status commit | commitdiff | tree
2024年03月21日 David Rowley Temporarily install debugging in partition_prune test commit | commitdiff | tree
2024年03月21日 Amit Langote Add SQL/JSON query functions commit | commitdiff | tree
2024年03月21日 Amit Kapila Allow dbname to be written as part of connstring via... commit | commitdiff | tree
2024年03月21日 Masahiko Sawada Add TIDStore, to store sets of TIDs (ItemPointerData... commit | commitdiff | tree
2024年03月20日 Tom Lane Un-break genbki.pl's error reporting capabilities. commit | commitdiff | tree
2024年03月20日 Tom Lane Add to_regtypemod function to extract typemod from... commit | commitdiff | tree
2024年03月20日 Nathan Bossart Avoid overflow in MaybeRemoveOldWalSummaries(). commit | commitdiff | tree
2024年03月20日 Jeff Davis Inline basic UTF-8 functions. commit | commitdiff | tree
2024年03月20日 Nathan Bossart Revert "Temporary patch to help debug pg_walsummary... commit | commitdiff | tree
2024年03月20日 Alvaro Herrera Review wording on tablespaces w.r.t. partitioned tables commit | commitdiff | tree
2024年03月20日 Alvaro Herrera Rework lwlocknames.txt to become lwlocklist.h commit | commitdiff | tree
next
This is the main PostgreSQL git repository.
RSS Atom

AltStyle によって変換されたページ (->オリジナル) /