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月04日 Andrew Dunstan Use incremental parsing of backup manifests. commit | commitdiff | tree
2024年04月04日 Andrew Dunstan Add support for incrementally parsing backup manifests commit | commitdiff | tree
2024年04月04日 Andrew Dunstan Introduce a non-recursive JSON parser commit | commitdiff | tree
2024年04月04日 Peter Eisentraut Silence meson warning commit | commitdiff | tree
2024年04月04日 Etsuro Fujita postgres_fdw: Remove useless ternary expression. commit | commitdiff | tree
2024年04月04日 David Rowley Secondary refactor of heap scanning functions commit | commitdiff | tree
2024年04月04日 Michael Paquier Coordinate emit_log_hook and all log destinations to... commit | commitdiff | tree
2024年04月04日 David Rowley Preliminary refactor of heap scanning functions commit | commitdiff | tree
2024年04月04日 Michael Paquier pg_regress: Save errno in emit_tap_output_v() and switc... commit | commitdiff | tree
2024年04月03日 Jeff Davis CREATE INDEX: do not update stats during binary upgrade. commit | commitdiff | tree
2024年04月03日 Tom Lane Invent SERIALIZE option for EXPLAIN. commit | commitdiff | tree
2024年04月03日 Alexander Korotkov Fix the parameters order for TableAmRoutine.relation_co... commit | commitdiff | tree
2024年04月03日 Robert Haas docs: Demote "Monitoring Disk Usage" from chapter to... commit | commitdiff | tree
2024年04月03日 Alvaro Herrera Split XLogCtl->LogwrtResult into separate struct members commit | commitdiff | tree
2024年04月03日 Nathan Bossart Inline pg_popcount() for small buffers. commit | commitdiff | tree
2024年04月03日 Heikki Linnakangas Combine freezing and pruning steps in VACUUM commit | commitdiff | tree
2024年04月03日 Heikki Linnakangas Refactor how heap_prune_chain() updates prunable_xid commit | commitdiff | tree
2024年04月03日 Alvaro Herrera Fix zeroing of pg_serial page without SLRU bank lock commit | commitdiff | tree
2024年04月03日 Alexander Korotkov Use the pairing heap instead of a flat array for LSN... commit | commitdiff | tree
2024年04月03日 Daniel Gustafsson Drop global objects after completed test commit | commitdiff | tree
2024年04月03日 Amit Kapila Ensure that the sync slots reach a consistent state... commit | commitdiff | tree
2024年04月03日 Alexander Korotkov Minor improvements for waitlsn.c commit | commitdiff | tree
2024年04月03日 Daniel Gustafsson Fix indentation from cafe1056558f commit | commitdiff | tree
2024年04月03日 Daniel Gustafsson Add error codes to some PANIC/FATAL errors reports commit | commitdiff | tree
2024年04月03日 Nathan Bossart Add built-in ERROR handling for archive callbacks. commit | commitdiff | tree
2024年04月03日 Masahiko Sawada Improve eviction algorithm in ReorderBuffer using max... commit | commitdiff | tree
2024年04月03日 David Rowley Don't adjust ressortgroupref in generate_setop_child_gr... commit | commitdiff | tree
2024年04月03日 Masahiko Sawada Add functions to binaryheap for efficient key removal... commit | commitdiff | tree
2024年04月03日 Masahiko Sawada Make binaryheap enlargeable. commit | commitdiff | tree
2024年04月02日 Alexander Korotkov Move WaitLSNShmemInit() to CreateOrAttachShmemStructs() commit | commitdiff | tree
2024年04月02日 David Rowley Don't zero tuple_fraction when planning UNIONs with... commit | commitdiff | tree
2024年04月02日 Alexander Korotkov Implement pg_wal_replay_wait() stored procedure commit | commitdiff | tree
2024年04月02日 Tom Lane Avoid deadlock during orphan temp table removal. commit | commitdiff | tree
2024年04月02日 Nathan Bossart Avoid function call overhead of pg_popcount() in syslog... commit | commitdiff | tree
2024年04月02日 Nathan Bossart Refactor code for setting pg_popcount* function pointers. commit | commitdiff | tree
2024年04月02日 Tom Lane Unwind #if spaghetti in hmac_openssl.c a bit. commit | commitdiff | tree
2024年04月02日 Robert Haas Allow SIGINT to cancel psql database reconnections. commit | commitdiff | tree
2024年04月02日 Robert Haas Expose PQsocketPoll via libpq commit | commitdiff | tree
2024年04月02日 Thomas Munro Use streaming I/O in pg_prewarm. commit | commitdiff | tree
2024年04月02日 Thomas Munro Provide API for streaming relation data. commit | commitdiff | tree
2024年04月02日 Thomas Munro Provide vectored variant of ReadBuffer(). commit | commitdiff | tree
2024年04月02日 Alvaro Herrera Don't use the pg_am system catalog in new test commit | commitdiff | tree
2024年04月02日 Alexander Korotkov Revert "Custom reloptions for table AM" commit | commitdiff | tree
2024年04月02日 Masahiko Sawada Use TidStore for dead tuple TIDs storage during lazy... commit | commitdiff | tree
2024年04月01日 David Rowley Fix assert failure when planning setop subqueries with... commit | commitdiff | tree
2024年04月01日 Tom Lane Avoid "unused variable" warning on non-USE_SSL_ENGINE... commit | commitdiff | tree
2024年04月01日 Heikki Linnakangas Introduce 'options' argument to heap_page_prune() commit | commitdiff | tree
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
next
This is the main PostgreSQL git repository.
RSS Atom

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