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

git projects / postgresql.git / shortlog
? search:
summary | shortlog | log | commit | commitdiff | tree
first ⋅ prev ⋅ next
postgresql.git
2020年02月07日 Andres Freund jit: Reference expression step functions via llvmjit_types. commit | commitdiff | tree
2020年02月07日 Michael Paquier Bump catalog version for the addition of leader_pid... commit | commitdiff | tree
2020年02月07日 Jeff Davis Introduce TupleHashTableHash() and LookupTupleHashEntry... commit | commitdiff | tree
2020年02月07日 Andres Freund jit: Remove redundancies in expression evaluation code... commit | commitdiff | tree
2020年02月07日 Andres Freund jit: Reference functions by name in IOCOERCE steps. commit | commitdiff | tree
2020年02月07日 Andres Freund expression eval: Don't redundantly keep track of AggState. commit | commitdiff | tree
2020年02月07日 Andres Freund expression eval, jit: Minor code cleanups. commit | commitdiff | tree
2020年02月07日 Michael Paquier Fix typo in proc.c commit | commitdiff | tree
2020年02月07日 Michael Paquier Revert "Prevent running pg_basebackup as root" commit | commitdiff | tree
2020年02月06日 Michael Paquier Revert "Add GUC checks for ssl_min_protocol_version... commit | commitdiff | tree
2020年02月06日 Peter Eisentraut Ensure relcache consistency around generated columns commit | commitdiff | tree
2020年02月06日 Jeff Davis Refactor hash_agg_entry_size(). commit | commitdiff | tree
2020年02月06日 Jeff Davis Logical Tape Set: use min heap for freelist. commit | commitdiff | tree
2020年02月06日 Amit Kapila Fix typo. commit | commitdiff | tree
2020年02月06日 Fujii Masao Fix bug in LWLock statistics mechanism. commit | commitdiff | tree
2020年02月06日 Michael Paquier Add leader_pid to pg_stat_activity commit | commitdiff | tree
2020年02月05日 Andrew Gierth Force tuple conversion when the source has missing... commit | commitdiff | tree
2020年02月05日 Alvaro Herrera Make vacuum buffer counters 64 bits wide commit | commitdiff | tree
2020年02月05日 Alvaro Herrera ALTER SUBSCRIPTION / REFRESH docs: explain copy_data commit | commitdiff | tree
2020年02月05日 Noah Misch When a TAP file has non-zero exit status, retain tempor... commit | commitdiff | tree
2020年02月05日 Thomas Munro Add kqueue(2) support to the WaitEventSet API. commit | commitdiff | tree
2020年02月04日 Thomas Munro Handle lack of DSM slots in parallel btree build, take 2. commit | commitdiff | tree
2020年02月04日 Tom Lane Fix handling of "Subplans Removed" field in EXPLAIN... commit | commitdiff | tree
2020年02月04日 Michael Paquier Fix fuzzy error handling in pg_basebackup when opening... commit | commitdiff | tree
2020年02月03日 Alvaro Herrera Add missing break out seqscan loop in logical replication commit | commitdiff | tree
2020年02月03日 Michael Paquier Add declaration-level assertions for compile-time checks commit | commitdiff | tree
2020年02月02日 Tom Lane Fix assorted error-cleanup bugs in SSL min/max protocol... commit | commitdiff | tree
2020年02月01日 Andrew Gierth Optimizations for integer to decimal output. commit | commitdiff | tree
2020年02月01日 Michael Paquier Prevent running pg_basebackup as root commit | commitdiff | tree
2020年02月01日 Thomas Munro Fix memory leak on DSM slot exhaustion. commit | commitdiff | tree
2020年01月31日 Tom Lane Fix not-quite-right string comparison in parse_jsonb_in... commit | commitdiff | tree
2020年01月31日 Tom Lane Fix CheckAttributeType's handling of collations for... commit | commitdiff | tree
2020年01月31日 Tom Lane Fix parallel pg_dump/pg_restore for failure to create... commit | commitdiff | tree
2020年01月31日 Peter Eisentraut Allow building without default socket directory commit | commitdiff | tree
2020年01月31日 Peter Eisentraut Sprinkle some const decorations commit | commitdiff | tree
2020年01月31日 Michael Paquier Fix typo in recently-added TAP test for replication... commit | commitdiff | tree
2020年01月31日 Thomas Munro Report time spent in posix_fallocate() as a wait event. commit | commitdiff | tree
2020年01月31日 Thomas Munro Adjust DSM and DSA slot usage constants. commit | commitdiff | tree
2020年01月30日 Tom Lane In jsonb_plpython.c, suppress warning message from... commit | commitdiff | tree
2020年01月30日 Thomas Munro Handle lack of DSM slots in parallel btree build. commit | commitdiff | tree
2020年01月30日 Alvaro Herrera Clean up newlines following left parentheses commit | commitdiff | tree
2020年01月30日 Alvaro Herrera Remove excess parens in ereport() calls commit | commitdiff | tree
2020年01月30日 Tom Lane Fix test failure with non-MULTIPLICITY Perl interpreters. commit | commitdiff | tree
2020年01月30日 Fujii Masao Make inherited TRUNCATE perform access permission check... commit | commitdiff | tree
2020年01月30日 Michael Paquier Fix slot data persistency when advancing physical repli... commit | commitdiff | tree
2020年01月30日 Tom Lane Fix vcregress.pl for new plperl test case. commit | commitdiff | tree
2020年01月29日 Tom Lane Invent "trusted" extensions, and remove the pg_pltempla... commit | commitdiff | tree
2020年01月29日 Tom Lane Teach plpgsql's "make clean" to remove generated test... commit | commitdiff | tree
2020年01月29日 Robert Haas Add jsonapi.c to Mkvcbuild.pm's @pgcommonallfiles. commit | commitdiff | tree
2020年01月29日 Robert Haas Move jsonapi.c and jsonapi.h to src/common. commit | commitdiff | tree
2020年01月29日 Peter Eisentraut Fail if recovery target is not reached commit | commitdiff | tree
2020年01月29日 Michael Paquier Fix dispsize for libpq connection parameters channel_bi... commit | commitdiff | tree
2020年01月29日 Amit Kapila Add --parallel option to vacuumdb command. commit | commitdiff | tree
2020年01月28日 Tom Lane Fix dangling pointer in EvalPlanQual machinery. commit | commitdiff | tree
2020年01月28日 Heikki Linnakangas Fix randAccess setting in ReadRecord() commit | commitdiff | tree
2020年01月28日 Thomas Munro Fix compile error on HP C. commit | commitdiff | tree
2020年01月28日 Thomas Munro Don't reset latch in ConditionVariablePrepareToSleep(). commit | commitdiff | tree
2020年01月28日 Amit Kapila Added relation name in error messages for constraint... commit | commitdiff | tree
2020年01月28日 Michael Paquier Add connection parameters to control SSL protocol min... commit | commitdiff | tree
2020年01月28日 Thomas Munro Remove dependency on HeapTuple from predicate locking... commit | commitdiff | tree
2020年01月27日 Tom Lane Apply project best practices to switches over enum... commit | commitdiff | tree
2020年01月27日 Robert Haas Move some code from jsonapi.c to jsonfuncs.c. commit | commitdiff | tree
2020年01月27日 Robert Haas Adjust pg_parse_json() so that it does not directly... commit | commitdiff | tree
2020年01月27日 Thomas Munro Avoid unnecessary shm writes in Parallel Hash Join. commit | commitdiff | tree
2020年01月27日 Michael Paquier Fix some memory leaks and improve restricted token... commit | commitdiff | tree
2020年01月26日 Tom Lane Fix EXPLAIN (SETTINGS) to follow policy about when... commit | commitdiff | tree
2020年01月26日 Thomas Munro Refactor confusing code in _mdfd_openseg(). commit | commitdiff | tree
2020年01月26日 Tom Lane In postgres_fdw, don't try to ship MULTIEXPR updates... commit | commitdiff | tree
2020年01月26日 Heikki Linnakangas Refactor XLogReadRecord(), adding XLogBeginRead() function. commit | commitdiff | tree
2020年01月25日 Tom Lane Clean up EXPLAIN's handling of per-worker details. commit | commitdiff | tree
2020年01月25日 Dean Rasheed Add functions gcd() and lcm() for integer and numeric... commit | commitdiff | tree
2020年01月24日 Robert Haas Remove jsonapi.c's lex_accept(). commit | commitdiff | tree
2020年01月24日 Robert Haas Split JSON lexer/parser from 'json' data type support. commit | commitdiff | tree
2020年01月24日 Robert Haas Adjust src/include/utils/jsonapi.h so it's not backend... commit | commitdiff | tree
2020年01月24日 Fujii Masao Add pg_file_sync() to adminpack extension. commit | commitdiff | tree
2020年01月24日 Peter Eisentraut Add exclusion to headercheck commit | commitdiff | tree
2020年01月24日 Peter Eisentraut Fix typo commit | commitdiff | tree
2020年01月24日 Michael Paquier Doc: Fix list of storage parameters available for ALTER... commit | commitdiff | tree
2020年01月23日 Tom Lane Add configure probe for rl_completion_suppress_quote. commit | commitdiff | tree
2020年01月23日 Tom Lane Fix an oversight in commit 4c70098ff. commit | commitdiff | tree
2020年01月23日 Tom Lane Clean up formatting.c's logic for matching constant... commit | commitdiff | tree
2020年01月23日 Tom Lane Improve psql's tab completion for filenames. commit | commitdiff | tree
2020年01月23日 Michael Paquier Doc: Fix and tweak documentation for ANALYZE reporting commit | commitdiff | tree
2020年01月23日 Michael Paquier Clarify some comments in vacuumlazy.c commit | commitdiff | tree
2020年01月22日 Alvaro Herrera Add BRIN test case commit | commitdiff | tree
2020年01月22日 Fujii Masao Add GUC ignore_invalid_pages. commit | commitdiff | tree
2020年01月22日 Amit Kapila Fix the computation of max dead tuples during the vacuum. commit | commitdiff | tree
2020年01月22日 Michael Paquier Fix concurrent indexing operations with temporary tables commit | commitdiff | tree
2020年01月21日 Tom Lane Clarify behavior of adding and altering a column in... commit | commitdiff | tree
2020年01月21日 Andres Freund Fix edge case leading to agg transitions skipping ExecA... commit | commitdiff | tree
2020年01月21日 Michael Paquier Add GUC variables for stat tracking and timeout as... commit | commitdiff | tree
2020年01月20日 Tom Lane Further tweaking of jsonb_set_lax(). commit | commitdiff | tree
2020年01月20日 Tom Lane Fix pg_dump's sigTermHandler() to use _exit() not exit(). commit | commitdiff | tree
2020年01月20日 Heikki Linnakangas Fix crash in BRIN inclusion op functions, due to missin... commit | commitdiff | tree
2020年01月20日 Amit Kapila Allow vacuum command to process indexes in parallel. commit | commitdiff | tree
2020年01月20日 Tom Lane Fix out-of-memory handling in ecpglib. commit | commitdiff | tree
2020年01月19日 Tom Lane Silence minor compiler warnings. commit | commitdiff | tree
2020年01月19日 Heikki Linnakangas Remove separate files for the initial contents of pg_... commit | commitdiff | tree
2020年01月19日 Michael Paquier Doc: Improve description of connection strings with... commit | commitdiff | tree
2020年01月18日 Tom Lane Doc: rearrange the documentation of binary-string funct... commit | commitdiff | tree
next
This is the main PostgreSQL git repository.
RSS Atom

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