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年06月13日 Peter Eisentraut doc: Move list entry to proper position commit | commitdiff | tree
2023年06月12日 Andres Freund Report stats when replaying XLOG_RUNNING_XACTS commit | commitdiff | tree
2023年06月12日 Tom Lane Accept fractional seconds in jsonpath's datetime()... commit | commitdiff | tree
2023年06月12日 Noah Misch src/tools/msvc/clean.bat: Reconcile with PostgreSQL... commit | commitdiff | tree
2023年06月12日 Noah Misch src/tools/msvc: Move all.sym temporary file back to... commit | commitdiff | tree
2023年06月12日 Noah Misch Add win32ver data to meson-built postgres.exe. commit | commitdiff | tree
2023年06月12日 Noah Misch Give postgres.exe the icon of other executables. commit | commitdiff | tree
2023年06月12日 Tom Lane Fix "wrong varnullingrels" for subquery nestloop parame... commit | commitdiff | tree
2023年06月12日 Heikki Linnakangas Remove a few unused global variables and declarations. commit | commitdiff | tree
2023年06月12日 Michael Paquier Fix instability in regression test for Parallel Hash... commit | commitdiff | tree
2023年06月12日 Michael Paquier hstore: Tighten key/value parsing check for whitespaces commit | commitdiff | tree
2023年06月10日 Peter Geoghegan nbtree: Allocate new pages in separate function. commit | commitdiff | tree
2023年06月10日 Peter Geoghegan Add another old commit to git-blame-ignore-revs. commit | commitdiff | tree
2023年06月10日 Jeff Davis Revert "Fix search_path to a safe value during maintena... commit | commitdiff | tree
2023年06月10日 Andres Freund meson: Add dependencies to perl modules to various... commit | commitdiff | tree
2023年06月10日 Bruce Momjian doc: PG 16 relnotes, add author commit | commitdiff | tree
2023年06月09日 Jeff Davis Fix search_path to a safe value during maintenance... commit | commitdiff | tree
2023年06月09日 Nathan Bossart Fix missing word in nbtree/README. commit | commitdiff | tree
2023年06月09日 Michael Paquier Refactor routine to find single log content pattern... commit | commitdiff | tree
2023年06月09日 Masahiko Sawada Honor run_as_owner option in tablesync worker. commit | commitdiff | tree
2023年06月09日 Michael Paquier Refactor log check logic for connect_ok/fails in Postgr... commit | commitdiff | tree
2023年06月08日 Tom Lane Fix oversight in outer join removal. commit | commitdiff | tree
2023年06月08日 Tom Lane Re-allow INDEX_VAR as rt_index in ChangeVarNodes(). commit | commitdiff | tree
2023年06月08日 Tom Lane Fix small overestimation of base64 encoding output... commit | commitdiff | tree
2023年06月08日 Fujii Masao doc: Fix example command for ALTER FOREIGN TABLE .... commit | commitdiff | tree
2023年06月07日 David Rowley Don't use _BitScanForward64/_BitScanReverse64 on 32... commit | commitdiff | tree
2023年06月07日 Tomas Vondra Use per-tuple context in ExecGetAllUpdatedCols commit | commitdiff | tree
2023年06月07日 Peter Eisentraut doc: Fix confusing positioning of notes in connection... commit | commitdiff | tree
2023年06月07日 Peter Eisentraut Remove read-only server settings lc_collate and lc_ctype commit | commitdiff | tree
2023年06月07日 Amit Kapila Reload configuration more frequently in apply worker. commit | commitdiff | tree
2023年06月06日 Heikki Linnakangas Initialize 'recordXtime' to silence compiler warning. commit | commitdiff | tree
2023年06月05日 Bruce Momjian doc: PG 16 relnotes, fix PREPARE/EXECUTE wording commit | commitdiff | tree
2023年06月05日 Peter Eisentraut Remove obsolete comment commit | commitdiff | tree
2023年06月05日 David Rowley Doc: unify use of timestamp with time zone vs timestamptz commit | commitdiff | tree
2023年06月04日 Tom Lane Doc: explain about dependency tracking for new-style... commit | commitdiff | tree
2023年06月04日 Tom Lane Fix pg_dump's failure to honor dependencies of SQL... commit | commitdiff | tree
2023年06月04日 Tom Lane Fix misuse of pg_log_info() for details/hints. commit | commitdiff | tree
2023年06月03日 Michael Paquier doc: Add note to prevent server spoofing with SCRAM commit | commitdiff | tree
2023年06月01日 Bruce Momjian doc: PG 16 relnotes, add psql \df+ source code change commit | commitdiff | tree
2023年06月01日 Bruce Momjian doc: add missing "the" in LATERAL sentence. commit | commitdiff | tree
2023年05月31日 Bruce Momjian doc: PG 16 relnotes, move memory item and reword OUTER... commit | commitdiff | tree
2023年05月30日 Bruce Momjian doc: PG 16 relnotes, add memory overhead reduction... commit | commitdiff | tree
2023年05月30日 Bruce Momjian doc: PG 16 relnotes, adjust subscription origin mention commit | commitdiff | tree
2023年05月30日 Bruce Momjian doc: PG 16 relnotes, adjust auto_explain logging item commit | commitdiff | tree
2023年05月30日 Daniel Gustafsson doc: Add missing backend_type to pg_stat_activity commit | commitdiff | tree
2023年05月29日 Bruce Momjian doc: PG 16 relnotes: adjust outer/full hash join parall... commit | commitdiff | tree
2023年05月29日 Bruce Momjian doc: PG 16 relnotes, fix duplicate author and commit commit | commitdiff | tree
2023年05月28日 Bruce Momjian doc: PG 16 relnotes, fix "locale" typo and windows... commit | commitdiff | tree
2023年05月26日 Jeff Davis ICU: use uloc_getDefault() for initdb. commit | commitdiff | tree
2023年05月26日 Tom Lane Fix joinclause removal logic to cope with cloned clauses. commit | commitdiff | tree
2023年05月26日 Jeff Davis Doc fixes for commit 1e16af8ab5. commit | commitdiff | tree
2023年05月25日 Peter Geoghegan nbtree VACUUM: cope with right sibling link corruption. commit | commitdiff | tree
2023年05月25日 Tom Lane Fix filtering of "cloned" outer-join quals some more. commit | commitdiff | tree
2023年05月25日 Daniel Gustafsson doc: fix typo in language tag documentation commit | commitdiff | tree
2023年05月25日 Daniel Gustafsson doc: Fix example query for pg_walinspect commit | commitdiff | tree
2023年05月25日 Alvaro Herrera Fix pgbench in prepared mode with an empty pipeline commit | commitdiff | tree
2023年05月25日 Michael Paquier Fix typo in TAP tests of vacuumdb commit | commitdiff | tree
2023年05月25日 Bruce Momjian doc: PG 16 relnotes, add author from previous merge commit | commitdiff | tree
2023年05月24日 Bruce Momjian doc: PG 16 relnotes, wording adjustments commit | commitdiff | tree
2023年05月24日 Bruce Momjian doc: PG 16 relnotes, merge and move vector items commit | commitdiff | tree
2023年05月24日 Bruce Momjian doc: PG 16 relnotes, update xid/subxid searches item commit | commitdiff | tree
2023年05月24日 Nathan Bossart Document deprecated createuser option. commit | commitdiff | tree
2023年05月23日 Tom Lane Doc: update src/tools/pginclude/README. commit | commitdiff | tree
2023年05月23日 Tom Lane Fix the install rule for snowball_create.sql. commit | commitdiff | tree
2023年05月23日 Peter Eisentraut Use lower case for icu_validation_level values commit | commitdiff | tree
2023年05月23日 Peter Eisentraut Punctuation improvement in postgresql.conf.sample commit | commitdiff | tree
2023年05月23日 Peter Eisentraut Add newline at end of file commit | commitdiff | tree
2023年05月23日 Bruce Momjian doc: PG 16 relnotes, SIMD improvements commit | commitdiff | tree
2023年05月22日 Tom Lane Stamp 16beta1. REL_16_BETA1 commit | commitdiff | tree
2023年05月22日 Bruce Momjian doc: PG 16 relnotes, add major features list commit | commitdiff | tree
2023年05月22日 Tom Lane Spell the values of libpq's gssdelegation parameter... commit | commitdiff | tree
2023年05月22日 Bruce Momjian doc: PG 16 relnotes, improve desc. of pg_log_standby_s... commit | commitdiff | tree
2023年05月22日 Peter Eisentraut Translation updates commit | commitdiff | tree
2023年05月22日 Alvaro Herrera pg_dump doc: mention 'long' is valid for --compress commit | commitdiff | tree
2023年05月22日 Bruce Momjian doc: PG 16 relnotes, improve description of standby... commit | commitdiff | tree
2023年05月22日 Nathan Bossart Rename some createuser options. commit | commitdiff | tree
2023年05月22日 Bruce Momjian doc: PG 16 relnotes, misc merged items and bootstrap... commit | commitdiff | tree
2023年05月21日 Bruce Momjian doc: PG 16 relnotes, misc. updates commit | commitdiff | tree
2023年05月21日 Tom Lane In clause_is_computable_at(), test required_relids... commit | commitdiff | tree
2023年05月21日 Andres Freund Remove over-eager assertion in ExtendBufferedRelTo() commit | commitdiff | tree
2023年05月21日 Andres Freund Optimize walsender wake up logic using condition variables commit | commitdiff | tree
2023年05月21日 Bruce Momjian doc: PG 16 relnotes, add commits commit | commitdiff | tree
2023年05月21日 Tom Lane Doc: fix some rendering problems in the PDF docs build. commit | commitdiff | tree
2023年05月21日 Tom Lane Expand some more uses of "deleg" to "delegation" or... commit | commitdiff | tree
2023年05月21日 Nathan Bossart Fix remaining references to gss_accept_deleg. commit | commitdiff | tree
2023年05月21日 Bruce Momjian rename "gss_accept_deleg" to "gss_accept_delegation". commit | commitdiff | tree
2023年05月21日 Bruce Momjian doc: PG 16 relnotes, misc updates commit | commitdiff | tree
2023年05月19日 Tom Lane Add 0245f8db3 to .git-blame-ignore-revs. commit | commitdiff | tree
2023年05月19日 Tom Lane Pre-beta mechanical code beautification. commit | commitdiff | tree
2023年05月19日 Tom Lane Make agreed-on updates in perltidy options. commit | commitdiff | tree
2023年05月19日 Tom Lane Do pre-release housekeeping on catalog data. commit | commitdiff | tree
2023年05月19日 Tom Lane Fix thinko in join removal. commit | commitdiff | tree
2023年05月19日 Tom Lane Fix misbehavior of EvalPlanQual checks with multiple... commit | commitdiff | tree
2023年05月19日 Alvaro Herrera psql: Tweak xheader_width and pager_min_lines input... commit | commitdiff | tree
2023年05月19日 Peter Eisentraut Message style improvements commit | commitdiff | tree
2023年05月19日 Bruce Momjian doc: PG 16 relnotes, delete reverted grant, adjust... commit | commitdiff | tree
2023年05月19日 Tomas Vondra Allocate hash join files in a separate memory context commit | commitdiff | tree
2023年05月19日 Tomas Vondra Describe hash join implementation commit | commitdiff | tree
2023年05月19日 Tom Lane Avoid naming conflict between transactions.sql and... commit | commitdiff | tree
2023年05月19日 Peter Eisentraut Remove stray mid-sentence tabs in comments commit | commitdiff | tree
next
This is the main PostgreSQL git repository.
RSS Atom

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