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年07月21日 Michael Paquier Rework tab completion of COPY and \copy in psql commit | commitdiff | tree
2020年07月21日 Tom Lane Fix some corner cases for window ranges with infinite... commit | commitdiff | tree
2020年07月20日 Tom Lane Make floating-point "NaN / 0" return NaN instead of... commit | commitdiff | tree
2020年07月20日 Peter Geoghegan Assert that buffer is pinned in LockBuffer(). commit | commitdiff | tree
2020年07月20日 Tom Lane Correctly mark pg_subscription_rel.srsublsn as nullable. commit | commitdiff | tree
2020年07月20日 Tom Lane Fix construction of updated-columns bitmap in logical... commit | commitdiff | tree
2020年07月20日 Alexander Korotkov Update btree_gist extension for parallel query commit | commitdiff | tree
2020年07月20日 Fujii Masao Rename wal_keep_segments to wal_keep_size. commit | commitdiff | tree
2020年07月20日 Amit Kapila Immediately WAL-log subtransaction and top-level XID... commit | commitdiff | tree
2020年07月20日 Fujii Masao Add generic_plans and custom_plans fields into pg_prepa... commit | commitdiff | tree
2020年07月20日 Amit Kapila Fix minor typo in nodeIncrementalSort.c. commit | commitdiff | tree
2020年07月19日 Peter Geoghegan Avoid harmless Valgrind no-buffer-pin errors. commit | commitdiff | tree
2020年07月19日 Peter Geoghegan Mark buffers as defined to Valgrind consistently. commit | commitdiff | tree
2020年07月19日 Tom Lane Correctly mark pg_subscription.subslotname as nullable. commit | commitdiff | tree
2020年07月19日 Peter Eisentraut Define OPENSSL_API_COMPAT commit | commitdiff | tree
2020年07月18日 Tom Lane Fix replication/worker_internal.h to compile without... commit | commitdiff | tree
2020年07月18日 Tom Lane Allow logical replication to transfer data in binary... commit | commitdiff | tree
2020年07月18日 Michael Paquier doc: Refresh more URLs in the docs commit | commitdiff | tree
2020年07月18日 Amit Kapila Adjust minor comment in reorderbuffer.c. commit | commitdiff | tree
2020年07月18日 Amit Kapila Fix comments in reorderbuffer.c. commit | commitdiff | tree
2020年07月18日 Michael Paquier doc: Fix description of \copy for psql commit | commitdiff | tree
2020年07月18日 Peter Geoghegan Rename "hash_mem" local variable. commit | commitdiff | tree
2020年07月18日 Peter Geoghegan Add Valgrind buffer access instrumentation. commit | commitdiff | tree
2020年07月17日 Tom Lane Cope with data-offset-less archive files during out... commit | commitdiff | tree
2020年07月17日 Tom Lane Remove manual tracking of file position in pg_dump... commit | commitdiff | tree
2020年07月17日 Peter Geoghegan Avoid CREATE INDEX unique index deduplication. commit | commitdiff | tree
2020年07月17日 Tom Lane Ensure that distributed timezone abbreviation files... commit | commitdiff | tree
2020年07月17日 Peter Eisentraut Fix whitespace commit | commitdiff | tree
2020年07月17日 Peter Eisentraut Resolve gratuitous tabs in SQL file commit | commitdiff | tree
2020年07月17日 Amit Kapila Fix signal handler setup for SIGHUP in the apply launch... commit | commitdiff | tree
2020年07月17日 Thomas Munro Use MinimalTuple for tuple queues. commit | commitdiff | tree
2020年07月17日 Thomas Munro Add huge_page_size setting for use on Linux. commit | commitdiff | tree
2020年07月16日 Andrew Dunstan Enable almost all TAP tests involving symlinks on Windows commit | commitdiff | tree
2020年07月16日 Michael Paquier Switch pg_test_fsync to use binary mode on Windows commit | commitdiff | tree
2020年07月15日 Peter Eisentraut pg_dump: Reorganize dumpFunc() and dumpAgg() commit | commitdiff | tree
2020年07月15日 Michael Paquier Fix handling of missing files when using pg_rewind... commit | commitdiff | tree
2020年07月15日 Michael Paquier Fix compilation failure with sepgsql commit | commitdiff | tree
2020年07月15日 Michael Paquier Eliminate cache lookup errors in SQL functions for... commit | commitdiff | tree
2020年07月14日 Tom Lane Fix bitmap AND/OR scans on the inside of a nestloop... commit | commitdiff | tree
2020年07月14日 Peter Eisentraut Fix -Wcast-function-type warnings commit | commitdiff | tree
2020年07月14日 David Rowley Add comment to explain an unused function parameter commit | commitdiff | tree
2020年07月14日 David Rowley Fix timing issue with ALTER TABLE's validate constraint commit | commitdiff | tree
2020年07月14日 Michael Paquier Fix some header identifications commit | commitdiff | tree
2020年07月14日 Michael Paquier Fix comments related to table AMs commit | commitdiff | tree
2020年07月14日 Tom Lane Cope with lateral references in the quals of a subquery... commit | commitdiff | tree
2020年07月13日 Alvaro Herrera Fix uninitialized value in segno calculation commit | commitdiff | tree
2020年07月13日 Tom Lane Fix bugs in libpq's management of GSS encryption state. commit | commitdiff | tree
2020年07月13日 Alexander Korotkov Improvements to psql \dAo and \dAp commands commit | commitdiff | tree
2020年07月13日 Jeff Davis HashAgg: before spilling tuples, set unneeded columns... commit | commitdiff | tree
2020年07月13日 Jeff Davis Revert "Use CP_SMALL_TLIST for hash aggregate" commit | commitdiff | tree
2020年07月13日 Amit Kapila Revert "Track statistics for spilling of changes from... commit | commitdiff | tree
2020年07月13日 Michael Paquier Fix timestamp range handling in regression tests of... commit | commitdiff | tree
2020年07月12日 Michael Paquier Fix test failure with -DENFORCE_REGRESSION_TEST_NAME_RE... commit | commitdiff | tree
2020年07月12日 Michael Paquier Include replication origins in SQL functions for commit... commit | commitdiff | tree
2020年07月11日 Tom Lane Avoid useless buffer allocations during binary COPY... commit | commitdiff | tree
2020年07月11日 Tom Lane Avoid trying to restore table ACLs and per-column ACLs... commit | commitdiff | tree
2020年07月11日 Peter Eisentraut doc: Add link from pg_dump --encoding to supported... commit | commitdiff | tree
2020年07月11日 Michael Paquier Rename field "relkind" to "objtype" for CTAS and ALTER... commit | commitdiff | tree
2020年07月11日 Alexander Korotkov Forbid numeric NaN in jsonpath commit | commitdiff | tree
2020年07月11日 Alexander Korotkov Improve error reporting for jsonpath .double() method commit | commitdiff | tree
2020年07月10日 Tom Lane Doc: update or remove dead external links. commit | commitdiff | tree
2020年07月10日 Peter Eisentraut Add missing <application> tags in application doc ... commit | commitdiff | tree
2020年07月10日 Michael Paquier Revert "Remove reset of testtablespace from pg_regress... commit | commitdiff | tree
2020年07月10日 Peter Eisentraut Log the location field before any backtrace commit | commitdiff | tree
2020年07月10日 Alvaro Herrera Remove WARNING message from brin_desummarize_range commit | commitdiff | tree
2020年07月09日 Tom Lane Fix pg_current_logfile() to not emit a carriage return... commit | commitdiff | tree
2020年07月09日 Tom Lane Further tighten Windows CRLF conversion in our TAP... commit | commitdiff | tree
2020年07月09日 Peter Eisentraut pg_dump: Further reorganize getTableAttrs() commit | commitdiff | tree
2020年07月09日 Fujii Masao doc: Correct the description about the length of pg_sta... commit | commitdiff | tree
2020年07月09日 Tom Lane Tighten up Windows CRLF conversion in our TAP test... commit | commitdiff | tree
2020年07月08日 David Rowley Fix whitespace in HashAgg EXPLAIN ANALYZE commit | commitdiff | tree
2020年07月08日 Andres Freund code: replace most remaining uses of 'master'. commit | commitdiff | tree
2020年07月08日 Andres Freund docs: replace 'master process' with 'supervisor process... commit | commitdiff | tree
2020年07月08日 Andres Freund docs: replace 'master' with 'root' where appropriate. commit | commitdiff | tree
2020年07月08日 Andres Freund docs: replace 'master' with 'primary' where appropriate. commit | commitdiff | tree
2020年07月08日 Andres Freund code: replace 'master' with 'leader' where appropriate. commit | commitdiff | tree
2020年07月08日 Andres Freund code: replace 'master' with 'primary' where appropriate. commit | commitdiff | tree
2020年07月08日 Andres Freund tap tests: replace 'master' with 'primary'. commit | commitdiff | tree
2020年07月08日 Alvaro Herrera Don't treat DumpOptions->dump_inserts like a boolean commit | commitdiff | tree
2020年07月08日 Tom Lane Add test coverage for pg_current_logfile() function. commit | commitdiff | tree
2020年07月08日 Fujii Masao Fix incorrect variable datatype. commit | commitdiff | tree
2020年07月08日 Peter Eisentraut Remove junk in test file commit | commitdiff | tree
2020年07月08日 Magnus Hagander Fix typo commit | commitdiff | tree
2020年07月08日 Fujii Masao Fix function name in comment. commit | commitdiff | tree
2020年07月08日 Michael Paquier doc: Fix inconsistencies in GIN, BRIN and SP-GiST for... commit | commitdiff | tree
2020年07月07日 Tom Lane Un-break pg_upgrade from pre-v12 servers. commit | commitdiff | tree
2020年07月07日 Tom Lane Don't create pg_type entries for sequences or toast... commit | commitdiff | tree
2020年07月07日 Alvaro Herrera Morph pg_replication_slots.min_safe_lsn to safe_wal_size commit | commitdiff | tree
2020年07月07日 Magnus Hagander Check ssl_in_use flag when reporting statistics commit | commitdiff | tree
2020年07月07日 Peter Eisentraut Resolve gratuitous tabs in test SQL file commit | commitdiff | tree
2020年07月06日 Peter Geoghegan Remove unnecessary PageIsEmpty() nbtree build check. commit | commitdiff | tree
2020年07月06日 Tom Lane Create composite array types for initdb-created relations. commit | commitdiff | tree
2020年07月06日 Peter Eisentraut Fix typo in test commit | commitdiff | tree
2020年07月06日 Fujii Masao doc: Add note about possible performance overhead by... commit | commitdiff | tree
2020年07月06日 Michael Paquier Refactor routines for name lookups of procedures and... commit | commitdiff | tree
2020年07月06日 Amit Kapila Remove extra whitespace in comments atop ReorderBufferC... commit | commitdiff | tree
2020年07月06日 Michael Paquier Add new flag to format_type_extended() to get NULL... commit | commitdiff | tree
2020年07月06日 Amit Kapila Remove unused function parameter in end_parallel_vacuum. commit | commitdiff | tree
2020年07月06日 Michael Paquier Improve perl script in MSVC to build binaries commit | commitdiff | tree
2020年07月05日 Tom Lane Inline the fast path of plpgsql's exec_cast_value(). commit | commitdiff | tree
next
This is the main PostgreSQL git repository.
RSS Atom

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