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年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
2020年01月18日 Michael Paquier Add GUC checks for ssl_min_protocol_version and ssl_max... commit | commitdiff | tree
2020年01月17日 Alexander Korotkov Avoid full scan of GIN indexes when possible commit | commitdiff | tree
2020年01月17日 Tom Lane Repair more failures with SubPlans in multi-row VALUES... commit | commitdiff | tree
2020年01月17日 Alvaro Herrera Set ReorderBufferTXN->final_lsn more eagerly commit | commitdiff | tree
2020年01月17日 Tomas Vondra Allocate freechunks bitmap as part of SlabContext commit | commitdiff | tree
2020年01月17日 Andrew Dunstan bump catalog version as should have been done for jsonb... commit | commitdiff | tree
2020年01月17日 Andrew Dunstan Add a non-strict version of jsonb_set commit | commitdiff | tree
2020年01月17日 Michael Paquier Move OpenSSL routines for min/max protocol setting... commit | commitdiff | tree
2020年01月16日 Tom Lane Rationalize code placement between wchar.c, encnames... commit | commitdiff | tree
2020年01月16日 Tom Lane Update header comments for wchar.c and encnames.c. commit | commitdiff | tree
2020年01月16日 Tom Lane Move wchar.c and encnames.c to src/common/. commit | commitdiff | tree
2020年01月16日 Robert Haas Fix problems with "read only query" checks, and refacto... commit | commitdiff | tree
2020年01月16日 Tom Lane Minor code beautification in regexp.c. commit | commitdiff | tree
2020年01月15日 Tom Lane Restructure ALTER TABLE execution to fix assorted bugs. commit | commitdiff | tree
2020年01月15日 Alvaro Herrera Report progress of ANALYZE commands commit | commitdiff | tree
2020年01月15日 Peter Eisentraut Remove libpq.rc, use win32ver.rc for libpq commit | commitdiff | tree
2020年01月15日 Michael Paquier Fix buggy logic in isTempNamespaceInUse() commit | commitdiff | tree
2020年01月15日 Amit Kapila Introduce IndexAM fields for parallel vacuum. commit | commitdiff | tree
2020年01月14日 Peter Eisentraut Fix compiler warning about format on Windows commit | commitdiff | tree
2020年01月14日 Bruce Momjian docs: change "default role" wording to "predefined... commit | commitdiff | tree
2020年01月14日 Bruce Momjian Revert copyright script changes to binary *.key files commit | commitdiff | tree
2020年01月14日 Bruce Momjian tools/copyright.pl: skip copyright changes for *.key... commit | commitdiff | tree
2020年01月14日 Peter Eisentraut walreceiver uses a temporary replication slot by default commit | commitdiff | tree
2020年01月14日 Peter Eisentraut Expose PQbackendPID() through walreceiver API commit | commitdiff | tree
2020年01月14日 Peter Eisentraut ALTER TABLE ... ALTER COLUMN ... DROP EXPRESSION commit | commitdiff | tree
2020年01月14日 Dean Rasheed Make rewriter prevent auto-updates on views with condit... commit | commitdiff | tree
2020年01月14日 Amit Kapila Revert test added by commit d207038053. commit | commitdiff | tree
2020年01月13日 Tom Lane Reduce size of backend scanner's tables. commit | commitdiff | tree
2020年01月13日 Peter Eisentraut Fix base backup with database OIDs larger than INT32_MAX commit | commitdiff | tree
2020年01月13日 Amit Kapila Fix typo. commit | commitdiff | tree
2020年01月13日 Michael Paquier Fix comment in heapam.c commit | commitdiff | tree
2020年01月13日 Andrew Dunstan Only superuser can set sslcert/sslkey in postgres_fdw... commit | commitdiff | tree
2020年01月13日 Amit Kapila Delete empty pages in each pass during GIST VACUUM. commit | commitdiff | tree
2020年01月13日 Tomas Vondra Apply multiple multivariate MCV lists when possible commit | commitdiff | tree
2020年01月13日 Tomas Vondra Apply all available functional dependencies commit | commitdiff | tree
2020年01月12日 Tom Lane Fix edge-case crashes and misestimation in range contai... commit | commitdiff | tree
2020年01月12日 Michael Paquier Remove incorrect assertion for INSERT in logical replic... commit | commitdiff | tree
2020年01月11日 Tom Lane Extensive code review for GSSAPI encryption mechanism. commit | commitdiff | tree
2020年01月11日 Peter Eisentraut Make lsn argument of walrcv_create_slot() optional commit | commitdiff | tree
2020年01月11日 Peter Eisentraut Remove STATUS_FOUND commit | commitdiff | tree
2020年01月11日 Noah Misch Maintain valid md.c state when FileClose() fails. commit | commitdiff | tree
2020年01月10日 Peter Geoghegan nbtree: Rename BT_HEAP_TID_ATTR. commit | commitdiff | tree
2020年01月10日 Peter Geoghegan nbtree: BTREE_[MIN|NOVAC]_VERSION comment tweaks. commit | commitdiff | tree
2020年01月10日 Alvaro Herrera Clean up representation of flags in struct ReorderBufferTXN commit | commitdiff | tree
2020年01月10日 Michael Paquier doc: Fix naming of SELinux commit | commitdiff | tree
2020年01月10日 Michael Paquier pgbench: Make more debug messages use common logging API commit | commitdiff | tree
2020年01月09日 Tom Lane Skip tab-completion tests if envar SKIP_READLINE_TESTS... commit | commitdiff | tree
2020年01月09日 Tom Lane Reconsider the representation of join alias Vars. commit | commitdiff | tree
2020年01月09日 Robert Haas Add pg_shmem_allocations view. commit | commitdiff | tree
2020年01月09日 Robert Haas Remove bogus 'return'. commit | commitdiff | tree
2020年01月09日 Magnus Hagander Clarify that pg_trgm is used in example commit | commitdiff | tree
2020年01月09日 Peter Eisentraut Add support for automatically updating Unicode derived... commit | commitdiff | tree
2020年01月09日 Andrew Dunstan Allow 'sslkey' and 'sslcert' in postgres_fdw user mappings commit | commitdiff | tree
2020年01月08日 Peter Eisentraut Modernize Python exception syntax in tests commit | commitdiff | tree
2020年01月08日 Peter Eisentraut Remove support for Python older than 2.6 commit | commitdiff | tree
2020年01月08日 Alvaro Herrera Reimplement nullification of walsender timestamp commit | commitdiff | tree
2020年01月08日 Tom Lane Improve the handling of result type coercions in SQL... commit | commitdiff | tree
2020年01月08日 Stephen Frost Improve GSSAPI Encryption startup comment in libpq commit | commitdiff | tree
2020年01月08日 Tom Lane Fix handling of generated columns in ALTER TABLE. commit | commitdiff | tree
2020年01月08日 Peter Eisentraut pgbench: Use common logging API commit | commitdiff | tree
2020年01月08日 Michael Paquier Revert "Forbid DROP SCHEMA on temporary namespaces" commit | commitdiff | tree
2020年01月08日 Michael Paquier Remove dependency to system calls for memory allocation... commit | commitdiff | tree
2020年01月07日 Alvaro Herrera pg_stat_activity: show NULL stmt start time for walsenders commit | commitdiff | tree
2020年01月07日 Robert Haas tableam: New callback relation_fetch_toast_slice. commit | commitdiff | tree
next
This is the main PostgreSQL git repository.
RSS Atom

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