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

git projects / postgresql.git / shortlog
? search:
summary | shortlog | log | commit | commitdiff | tree
first ⋅ prev ⋅ next
postgresql.git
2023年08月14日 Andres Freund hio: Take number of prior relation extensions into... commit | commitdiff | tree
2023年08月14日 Bruce Momjian pgtest: fix spacing commit | commitdiff | tree
2023年08月14日 Bruce Momjian pgtest: update shell script to use more modern syntax commit | commitdiff | tree
2023年08月14日 Michael Paquier Change custom wait events to use dynamic shared hash... commit | commitdiff | tree
2023年08月14日 Amit Kapila Simplify determining logical replication worker types. commit | commitdiff | tree
2023年08月12日 Andres Freund ci: macos: Remove use of -Dsegsize_blocks=6 commit | commitdiff | tree
2023年08月12日 Andres Freund ci: macos: Remove use of -DRANDOMIZE_ALLOCATED_MEMORY commit | commitdiff | tree
2023年08月12日 Noah Misch Fix off-by-one in XLogRecordMaxSize check. commit | commitdiff | tree
2023年08月12日 Michael Paquier Show GIDs of two-phase commit commands as constants... commit | commitdiff | tree
2023年08月11日 Michael Paquier Fix code indentation violations introduced by recent... commit | commitdiff | tree
2023年08月10日 Jeff Davis Transform proconfig for faster execution. commit | commitdiff | tree
2023年08月10日 Jeff Davis Remove test from commit fa2e874946. commit | commitdiff | tree
2023年08月10日 Peter Eisentraut Fix erroneous -Werror=missing-braces on old GCC commit | commitdiff | tree
2023年08月10日 John Naylor Update Solution.pm for new LoongArch CRC symbol commit | commitdiff | tree
2023年08月10日 Alvaro Herrera Document RelationGetIndexAttrBitmap better commit | commitdiff | tree
2023年08月10日 John Naylor Use native CRC instructions on 64-bit LoongArch commit | commitdiff | tree
2023年08月09日 Jeff Davis Recalculate search_path after ALTER ROLE. commit | commitdiff | tree
2023年08月09日 Alvaro Herrera struct PQcommMethods: use C99 designated initializers commit | commitdiff | tree
2023年08月09日 Peter Eisentraut Fix last remaining uninitialized memory warnings commit | commitdiff | tree
2023年08月08日 Michael Paquier Fix pg_dumpall with in-place tablespaces commit | commitdiff | tree
2023年08月07日 Michael Paquier doc: Fix incorrect entries generated from wait_event_na... commit | commitdiff | tree
2023年08月07日 Noah Misch Reject substituting extension schemas or owners matchin... commit | commitdiff | tree
2023年08月07日 Peter Eisentraut Translation updates commit | commitdiff | tree
2023年08月07日 David Rowley Don't Memoize lateral joins with volatile join conditions commit | commitdiff | tree
2023年08月07日 Dean Rasheed Fix RLS policy usage in MERGE. commit | commitdiff | tree
2023年08月07日 Peter Eisentraut Remove configure check for z_streamp commit | commitdiff | tree
2023年08月07日 Peter Eisentraut Improve const use in zlib-using code commit | commitdiff | tree
2023年08月07日 David Rowley Fix misleading comment in paraminfo_get_equal_hashops commit | commitdiff | tree
2023年08月06日 David Rowley Tidy up join_search_one_level code commit | commitdiff | tree
2023年08月04日 Amit Kapila Simplify some of the logical replication worker-type... commit | commitdiff | tree
2023年08月04日 David Rowley Attempt to stabilize new window agg regression test commit | commitdiff | tree
2023年08月03日 David Rowley Minor adjustments to WindowAgg startup cost code commit | commitdiff | tree
2023年08月03日 David Rowley Account for startup rows when costing WindowAggs commit | commitdiff | tree
2023年08月03日 Etsuro Fujita Doc: update documentation for creating custom scan... commit | commitdiff | tree
2023年08月03日 Etsuro Fujita Update comments on CustomPath struct. commit | commitdiff | tree
2023年08月03日 Amit Kapila Refactor to split Apply and Tablesync Workers code. commit | commitdiff | tree
2023年08月02日 Masahiko Sawada Fix ReorderBufferCheckMemoryLimit() comment. commit | commitdiff | tree
2023年08月02日 David Rowley Fix performance regression in pg_strtointNN_safe functions commit | commitdiff | tree
2023年08月01日 Andres Freund Fix pg_stat_io buffer reuse test instability commit | commitdiff | tree
2023年08月01日 Robert Haas Add and use symbolic constants for tar header offsets... commit | commitdiff | tree
2023年08月01日 David Rowley Fix overly strict Assert in jsonpath code commit | commitdiff | tree
2023年08月01日 Noah Misch Rename OverrideSearchPath to SearchPathMatcher. commit | commitdiff | tree
2023年08月01日 Noah Misch Remove PushOverrideSearchPath() and PopOverrideSearchPa... commit | commitdiff | tree
2023年07月31日 Michael Paquier Support custom wait events for wait event type "Extension" commit | commitdiff | tree
2023年07月31日 John Naylor Bring some MSVC asserts in line with other platforms commit | commitdiff | tree
2023年07月31日 Michael Paquier Add WAIT_EVENT_{CLASS,ID}_MASK in wait_event.c commit | commitdiff | tree
2023年07月31日 Michael Paquier Avoid memory leak in rmtree() when path cannot be opened commit | commitdiff | tree
2023年07月30日 Michael Paquier Fix pg_rewind with in-place tablespaces when source... commit | commitdiff | tree
2023年07月29日 Michael Paquier worker_spi: Fix race condition in newly-added TAP tests commit | commitdiff | tree
2023年07月28日 Nathan Bossart Harmonize password reuse in vacuumdb, clusterdb, and... commit | commitdiff | tree
2023年07月28日 Amit Langote doc: add missing <returnvalue> and whitespace commit | commitdiff | tree
2023年07月28日 Etsuro Fujita Disallow replacing joins with scans in problematic... commit | commitdiff | tree
2023年07月27日 Tom Lane Eliminate fixed token-length limit in hba.c. commit | commitdiff | tree
2023年07月27日 Michael Paquier worker_spi: Switch to TAP tests commit | commitdiff | tree
2023年07月27日 David Rowley Fix performance problem with new COPY DEFAULT code commit | commitdiff | tree
2023年07月27日 Michael Paquier Add sanity asserts for index OID and attnums during... commit | commitdiff | tree
2023年07月27日 Michael Paquier Show savepoint names as constants in pg_stat_statements commit | commitdiff | tree
2023年07月27日 Nathan Bossart Adjust extra lines generated by psql to be valid SQL... commit | commitdiff | tree
2023年07月26日 Amit Langote Add more SQL/JSON constructor functions commit | commitdiff | tree
2023年07月26日 Amit Langote Rename a nonterminal used in SQL/JSON grammar commit | commitdiff | tree
2023年07月26日 Amit Langote Some refactoring to export json(b) conversion functions commit | commitdiff | tree
2023年07月26日 Masahiko Sawada Fix crash with RemoveFromWaitQueue() when detecting... commit | commitdiff | tree
2023年07月26日 Michael Paquier worker_spi: Use term "dynamic" for bgworkers launched... commit | commitdiff | tree
2023年07月26日 Michael Paquier Document more assumptions of LWLock variable changes... commit | commitdiff | tree
2023年07月25日 Amit Kapila Fix code indentation vioaltion introduced in commit... commit | commitdiff | tree
2023年07月25日 Masahiko Sawada Remove unnecessary checks for indexes for REPLICA IDENT... commit | commitdiff | tree
2023年07月25日 Michael Paquier Optimize WAL insertion lock acquisition and release... commit | commitdiff | tree
2023年07月25日 Amit Kapila Fix the display of UNKNOWN message type in apply worker. commit | commitdiff | tree
2023年07月25日 Andres Freund Fix off-by-one in LimitAdditionalPins() commit | commitdiff | tree
2023年07月24日 Alvaro Herrera Make test_decoding ddl.out shorter commit | commitdiff | tree
2023年07月24日 Alvaro Herrera Compare only major versions in AdjustUpgrade.pm commit | commitdiff | tree
2023年07月24日 Michael Paquier pgbench: Use COPY for client-side data generation commit | commitdiff | tree
2023年07月23日 Michael Paquier pgbench: Add TAP tests to check consistency of data... commit | commitdiff | tree
2023年07月22日 Tom Lane Avoid compiler warning in non-assert builds. commit | commitdiff | tree
2023年07月21日 Jeff Davis ICU: remove negative test that fails to fail. commit | commitdiff | tree
2023年07月21日 Tom Lane Fix calculation of relid sets for partitionwise child... commit | commitdiff | tree
2023年07月21日 Amit Langote Code review for commit b6e1157e7d commit | commitdiff | tree
2023年07月21日 Michael Paquier Fix worker_spi when launching workers without shared_pr... commit | commitdiff | tree
2023年07月20日 Tom Lane Guard against null plan pointer in CachedPlanIsSimplyVa... commit | commitdiff | tree
2023年07月20日 Daniel Gustafsson Revert "Add notBefore and notAfter to SSL cert info... commit | commitdiff | tree
2023年07月20日 Daniel Gustafsson Add notBefore and notAfter to SSL cert info display commit | commitdiff | tree
2023年07月20日 Daniel Gustafsson Set fixed dates for test certificates validity commit | commitdiff | tree
2023年07月20日 Daniel Gustafsson pg_upgrade: include additional detail in cluster check commit | commitdiff | tree
2023年07月20日 Amit Langote Unify JSON categorize type API and export for external use commit | commitdiff | tree
2023年07月20日 Michael Paquier Add missing ObjectIdGetDatum() in syscache lookup calls... commit | commitdiff | tree
2023年07月20日 Michael Paquier Fix pg_recvlogical upon signal termination commit | commitdiff | tree
2023年07月19日 Nathan Bossart Doc: move unparenthesized syntaxes for a few commands. commit | commitdiff | tree
2023年07月19日 Nathan Bossart Support parenthesized syntax for CLUSTER without a... commit | commitdiff | tree
2023年07月19日 Nathan Bossart Rearrange CLUSTER rules in gram.y. commit | commitdiff | tree
2023年07月19日 Tom Lane Add psql \drg command to display role grants. commit | commitdiff | tree
2023年07月19日 Tom Lane Doc: improve description of IN and row-constructor... commit | commitdiff | tree
2023年07月19日 Michael Paquier pg_archivecleanup: Add --clean-backup-history commit | commitdiff | tree
2023年07月19日 Michael Paquier pg_archivecleanup: Refactor loop doing old segment... commit | commitdiff | tree
2023年07月19日 Amit Kapila Doc: Update the logical replication restriction w.r... commit | commitdiff | tree
2023年07月18日 Tom Lane Doc: fix out-of-date example of SPI usage. commit | commitdiff | tree
2023年07月18日 Michael Paquier Fix indentation in twophase.c commit | commitdiff | tree
2023年07月18日 Michael Paquier Fix recovery of 2PC transaction during crash recovery commit | commitdiff | tree
2023年07月17日 Tom Lane Include <limits.h> in fe-auth.c, to get CHAR_BIT reliably. commit | commitdiff | tree
2023年07月17日 Nathan Bossart Remove db_user_namespace. commit | commitdiff | tree
2023年07月16日 David Rowley Shrink memory contexts struct sizes commit | commitdiff | tree
next
This is the main PostgreSQL git repository.
RSS Atom

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