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月23日 Nathan Bossart Introduce macros for protocol characters. commit | commitdiff | tree
2023年08月23日 Thomas Munro ExtendBufferedWhat -> BufferManagerRelation. commit | commitdiff | tree
2023年08月22日 Jeff Davis Fix pg_dump assertion failure when dumping pg_catalog. commit | commitdiff | tree
2023年08月22日 Andrew Dunstan Cache by-reference missing values in a long lived context commit | commitdiff | tree
2023年08月22日 Alvaro Herrera Add comment missing in a4a232b1e702 commit | commitdiff | tree
2023年08月22日 Amit Kapila Simplify the logical worker type checks by using the... commit | commitdiff | tree
2023年08月21日 Michael Paquier Fix pg_stat_reset_single_table_counters() for shared... commit | commitdiff | tree
2023年08月20日 Michael Paquier Bump catalog version for pg_wait_events commit | commitdiff | tree
2023年08月20日 Michael Paquier Add system view pg_wait_events commit | commitdiff | tree
2023年08月19日 Andres Freund ci: macos: use cached macports install commit | commitdiff | tree
2023年08月18日 Peter Eisentraut Remove dubious warning message from SQL/JSON functions commit | commitdiff | tree
2023年08月18日 Michael Paquier pg_upgrade: Improve style of a few verbose messages commit | commitdiff | tree
2023年08月17日 Michael Paquier Fix format if entry in wait_event_names.txt commit | commitdiff | tree
2023年08月17日 Nathan Bossart Add a few recent commits to .git-blame-ignore-revs. commit | commitdiff | tree
2023年08月17日 Thomas Munro Remove traces of Sun -lposix4. commit | commitdiff | tree
2023年08月17日 Thomas Munro Don't probe extra libraries for fdatasync. commit | commitdiff | tree
2023年08月17日 Thomas Munro Invalidate smgr_targblock in smgrrelease(). commit | commitdiff | tree
2023年08月17日 Michael Paquier sepgsql: Adjust regression expected output commit | commitdiff | tree
2023年08月16日 Michael Paquier Add OAT hook calls for more subcommands of ALTER TABLE commit | commitdiff | tree
2023年08月16日 Peter Eisentraut Unify some error messages commit | commitdiff | tree
2023年08月16日 Peter Eisentraut Improved CREATE SUBSCRIPTION message for clarity commit | commitdiff | tree
2023年08月16日 Peter Eisentraut Remove incorrect field from information schema commit | commitdiff | tree
2023年08月16日 John Naylor Split out tiebreaker comparisons from comparetup_*... commit | commitdiff | tree
2023年08月15日 Etsuro Fujita Fix code indentation vioaltion introduced in commit... commit | commitdiff | tree
2023年08月15日 Etsuro Fujita Re-allow FDWs and custom scan providers to replace... commit | commitdiff | tree
2023年08月14日 Thomas Munro De-pessimize ConditionVariableCancelSleep(). commit | commitdiff | tree
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
next
This is the main PostgreSQL git repository.
RSS Atom

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