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年04月01日 Tom Lane Invent --transaction-size option for pg_restore. commit | commitdiff | tree
2024年04月01日 Tom Lane Rearrange pg_dump's handling of large objects for bette... commit | commitdiff | tree
2024年04月01日 Tom Lane Avoid possible longjmp-induced logic error in PLy_trigg... commit | commitdiff | tree
2024年04月01日 Tom Lane Fix assorted resource leaks in new pg_createsubscriber... commit | commitdiff | tree
2024年04月01日 Heikki Linnakangas Handle non-chain tuples outside of heap_prune_chain() commit | commitdiff | tree
2024年04月01日 Heikki Linnakangas Refactor heap_prune_chain() commit | commitdiff | tree
2024年04月01日 Heikki Linnakangas Minor refactoring in heap_page_prune commit | commitdiff | tree
2024年04月01日 Masahiko Sawada Add new COPY option LOG_VERBOSITY. commit | commitdiff | tree
2024年03月31日 John Naylor Revert "Speed up tail processing when hashing aligned... commit | commitdiff | tree
2024年03月31日 John Naylor Speed up tail processing when hashing aligned C strings commit | commitdiff | tree
2024年03月30日 Alexander Korotkov Let table AM insertion methods control index insertion commit | commitdiff | tree
2024年03月30日 Alexander Korotkov Custom reloptions for table AM commit | commitdiff | tree
2024年03月30日 Alexander Korotkov Generalize relation analyze in table AM interface commit | commitdiff | tree
2024年03月30日 Tom Lane Add pg_basetype() function to extract a domain's base... commit | commitdiff | tree
2024年03月30日 Alvaro Herrera Stabilize postgres_fdw test commit | commitdiff | tree
2024年03月30日 Alvaro Herrera doc: Improve "Partition Maintenance" section commit | commitdiff | tree
2024年03月30日 Dean Rasheed Add support for MERGE ... WHEN NOT MATCHED BY SOURCE. commit | commitdiff | tree
2024年03月30日 Jeff Davis Add unicode_strtitle() for Unicode Default Case Conversion. commit | commitdiff | tree
2024年03月29日 Daniel Gustafsson Remove superfluous trailing semicolons commit | commitdiff | tree
2024年03月29日 Jeff Davis Use version for builtin collations. commit | commitdiff | tree
2024年03月29日 Tom Lane Try to stabilize flappy test result. commit | commitdiff | tree
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
next
This is the main PostgreSQL git repository.
RSS Atom

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