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

git projects / postgresql.git / shortlog
? search:
summary | shortlog | log | commit | commitdiff | tree
first ⋅ prev ⋅ next
postgresql.git
2021年09月02日 Amit Kapila Optimize fileset usage in apply worker. commit | commitdiff | tree
2021年09月02日 Michael Paquier doc: Replace some uses of "which" by "that" in parallel... commit | commitdiff | tree
2021年09月02日 Tatsuo Ishii Use COPY FREEZE in pgbench for faster benchmark table... commit | commitdiff | tree
2021年09月01日 Tom Lane Doc: clarify how triggers relate to transactions. commit | commitdiff | tree
2021年09月01日 Tom Lane Refactor postgresImportForeignSchema to avoid code... commit | commitdiff | tree
2021年09月01日 Tomas Vondra Identify simple column references in extended statistics commit | commitdiff | tree
2021年09月01日 Fujii Masao Improve tab-completion for CREATE PUBLICATION. commit | commitdiff | tree
2021年09月01日 Peter Eisentraut Fix incorrect format placeholders commit | commitdiff | tree
2021年09月01日 Fujii Masao pgbench: Fix bug in measurement of disconnection delays. commit | commitdiff | tree
2021年09月01日 Amit Kapila Fix the random test failure in 001_rep_changes. commit | commitdiff | tree
2021年09月01日 Peter Geoghegan VACUUM VERBOSE: Don't report "pages removed". commit | commitdiff | tree
2021年09月01日 Michael Paquier Refactor one conversion of SQLSTATE to string in elog.c commit | commitdiff | tree
2021年09月01日 Michael Paquier Add PostgresNode::command_fails_like() commit | commitdiff | tree
2021年08月31日 Peter Geoghegan Remove obsolete nbtree relation extension comment. commit | commitdiff | tree
2021年08月31日 Peter Geoghegan vacuumlazy.c: Correct prune state comment. commit | commitdiff | tree
2021年08月31日 Tomas Vondra Don't print extra parens around expressions in extended... commit | commitdiff | tree
2021年08月31日 Peter Geoghegan Remove unneeded old_rel_pages VACUUM state field. commit | commitdiff | tree
2021年08月31日 Peter Geoghegan Add historic commit to git-blame-ignore-revs file. commit | commitdiff | tree
2021年08月31日 John Naylor Mark the timestamptz variant of date_bin() as stable commit | commitdiff | tree
2021年08月31日 Tom Lane In pg_dump, avoid doing per-table queries for RLS policies. commit | commitdiff | tree
2021年08月31日 Tom Lane Cache the results of format_type() queries in pg_dump. commit | commitdiff | tree
2021年08月31日 Tomas Vondra Rename the role in stats_ext to have regress_ prefix commit | commitdiff | tree
2021年08月31日 Tomas Vondra Fix lookup error in extended stats ownership check commit | commitdiff | tree
2021年08月31日 Tom Lane Fix missed lock acquisition while inlining new-style... commit | commitdiff | tree
2021年08月31日 Daniel Gustafsson Prohibit map and grep in void context commit | commitdiff | tree
2021年08月31日 Michael Paquier Add tab completion for data types after ALTER TABLE... commit | commitdiff | tree
2021年08月31日 Michael Paquier Refactor one use of IDENTIFY_SYSTEM in WAL streaming... commit | commitdiff | tree
2021年08月30日 Alvaro Herrera Report tuple address in data-corruption error message commit | commitdiff | tree
2021年08月30日 Alvaro Herrera psql: Fix name quoting on extended statistics commit | commitdiff | tree
2021年08月30日 Fujii Masao pgbench: Avoid unnecessary measurement of connection... commit | commitdiff | tree
2021年08月30日 Amit Kapila Fix incorrect error code in StartupReplicationOrigin(). commit | commitdiff | tree
2021年08月30日 Amit Kapila Refactor sharedfileset.c to separate out fileset implem... commit | commitdiff | tree
2021年08月30日 Michael Paquier Add more tab completion support for ALTER TABLE ADD... commit | commitdiff | tree
2021年08月29日 Tom Lane Doc: add a little about LACON execution to src/backend... commit | commitdiff | tree
2021年08月28日 Alvaro Herrera Keep stats up to date for partitioned tables commit | commitdiff | tree
2021年08月28日 Alvaro Herrera psql \dX: reference regclass with "pg_catalog." prefix commit | commitdiff | tree
2021年08月28日 Alvaro Herrera psql \dP: reference regclass with "pg_catalog." prefix commit | commitdiff | tree
2021年08月28日 Noah Misch Fix data loss in wal_level=minimal crash recovery of... commit | commitdiff | tree
2021年08月27日 Tom Lane Count SP-GiST index scans in pg_stat statistics. commit | commitdiff | tree
2021年08月27日 Stephen Frost Use maintenance_io_concurrency for ANALYZE prefetch commit | commitdiff | tree
2021年08月27日 Stephen Frost docs: Add command tags for SQL commands commit | commitdiff | tree
2021年08月27日 Daniel Gustafsson docs: clarify bgw_restart_time documentation commit | commitdiff | tree
2021年08月27日 Peter Geoghegan track_io_timing logging: Don't special case 0 ms. commit | commitdiff | tree
2021年08月27日 Peter Geoghegan Reorder log_autovacuum_min_duration log output. commit | commitdiff | tree
2021年08月27日 Peter Geoghegan vacuumlazy.c: Remove unnecessary parentheses. commit | commitdiff | tree
2021年08月27日 Peter Eisentraut Change Texinfo output to UTF-8 commit | commitdiff | tree
2021年08月27日 Tom Lane Handle interaction of regexp's makesearch and MATCHALL... commit | commitdiff | tree
2021年08月27日 Daniel Gustafsson Avoid invoking PQfnumber in loop constructs commit | commitdiff | tree
2021年08月27日 Amit Kapila Add logical change details to logical replication worke... commit | commitdiff | tree
2021年08月27日 Peter Geoghegan contrib/amcheck: Add heapam CHECK_FOR_INTERRUPTS(). commit | commitdiff | tree
2021年08月26日 John Naylor Extend collection of Unicode combining characters to... commit | commitdiff | tree
2021年08月26日 John Naylor Update display widths as part of updating Unicode commit | commitdiff | tree
2021年08月26日 John Naylor Revert "Rename unicode_combining_table to unicode_width... commit | commitdiff | tree
2021年08月26日 John Naylor Revert "Change mbbisearch to return the character range" commit | commitdiff | tree
2021年08月26日 Peter Eisentraut Fix handling of partitioned index in RelationGetNumberO... commit | commitdiff | tree
2021年08月25日 John Naylor Change mbbisearch to return the character range commit | commitdiff | tree
2021年08月25日 John Naylor Rename unicode_combining_table to unicode_width_table commit | commitdiff | tree
2021年08月25日 Tom Lane Remove redundant test. commit | commitdiff | tree
2021年08月25日 Robert Haas Fix broken snapshot handling in parallel workers. commit | commitdiff | tree
2021年08月25日 Peter Eisentraut psql: Make cancel test more timing robust commit | commitdiff | tree
2021年08月25日 Peter Eisentraut Fix typo commit | commitdiff | tree
2021年08月25日 Michael Paquier Fix incorrect merge in ECPG code with DECLARE commit | commitdiff | tree
2021年08月25日 Amit Kapila Fix toast rewrites in logical decoding. commit | commitdiff | tree
2021年08月25日 Etsuro Fujita Doc: Tweak function prototype indentation for consistency. commit | commitdiff | tree
2021年08月25日 Michael Paquier Add tab completion for EXPLAIN .. EXECUTE in psql commit | commitdiff | tree
2021年08月25日 Fujii Masao Avoid using ambiguous word "positive" in error message. commit | commitdiff | tree
2021年08月25日 Fujii Masao Improve error message about valid value for distance... commit | commitdiff | tree
2021年08月25日 Fujii Masao ecpg: Remove trailing period from error message. commit | commitdiff | tree
2021年08月24日 Tom Lane Fix regexp misbehavior with capturing parens inside... commit | commitdiff | tree
2021年08月24日 Amit Kapila Fix Alter Subscription's Add/Drop Publication behavior. commit | commitdiff | tree
2021年08月23日 Tom Lane Prevent regexp back-refs from sometimes matching when... commit | commitdiff | tree
2021年08月23日 Alvaro Herrera Avoid creating archive status ".ready" files too early commit | commitdiff | tree
2021年08月23日 Bruce Momjian Improve defaults shown in postgresql.conf.sample and... commit | commitdiff | tree
2021年08月23日 Michael Paquier Fix backup manifests to generate correct WAL-Ranges... commit | commitdiff | tree
2021年08月22日 Peter Eisentraut psql: Improve portability of query cancel test commit | commitdiff | tree
2021年08月22日 David Rowley Fix broken regression test caused by 22c4e88eb commit | commitdiff | tree
2021年08月22日 David Rowley Allow parallel DISTINCT commit | commitdiff | tree
2021年08月21日 Tom Lane Improve error messages about misuse of SELECT INTO. commit | commitdiff | tree
2021年08月20日 Tom Lane Fix performance bug in regexp's citerdissect/creviterdi... commit | commitdiff | tree
2021年08月20日 Daniel Gustafsson Remove --quiet option from pg_amcheck commit | commitdiff | tree
2021年08月20日 Peter Eisentraut psql: Add test for query canceling commit | commitdiff | tree
2021年08月20日 Peter Eisentraut pg_resetwal: Improve numeric command-line argument... commit | commitdiff | tree
2021年08月20日 Peter Eisentraut pg_amcheck: Fix block number parsing on command line commit | commitdiff | tree
2021年08月19日 Tom Lane Avoid trying to lock OLD/NEW in a rule with FOR UPDATE. commit | commitdiff | tree
2021年08月19日 Andres Freund Unset MyBEEntry, making elog.c's call to pgstat_get_my_... commit | commitdiff | tree
2021年08月19日 Amit Kapila Rename LOGICAL_REP_MSG_STREAM_END to LOGICAL_REP_MSG_ST... commit | commitdiff | tree
2021年08月19日 Amit Kapila Fix typo in protocol.sgml. commit | commitdiff | tree
2021年08月19日 Michael Paquier Improve performance of float overflow checks in btree_gist commit | commitdiff | tree
2021年08月19日 Michael Paquier Revert refactoring of hex code to src/common/ commit | commitdiff | tree
2021年08月18日 Tom Lane Fix check_agg_arguments' examination of aggregate FILTE... commit | commitdiff | tree
2021年08月18日 Daniel Gustafsson Doc: Fix typo in logical decoding example commit | commitdiff | tree
2021年08月18日 Daniel Gustafsson Fix pg_amcheck --skip option parameter handling commit | commitdiff | tree
2021年08月17日 Tom Lane Prevent ALTER TYPE/DOMAIN/OPERATOR from changing extens... commit | commitdiff | tree
2021年08月17日 Tom Lane Reduce assumptions about locale's behavior in new regex... commit | commitdiff | tree
2021年08月17日 Tom Lane Improve regex compiler's arc moving/copying logic. commit | commitdiff | tree
2021年08月17日 Michael Meskes Improved ECPG warning as suggested by Michael Paquier... commit | commitdiff | tree
2021年08月17日 Daniel Gustafsson Set type identifier on BIO commit | commitdiff | tree
2021年08月17日 Heikki Linnakangas doc: 123円 and \x12 escapes in COPY are in database... commit | commitdiff | tree
2021年08月16日 Alvaro Herrera Revert analyze support for partitioned tables commit | commitdiff | tree
2021年08月16日 Tom Lane Reduce memory consumption for pending invalidation... commit | commitdiff | tree
next
This is the main PostgreSQL git repository.
RSS Atom

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