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年04月29日 Tom Lane Fix some more omissions in pg_upgrade's tests for non... commit | commitdiff | tree
2021年04月29日 Alvaro Herrera Improve documentation for default_tablespace on partiti... commit | commitdiff | tree
2021年04月29日 Peter Eisentraut psql: Fix line continuation prompts for unbalanced... commit | commitdiff | tree
2021年04月29日 Peter Eisentraut pg_hba.conf.sample: Reword connection type section commit | commitdiff | tree
2021年04月29日 Michael Paquier doc: Fix description of target_session_attrs=prefer... commit | commitdiff | tree
2021年04月28日 Tom Lane Add heuristic incoming-message-size limits in the server. commit | commitdiff | tree
2021年04月28日 Alvaro Herrera Allow a partdesc-omitting-partitions to be cached commit | commitdiff | tree
2021年04月28日 Tom Lane Doc: fix discussion of how to get real Julian Dates. commit | commitdiff | tree
2021年04月28日 Michael Paquier Fix use-after-release issue with pg_identify_object_as_... commit | commitdiff | tree
2021年04月28日 Michael Paquier Fix pg_identify_object_as_address() with event triggers commit | commitdiff | tree
2021年04月27日 Andrew Dunstan Improve logic in PostgresVersion.pm commit | commitdiff | tree
2021年04月27日 Fujii Masao doc: Review for "Allow TRUNCATE command to truncate... commit | commitdiff | tree
2021年04月27日 Fujii Masao Don't pass "ONLY" options specified in TRUNCATE to... commit | commitdiff | tree
2021年04月27日 Amit Kapila Use HTAB for replication slot statistics. commit | commitdiff | tree
2021年04月27日 Amit Kapila Fix Logical Replication of Truncate in synchronous... commit | commitdiff | tree
2021年04月26日 Alvaro Herrera psql: tab-complete ALTER ... DETACH CONCURRENTLY /... commit | commitdiff | tree
2021年04月26日 Tom Lane Remove rewriteTargetListIU's expansion of view targetli... commit | commitdiff | tree
2021年04月26日 Tom Lane Doc: document EXTRACT(JULIAN ...), improve Julian Date... commit | commitdiff | tree
2021年04月26日 Peter Eisentraut Fix pg_upgrade test on Cygwin commit | commitdiff | tree
2021年04月26日 Michael Paquier Add more tests with triggers on partitions for logical... commit | commitdiff | tree
2021年04月26日 Amit Kapila Avoid sending prepare multiple times while decoding. commit | commitdiff | tree
2021年04月26日 Peter Eisentraut Remove unused function argument commit | commitdiff | tree
2021年04月26日 Amit Kapila Fix typo in reorderbuffer.c. commit | commitdiff | tree
2021年04月25日 Tom Lane Update comments for rewriteTargetListIU(). commit | commitdiff | tree
2021年04月25日 Noah Misch Make a test endure log_error_verbosity=verbose. commit | commitdiff | tree
2021年04月24日 Andrew Dunstan Provide pg_amcheck with an --install-missing option commit | commitdiff | tree
2021年04月24日 Andrew Dunstan Teach PostgresVersion all the ways to mark non-release... commit | commitdiff | tree
2021年04月24日 Michael Paquier Fix come comments in execMain.c commit | commitdiff | tree
2021年04月24日 Michael Paquier Doc: Remove extraneous whitespaces with some tags commit | commitdiff | tree
2021年04月24日 Michael Paquier Add some forgotten LSN_FORMAT_ARGS() in xlogreader.c commit | commitdiff | tree
2021年04月23日 Peter Geoghegan amcheck: MAXALIGN() nbtree special area offset. commit | commitdiff | tree
2021年04月23日 Peter Eisentraut Factor out system call names from error messages commit | commitdiff | tree
2021年04月23日 Peter Eisentraut Use correct format placeholder for WSAGetLastError() commit | commitdiff | tree
2021年04月23日 Alexander Korotkov Mark multirange_constructor0() and multirange_construct... commit | commitdiff | tree
2021年04月23日 Fujii Masao Reorder COMPRESSION option in gram.y and parsenodes... commit | commitdiff | tree
2021年04月23日 Magnus Hagander Mention that toplevel is part of pg_stat_statements... commit | commitdiff | tree
2021年04月23日 Peter Eisentraut pg_amcheck: Use logging functions commit | commitdiff | tree
2021年04月23日 Peter Eisentraut doc: Fix typos commit | commitdiff | tree
2021年04月23日 Fujii Masao doc: Fix obsolete description about pg_basebackup. commit | commitdiff | tree
2021年04月23日 Peter Eisentraut Fix incorrect format placeholder commit | commitdiff | tree
2021年04月23日 Michael Paquier Fix some comments in fmgr.c commit | commitdiff | tree
2021年04月23日 Michael Paquier Remove use of [U]INT64_FORMAT in some translatable... commit | commitdiff | tree
2021年04月23日 Etsuro Fujita Minor code cleanup in asynchronous execution support. commit | commitdiff | tree
2021年04月22日 Tom Lane Don't crash on reference to an un-available system... commit | commitdiff | tree
2021年04月22日 Peter Eisentraut Fix some trailing whitespace in documentation files commit | commitdiff | tree
2021年04月22日 Alvaro Herrera Fix uninitialized memory bug commit | commitdiff | tree
2021年04月22日 Bruce Momjian doc: mention <link> can be inside of <command>, but... commit | commitdiff | tree
2021年04月22日 Andrew Dunstan Make PostgresVersion code a bit more robust and simple. commit | commitdiff | tree
2021年04月22日 Alvaro Herrera Fix relcache inconsistency hazard in partition detach commit | commitdiff | tree
2021年04月22日 Tom Lane Doc: document the tie-breaking behavior of the round... commit | commitdiff | tree
2021年04月22日 Andrew Dunstan Make PostgresNode version aware commit | commitdiff | tree
2021年04月22日 Michael Paquier Fix relation leak for subscribers firing triggers in... commit | commitdiff | tree
2021年04月22日 Michael Paquier doc: Move parallel_leader_participation to its correct... commit | commitdiff | tree
2021年04月21日 Alvaro Herrera Add comment about extract_autovac_opts not holding... commit | commitdiff | tree
2021年04月21日 Alvaro Herrera Don't add a redundant constraint when detaching a partition commit | commitdiff | tree
2021年04月21日 Andrew Dunstan fix silly perl error in commit d064afc720 commit | commitdiff | tree
2021年04月21日 Peter Eisentraut Update config.guess and config.sub commit | commitdiff | tree
2021年04月21日 Andrew Dunstan Only ever test for non-127.0.0.1 addresses on Windows... commit | commitdiff | tree
2021年04月21日 Peter Eisentraut Add DISTINCT to information schema usage views commit | commitdiff | tree
2021年04月21日 Peter Eisentraut Use correct format placeholder for timeline IDs commit | commitdiff | tree
2021年04月21日 Peter Eisentraut doc: Improve hyphenation consistency commit | commitdiff | tree
2021年04月21日 Peter Eisentraut Don't use INT64_FORMAT inside message strings commit | commitdiff | tree
2021年04月21日 Peter Eisentraut Fix typo commit | commitdiff | tree
2021年04月21日 Michael Paquier doc: List compute_query_id in required config for pg_st... commit | commitdiff | tree
2021年04月21日 Michael Paquier Add CURRENT_ROLE to list of roles for tab completion... commit | commitdiff | tree
2021年04月20日 Tom Lane Improve WAL record descriptions for SP-GiST records. commit | commitdiff | tree
2021年04月20日 Tom Lane Fix under-parenthesized XLogRecHasBlockRef() macro. commit | commitdiff | tree
2021年04月20日 Bruce Momjian Fix interaction of log_line_prefix's query_id and log_s... commit | commitdiff | tree
2021年04月20日 Bruce Momjian adjust query id feature to use pg_stat_activity.query_id commit | commitdiff | tree
2021年04月20日 Tom Lane Rename find_em_expr_usable_for_sorting_rel. commit | commitdiff | tree
2021年04月20日 Tom Lane Fix planner failure in some cases of sorting by an... commit | commitdiff | tree
2021年04月20日 Andrew Dunstan Avoid unfortunate IPC::Run path caching in PostgresNode commit | commitdiff | tree
2021年04月20日 Magnus Hagander Fix typo in comment commit | commitdiff | tree
2021年04月20日 Peter Geoghegan Document LP_DEAD accounting issues in VACUUM. commit | commitdiff | tree
2021年04月19日 Peter Eisentraut Use correct format placeholder for pids commit | commitdiff | tree
2021年04月19日 Amit Kapila Fix test case added by commit f5fc2f5b23. commit | commitdiff | tree
2021年04月19日 Michael Paquier Fix typos and grammar in comments and docs commit | commitdiff | tree
2021年04月19日 Michael Paquier Replace magic constants for seek() calls in perl scripts commit | commitdiff | tree
2021年04月18日 Thomas Munro Explain postmaster's treatment of SIGURG. commit | commitdiff | tree
2021年04月18日 Peter Eisentraut Add missing source files to nls.mk commit | commitdiff | tree
2021年04月17日 Peter Eisentraut doc: Fix up spacing around verbatim DocBook elements commit | commitdiff | tree
2021年04月17日 Peter Eisentraut Use correct format placeholder for block numbers commit | commitdiff | tree
2021年04月17日 Tom Lane Rethink extraction of collation dependencies. commit | commitdiff | tree
2021年04月16日 Tom Lane Update dummy prosrc values. commit | commitdiff | tree
2021年04月16日 Tom Lane Convert built-in SQL-language functions to SQL-standard... commit | commitdiff | tree
2021年04月16日 Tom Lane Split function definitions out of system_views.sql... commit | commitdiff | tree
2021年04月16日 Andrew Dunstan Allow TestLib::slurp_file to skip contents, and use... commit | commitdiff | tree
2021年04月16日 Tom Lane Fix bogus collation-version-recording logic. commit | commitdiff | tree
2021年04月16日 Tom Lane Fix wrong units in two ExplainPropertyFloat calls. commit | commitdiff | tree
2021年04月16日 Peter Eisentraut psql: Refine lexing of BEGIN...END blocks in CREATE... commit | commitdiff | tree
2021年04月16日 Peter Eisentraut psql: Small fixes for better translatability commit | commitdiff | tree
2021年04月16日 Michael Paquier doc: Fix typo in example query of SQL/JSON commit | commitdiff | tree
2021年04月16日 Amit Kapila Add information of total data processed to replication... commit | commitdiff | tree
2021年04月16日 Thomas Munro Doc: Document known problem with Windows collation... commit | commitdiff | tree
2021年04月15日 Tom Lane Provide query source text when parsing a SQL-standard... commit | commitdiff | tree
2021年04月15日 Tom Lane Revert "Cope with NULL query string in ExecInitParallel... commit | commitdiff | tree
2021年04月15日 Tom Lane Undo decision to allow pg_proc.prosrc to be NULL. commit | commitdiff | tree
2021年04月15日 Tom Lane Stabilize recently-added information_schema test queries. commit | commitdiff | tree
2021年04月15日 Peter Eisentraut Revert "psql: Show all query results by default" commit | commitdiff | tree
2021年04月15日 Fujii Masao doc: Add missing COMPRESSION into CREATE TABLE synopsis. commit | commitdiff | tree
next
This is the main PostgreSQL git repository.
RSS Atom

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