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月28日 Etsuro Fujita Fix some issues with step generation in partition pruning. commit | commitdiff | tree
2020年07月28日 Peter Geoghegan Remove hashagg_avoid_disk_plan GUC. commit | commitdiff | tree
2020年07月27日 Michael Paquier Fix corner case with 16kB-long decompression in pgcrypt... commit | commitdiff | tree
2020年07月27日 Michael Paquier Fix handling of structure for bytea data type in ECPG commit | commitdiff | tree
2020年07月26日 Jeff Davis Fix LookupTupleHashEntryHash() pipeline-stall issue. commit | commitdiff | tree
2020年07月26日 David Rowley Allocate consecutive blocks during parallel seqscans commit | commitdiff | tree
2020年07月26日 Michael Paquier Tweak behavior of pg_stat_activity.leader_pid commit | commitdiff | tree
2020年07月25日 Noah Misch Remove optimization for RAND_poll() failing. commit | commitdiff | tree
2020年07月25日 Noah Misch Use RAND_poll() for seeding randomness after fork(). commit | commitdiff | tree
2020年07月25日 Tom Lane Improve performance of binary COPY FROM through better... commit | commitdiff | tree
2020年07月25日 Tom Lane Mark built-in coercion functions as leakproof where... commit | commitdiff | tree
2020年07月25日 Amit Kapila Fix buffer usage stats for nodes above Gather Merge. commit | commitdiff | tree
2020年07月24日 Tom Lane Replace TS_execute's TS_EXEC_CALC_NOT flag with TS_EXEC... commit | commitdiff | tree
2020年07月24日 Tom Lane Fix assorted bugs by changing TS_execute's callback... commit | commitdiff | tree
2020年07月24日 Peter Eisentraut Rename configure.in to configure.ac commit | commitdiff | tree
2020年07月23日 Tom Lane Fix ancient violation of zlib's API spec. commit | commitdiff | tree
2020年07月23日 Peter Eisentraut doc: Document that ssl_ciphers does not affect TLS 1.3 commit | commitdiff | tree
2020年07月23日 Thomas Munro Fix error message. commit | commitdiff | tree
2020年07月23日 Amit Kapila WAL Log invalidations at command end with wal_level... commit | commitdiff | tree
2020年07月22日 Michael Paquier Revert "Fix corner case with PGP decompression in pgcrypto" commit | commitdiff | tree
2020年07月22日 Tom Lane Support infinity and -infinity in the numeric data... commit | commitdiff | tree
2020年07月22日 Michael Paquier Fix corner case with PGP decompression in pgcrypto commit | commitdiff | tree
2020年07月22日 Thomas Munro Fix conversion table generator scripts. commit | commitdiff | tree
2020年07月22日 Michael Paquier Fix comment in sha2.h commit | commitdiff | tree
2020年07月21日 Tom Lane neqjoinsel must now pass through collation to eqjoinsel. commit | commitdiff | tree
2020年07月21日 Peter Geoghegan Add nbtree Valgrind buffer lock checks. commit | commitdiff | tree
2020年07月21日 Tom Lane Weaken type-OID-matching checks in array_recv and recor... commit | commitdiff | tree
2020年07月21日 Alvaro Herrera Glossary: Add term "base backup" commit | commitdiff | tree
2020年07月21日 Alvaro Herrera Minor glossary tweaks commit | commitdiff | tree
2020年07月21日 Tom Lane Be more careful about marking catalog columns NOT NULL... commit | commitdiff | tree
2020年07月21日 Tom Lane Assert that we don't insert nulls into attnotnull catal... commit | commitdiff | tree
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
next
This is the main PostgreSQL git repository.
RSS Atom

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