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年01月16日 Tom Lane Clean up TAP tests' usage of wait_for_catchup(). commit | commitdiff | tree
2022年01月16日 Tomas Vondra Add stxdinherit flag to pg_statistic_ext_data commit | commitdiff | tree
2022年01月16日 Michael Paquier Update copyright notice to 2022 for recently-introduced... commit | commitdiff | tree
2022年01月15日 Tom Lane Remove standby_schedule and associated test files. commit | commitdiff | tree
2022年01月15日 Tom Lane Add simple test for physical replication of sequences. commit | commitdiff | tree
2022年01月15日 Tomas Vondra Build inherited extended stats on partitioned tables commit | commitdiff | tree
2022年01月15日 Fujii Masao Add tab-completion for CREATE FOREIGN TABLE. commit | commitdiff | tree
2022年01月15日 Tomas Vondra Ignore extended statistics for inheritance trees commit | commitdiff | tree
2022年01月15日 Peter Geoghegan Unify VACUUM VERBOSE and autovacuum logging. commit | commitdiff | tree
2022年01月14日 Thomas Munro Revert "Add new simple TAP test for tablespaces." commit | commitdiff | tree
2022年01月14日 Thomas Munro Revert "Test replay of regression tests." commit | commitdiff | tree
2022年01月14日 Thomas Munro Test replay of regression tests. commit | commitdiff | tree
2022年01月14日 Thomas Munro Add new simple TAP test for tablespaces. commit | commitdiff | tree
2022年01月14日 Thomas Munro Use in-place tablespaces in regression test. commit | commitdiff | tree
2022年01月14日 Thomas Munro Allow "in place" tablespaces. commit | commitdiff | tree
2022年01月14日 Peter Eisentraut Rename value node fields commit | commitdiff | tree
2022年01月14日 Peter Eisentraut Refactor AlterRole() commit | commitdiff | tree
2022年01月14日 Andres Freund Assert redirect pointers are sensible after heap_page_p... commit | commitdiff | tree
2022年01月14日 Andres Freund Fix possible HOT corruption when RECENTLY_DEAD changes... commit | commitdiff | tree
2022年01月13日 Tom Lane Fix ruleutils.c's dumping of whole-row Vars in more... commit | commitdiff | tree
2022年01月13日 Andres Freund ci: windows: run initdb with --no-sync. commit | commitdiff | tree
2022年01月13日 Andres Freund ci: windows: enable build summary to make it easier... commit | commitdiff | tree
2022年01月13日 Michael Paquier Improve error handling of HMAC computations commit | commitdiff | tree
2022年01月13日 Fujii Masao doc: Add "(process)" to the term "WAL receiver" in... commit | commitdiff | tree
2022年01月13日 Michael Paquier Fix incorrect comments in hmac.c and hmac_openssl.c commit | commitdiff | tree
2022年01月12日 Peter Geoghegan Fix memory leak in indexUnchanged hint mechanism. commit | commitdiff | tree
2022年01月12日 Peter Geoghegan vacuumlazy.c: fix "garbage tuples" reference. commit | commitdiff | tree
2022年01月12日 Tomas Vondra Consider fractional paths in generate_orderedappend_paths commit | commitdiff | tree
2022年01月12日 Alvaro Herrera Add index on pg_publication_rel.prpubid commit | commitdiff | tree
2022年01月12日 Tom Lane Include permissive/enforcing state in sepgsql log messages. commit | commitdiff | tree
2022年01月12日 Peter Eisentraut ecpg: Catch zero-length Unicode identifiers correctly commit | commitdiff | tree
2022年01月12日 Michael Paquier Move any code specific to log_destination=csvlog to... commit | commitdiff | tree
2022年01月12日 Michael Paquier Refactor set of routines specific to elog.c commit | commitdiff | tree
2022年01月12日 Michael Paquier Fix comment related to pg_cryptohash_error() commit | commitdiff | tree
2022年01月11日 Thomas Munro Add missing include guard to win32ntdll.h. commit | commitdiff | tree
2022年01月11日 Tom Lane Improve error message for missing extension. commit | commitdiff | tree
2022年01月11日 Tom Lane Clean up messy API for src/port/thread.c. commit | commitdiff | tree
2022年01月11日 John Naylor Improve warning message in pg_signal_backend() commit | commitdiff | tree
2022年01月11日 Tom Lane Clean up error message reported after \password encrypt... commit | commitdiff | tree
2022年01月11日 Fujii Masao Enhance pg_log_backend_memory_contexts() for auxiliary... commit | commitdiff | tree
2022年01月11日 Amit Kapila Update docs of logical replication for commit 8d74fc96db. commit | commitdiff | tree
2022年01月11日 Amit Kapila Fix typo in rewriteheap.c. commit | commitdiff | tree
2022年01月11日 Michael Paquier Improve error handling of cryptohash computations commit | commitdiff | tree
2022年01月10日 Tom Lane Doc: fix bogus example about ambiguous timestamps. commit | commitdiff | tree
2022年01月10日 Andrew Dunstan Avoid warning about uninitialized value in MSVC python3... commit | commitdiff | tree
2022年01月10日 Thomas Munro Make EXEC_BACKEND more convenient on Linux and FreeBSD. commit | commitdiff | tree
2022年01月10日 Peter Eisentraut Rename functions to avoid future conflicts commit | commitdiff | tree
2022年01月10日 Tom Lane Prefer $HOME when looking up the current user's home... commit | commitdiff | tree
2022年01月09日 Tom Lane Make pg_get_expr() more bulletproof. commit | commitdiff | tree
2022年01月09日 Jeff Davis More cleanup of a2ab9c06ea. commit | commitdiff | tree
2022年01月08日 Tom Lane Fix results of index-only scans on btree_gist char... commit | commitdiff | tree
2022年01月08日 Jeff Davis Fix pgperlcritic complaint, per buildfarm. commit | commitdiff | tree
2022年01月08日 Michael Paquier Fix issues with describe queries of extended statistics... commit | commitdiff | tree
2022年01月08日 Jeff Davis Respect permissions within logical replication. commit | commitdiff | tree
2022年01月08日 Michael Paquier Fix thinko coming from 000f3adf commit | commitdiff | tree
2022年01月08日 Bruce Momjian Update copyright for 2022 commit | commitdiff | tree
2022年01月07日 Andrew Dunstan Allow MSVC .bat wrappers to be called from anywhere commit | commitdiff | tree
2022年01月07日 Andrew Dunstan Skip install/test of pgcrypto on MSVC when not built... commit | commitdiff | tree
2022年01月07日 Michael Paquier Fix comment in fe-connect.c about PQping and pg_ctl commit | commitdiff | tree
2022年01月07日 Fujii Masao postgres_fdw: Add regression test for postgres_fdw... commit | commitdiff | tree
2022年01月07日 Michael Paquier Add TAP tests for pg_basebackup with compression commit | commitdiff | tree
2022年01月07日 Michael Paquier Refactor tar method of walmethods.c to rely on the... commit | commitdiff | tree
2022年01月06日 Tom Lane Prevent altering partitioned table's rowtype, if it... commit | commitdiff | tree
2022年01月06日 Tom Lane Extend psql's \lo_list/\dl to be able to print large... commit | commitdiff | tree
2022年01月06日 Michael Paquier doc: Remove link to JSON support in the SQL specification commit | commitdiff | tree
2022年01月05日 Tom Lane On second thought, remove regex.linux.utf8 regression... commit | commitdiff | tree
2022年01月05日 Tom Lane Enable routine running of regex.linux.utf8 regression... commit | commitdiff | tree
2022年01月05日 Alvaro Herrera Create foreign key triggers in partitioned tables too commit | commitdiff | tree
2022年01月05日 Tom Lane Enable routine running of citext's UTF8-specific test... commit | commitdiff | tree
2022年01月05日 Michael Paquier Reduce relcache access in WAL sender streaming logical... commit | commitdiff | tree
2022年01月04日 Tom Lane Remove redundant initialization of BrinMemTuple. commit | commitdiff | tree
2022年01月04日 Alvaro Herrera Fix silly mistake in Assert commit | commitdiff | tree
2022年01月04日 Alvaro Herrera Allow special SKIP LOCKED condition in Assert() commit | commitdiff | tree
2022年01月04日 Peter Eisentraut pg_dump: Refactor dumpDatabase() commit | commitdiff | tree
2022年01月03日 Tom Lane Tab completion: don't offer valid constraints in VALIDA... commit | commitdiff | tree
2022年01月03日 Tom Lane Handle mixed returnable and non-returnable columns... commit | commitdiff | tree
2022年01月03日 Tom Lane Fix index-only scan plans, take 2. commit | commitdiff | tree
2022年01月03日 Tom Lane Clean up error messages related to bad datetime units. commit | commitdiff | tree
2022年01月03日 Tom Lane Use MaxLockMode symbol in more places. commit | commitdiff | tree
2022年01月03日 Alvaro Herrera Avoid using DefElemAction in AlterPublicationStmt commit | commitdiff | tree
2022年01月03日 Michael Paquier pg_stat_statements: Remove obsolete comment commit | commitdiff | tree
2022年01月02日 Magnus Hagander Fix typo commit | commitdiff | tree
2022年01月01日 Tom Lane Fix index-only scan plans when not all index columns... commit | commitdiff | tree
2021年12月31日 Tom Lane pg_dump: avoid unsafe function calls in getPolicies(). commit | commitdiff | tree
2021年12月31日 Tom Lane pg_dump: minor performance improvements from eliminatin... commit | commitdiff | tree
2021年12月31日 Andres Freund ci: Add continuous integration for github repositories... commit | commitdiff | tree
2021年12月31日 Tom Lane pg_dump: make dumpPublication et al. less unlike siblin... commit | commitdiff | tree
2021年12月30日 Alvaro Herrera Small cleanups related to PUBLICATION framework code commit | commitdiff | tree
2021年12月30日 Tom Lane Minor cleanup/optimization in pg_dump. commit | commitdiff | tree
2021年12月30日 Daniel Gustafsson Revert b2a459edf "Fix GRANTED BY support in REVOKE... commit | commitdiff | tree
2021年12月30日 Thomas Munro Fix overly generic name in with.sql test. commit | commitdiff | tree
2021年12月29日 Tom Lane Fix issues in pgarch's new directory-scanning logic. commit | commitdiff | tree
2021年12月29日 Peter Eisentraut Fix incorrect format placeholders commit | commitdiff | tree
2021年12月27日 Tom Lane Revert changes about warnings/errors for placeholders. commit | commitdiff | tree
2021年12月27日 Tom Lane Rename EmitWarningsOnPlaceholders() to MarkGUCPrefixRes... commit | commitdiff | tree
2021年12月27日 Tom Lane Rethink handling of settings with a prefix reserved... commit | commitdiff | tree
2021年12月26日 Michael Paquier Fix incorrect field count in pg_control_checkpoint() commit | commitdiff | tree
2021年12月24日 Fujii Masao postgres_fdw: Revert unstable tests for postgres_fdw... commit | commitdiff | tree
2021年12月24日 Fujii Masao postgres_fdw: Allow postgres_fdw.application_name to... commit | commitdiff | tree
2021年12月23日 Amit Kapila Fix compilation error introduced by commit 8e1fae1938. commit | commitdiff | tree
next
This is the main PostgreSQL git repository.
RSS Atom

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