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

git projects / postgresql.git / shortlog
? search:
summary | shortlog | log | commit | commitdiff | tree
first ⋅ prev ⋅ next
postgresql.git
2022年04月08日 Jeff Davis Add contrib/pg_walinspect. commit | commitdiff | tree
2022年04月08日 Peter Eisentraut Remove error message hints mentioning configure options commit | commitdiff | tree
2022年04月08日 Andres Freund pgstat: Update docs to match the shared memory stats... commit | commitdiff | tree
2022年04月08日 Michael Paquier pg_stat_statements: Track I/O timing for temporary... commit | commitdiff | tree
2022年04月08日 Andrew Dunstan Documentation for SQL/JSON features commit | commitdiff | tree
2022年04月08日 Michael Paquier Track I/O timing for temporary file blocks in EXPLAIN... commit | commitdiff | tree
2022年04月08日 Thomas Munro Fix recovery_prefetch docs. commit | commitdiff | tree
2022年04月08日 Andres Freund pgstat: Hide instability in stats.spec with -DCATCACHE_... commit | commitdiff | tree
2022年04月07日 Andres Freund pgstat: add/extend tests for resetting various kinds... commit | commitdiff | tree
2022年04月07日 Peter Geoghegan Truncate line pointer array during heap pruning. commit | commitdiff | tree
2022年04月07日 David Rowley Teach planner and executor about monotonic window funcs commit | commitdiff | tree
2022年04月07日 Tom Lane Extend plsample example to include a trigger handler. commit | commitdiff | tree
2022年04月07日 Andres Freund Add minimal tests for recovery conflict handling. commit | commitdiff | tree
2022年04月07日 Andres Freund pgstat: test stats interactions with physical replication. commit | commitdiff | tree
2022年04月07日 Alvaro Herrera Revert "Rewrite some RI code to avoid using SPI" commit | commitdiff | tree
2022年04月07日 Tom Lane psql: add \dconfig command to show server's configurati... commit | commitdiff | tree
2022年04月07日 Andres Freund pgstat: add tests for handling of restarts, including... commit | commitdiff | tree
2022年04月07日 Alvaro Herrera Rewrite some RI code to avoid using SPI commit | commitdiff | tree
2022年04月07日 Andres Freund Fix test instability introduced in e349c95d3e9 due... commit | commitdiff | tree
2022年04月07日 Alvaro Herrera Add isolation tests for snapshot behavior in ri_triggers.c commit | commitdiff | tree
2022年04月07日 Tomas Vondra Revert "Logical decoding of sequences" commit | commitdiff | tree
2022年04月07日 Peter Eisentraut doc: Fix man page whitespace issues commit | commitdiff | tree
2022年04月07日 Jeff Davis Fix off-by-one error in pg_waldump, introduced in 5c279... commit | commitdiff | tree
2022年04月07日 Jeff Davis Fix another buildfarm issue from commit 5c279a6d350. commit | commitdiff | tree
2022年04月07日 Peter Eisentraut Unlogged sequences commit | commitdiff | tree
2022年04月07日 Daniel Gustafsson Fix typo in xlogrecovery.c code comment commit | commitdiff | tree
2022年04月07日 Peter Eisentraut Avoid <substeps> element in man pages commit | commitdiff | tree
2022年04月07日 Thomas Munro Include some missing headers. commit | commitdiff | tree
2022年04月07日 Andres Freund pgstat: add alternate output for stats.spec, for the... commit | commitdiff | tree
2022年04月07日 Andres Freund Try to silence "-Wmissing-braces" complaints in rmgrdesc.c. commit | commitdiff | tree
2022年04月07日 Thomas Munro Prefetch data referenced by the WAL, take II. commit | commitdiff | tree
2022年04月07日 Jeff Davis Fix warning introduced in 5c279a6d350. commit | commitdiff | tree
2022年04月07日 Andres Freund pgstat: add tests for transaction behaviour, 2PC, funct... commit | commitdiff | tree
2022年04月07日 Andres Freund pgstat: add pg_stat_have_stats() test helper. commit | commitdiff | tree
2022年04月07日 Andres Freund pgstat: add pg_stat_force_next_flush(), use it to simpl... commit | commitdiff | tree
2022年04月07日 Andres Freund pgstat: fix small bug in pgstat_drop_relation(). commit | commitdiff | tree
2022年04月07日 Andres Freund pgstat: prevent fix pgstat_reinit_entry() from zeroing... commit | commitdiff | tree
2022年04月07日 Andres Freund Fix compilation with WAL_DEBUG. commit | commitdiff | tree
2022年04月07日 Jeff Davis Custom WAL Resource Managers. commit | commitdiff | tree
2022年04月07日 Peter Eisentraut Update config.guess and config.sub commit | commitdiff | tree
2022年04月07日 Michael Paquier Add single-item cache when looking at topmost XID of... commit | commitdiff | tree
2022年04月07日 Andres Freund pgstat: move pgstat.c to utils/activity. commit | commitdiff | tree
2022年04月07日 Andres Freund pgstat: rename STATS_COLLECTOR GUC group to STATS_CUMUL... commit | commitdiff | tree
2022年04月07日 Andres Freund pgstat: remove stats_temp_directory. commit | commitdiff | tree
2022年04月07日 Andres Freund pgstat: store statistics in shared memory. commit | commitdiff | tree
2022年04月07日 Andres Freund pgstat: normalize function naming. commit | commitdiff | tree
2022年04月07日 Amit Kapila Reorder subskiplsn in pg_subscription to avoid alignmen... commit | commitdiff | tree
2022年04月07日 Andres Freund pgstat: revise replication slot API in preparation... commit | commitdiff | tree
2022年04月07日 Andres Freund pgstat: scaffolding for transactional stats creation... commit | commitdiff | tree
2022年04月07日 Andres Freund pgstat: prepare APIs used by pgstatfuncs for shared... commit | commitdiff | tree
2022年04月07日 Andres Freund pgstat: introduce PgStat_Kind enum. commit | commitdiff | tree
2022年04月06日 Michael Paquier Add option --config-file to pg_rewind commit | commitdiff | tree
2022年04月06日 Tom Lane Use ISB as a spin-delay instruction on ARM64. commit | commitdiff | tree
2022年04月06日 Andres Freund pgstat: add pgstat_copy_relation_stats(). commit | commitdiff | tree
2022年04月06日 Andres Freund pgstat: rename some pgstat_send_* functions to pgstat_r... commit | commitdiff | tree
2022年04月06日 Tom Lane Suppress "variable 'pagesaving' set but not used" warning. commit | commitdiff | tree
2022年04月06日 Andres Freund pgstat: stats collector references in comments. commit | commitdiff | tree
2022年04月06日 Andres Freund pgstat: move transactional code into pgstat_xact.c. commit | commitdiff | tree
2022年04月06日 Andres Freund pgstat: move pgstat_report_autovac() to pgstat_database.c. commit | commitdiff | tree
2022年04月06日 Andres Freund dsm: allow use in single user mode. commit | commitdiff | tree
2022年04月06日 Stephen Frost Forgotten catversion bump for 39969e2a1e4d7f5a37f3ef37d... commit | commitdiff | tree
2022年04月06日 Stephen Frost Remove exclusive backup mode commit | commitdiff | tree
2022年04月06日 Andrew Dunstan Further improve jsonb_sqljson parallel test commit | commitdiff | tree
2022年04月06日 Tom Lane Allow granting SET and ALTER SYSTEM privileges on GUC... commit | commitdiff | tree
2022年04月06日 Andrew Dunstan Reduce running time of jsonb_sqljson test commit | commitdiff | tree
2022年04月06日 Peter Eisentraut Fix unsigned output format in SLRU error reporting commit | commitdiff | tree
2022年04月06日 Peter Eisentraut Change one AssertMacro to Assert commit | commitdiff | tree
2022年04月06日 Etsuro Fujita Allow asynchronous execution in more cases. commit | commitdiff | tree
2022年04月06日 Peter Eisentraut Update Unicode data to CLDR 41 commit | commitdiff | tree
2022年04月06日 Amit Kapila Improve comments for row filtering and toast interactio... commit | commitdiff | tree
2022年04月06日 Tatsuo Ishii Change aggregated log format of pgbench. commit | commitdiff | tree
2022年04月06日 Tom Lane Remove race condition in 022_crash_temp_files.pl test. commit | commitdiff | tree
2022年04月05日 Daniel Gustafsson Fix compilerwarning in logging size_t commit | commitdiff | tree
2022年04月05日 Andrew Dunstan PLAN clauses for JSON_TABLE commit | commitdiff | tree
2022年04月05日 Peter Geoghegan Have VACUUM warn on relfrozenxid "in the future". commit | commitdiff | tree
2022年04月05日 Daniel Gustafsson pg_rewind: Fetch small files according to new size. commit | commitdiff | tree
2022年04月05日 Michael Paquier Extend TAP tests of pg_dump to test for compression... commit | commitdiff | tree
2022年04月05日 Alvaro Herrera Refactor and cleanup runtime partition prune code a... commit | commitdiff | tree
2022年04月05日 Tom Lane Update some tests in 013_crash_restart.pl. commit | commitdiff | tree
2022年04月04日 Andres Freund dshash: revise sequential scan support. commit | commitdiff | tree
2022年04月04日 Andres Freund pgstat: remove some superflous comments from pgstat.h. commit | commitdiff | tree
2022年04月04日 Andres Freund pgstat: consistent function comment formatting. commit | commitdiff | tree
2022年04月04日 Andrew Dunstan JSON_TABLE commit | commitdiff | tree
2022年04月04日 Peter Geoghegan vacuumlazy.c: Further consolidate resource allocation. commit | commitdiff | tree
2022年04月04日 Peter Eisentraut psql: Show all query results by default commit | commitdiff | tree
2022年04月04日 Tom Lane Disable synchronize_seqscans in 027_stream_regress.pl. commit | commitdiff | tree
2022年04月04日 Andrew Dunstan Avoid freeing objects during json aggregate finalization commit | commitdiff | tree
2022年04月04日 Robert Haas pg_basebackup: Fix code that thinks about LZ4 buffer... commit | commitdiff | tree
2022年04月04日 David Rowley Use Generation memory contexts to store tuples in sorts commit | commitdiff | tree
2022年04月04日 David Rowley Adjust tuplesort API to have bitwise option flags commit | commitdiff | tree
2022年04月04日 David Rowley Improve the generation memory allocator commit | commitdiff | tree
2022年04月03日 Thomas Munro Fix tuplesort optimization for CLUSTER-on-expression. commit | commitdiff | tree
2022年04月03日 Tom Lane Fix portability issues in datetime parsing. commit | commitdiff | tree
2022年04月03日 Peter Geoghegan Generalize how VACUUM skips all-frozen pages. commit | commitdiff | tree
2022年04月03日 Peter Geoghegan Set relfrozenxid to oldest extant XID seen by VACUUM. commit | commitdiff | tree
2022年04月02日 Peter Geoghegan Doc: Add relfrozenxid Tip to XID wraparound section. commit | commitdiff | tree
2022年04月02日 Tom Lane Fix overflow hazards in interval input and output conve... commit | commitdiff | tree
2022年04月02日 Peter Geoghegan Doc: Clarify the role of aggressive VACUUMs. commit | commitdiff | tree
2022年04月02日 Tom Lane Add a couple more tests for interval input decoding. commit | commitdiff | tree
2022年04月02日 Peter Geoghegan vacuumlazy.c: Clean up variable declarations. commit | commitdiff | tree
next
This is the main PostgreSQL git repository.
RSS Atom

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