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月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
2020年07月05日 Peter Eisentraut doc: Spell checking commit | commitdiff | tree
2020年07月05日 Michael Paquier doc: Fix incorrect reference to textout in plpgsql... commit | commitdiff | tree
2020年07月05日 Peter Eisentraut Rename enable_incrementalsort for clarity commit | commitdiff | tree
2020年07月04日 Joe Conway Fix "ignoring return value" complaints from commit... commit | commitdiff | tree
2020年07月04日 Joe Conway Read until EOF vice stat-reported size in read_binary_file commit | commitdiff | tree
2020年07月03日 Tom Lane Clamp total-tuples estimates for foreign tables to... commit | commitdiff | tree
2020年07月03日 Tom Lane Fix temporary tablespaces for shared filesets some... commit | commitdiff | tree
2020年07月03日 Tom Lane Inline plpgsql's exec_stmt() into exec_stmts(). commit | commitdiff | tree
2020年07月03日 Magnus Hagander Fix temporary tablespaces for shared filesets commit | commitdiff | tree
2020年07月03日 Fujii Masao doc: Correct description of restart_lsn in pg_replicati... commit | commitdiff | tree
2020年07月03日 Fujii Masao Change default of pg_stat_statements.track_planning... commit | commitdiff | tree
2020年07月02日 Peter Geoghegan Initialize work_mem using current guc.c default. commit | commitdiff | tree
2020年07月02日 Peter Geoghegan nbtree: Rename _bt_search() variables. commit | commitdiff | tree
2020年07月02日 Michael Paquier Move description of libpqwalreceiver hooks out of the... commit | commitdiff | tree
2020年07月01日 Michael Paquier Refactor ObjectAddress field assignments in more places commit | commitdiff | tree
2020年07月01日 Amit Kapila Improve vacuum error context handling. commit | commitdiff | tree
2020年07月01日 Michael Paquier Refactor creation of normal dependency records when... commit | commitdiff | tree
2020年07月01日 Michael Paquier Fix removal of files generated by TAP tests for SSL commit | commitdiff | tree
2020年07月01日 David Rowley Further adjustments to Hashagg EXPLAIN ANALYZE output commit | commitdiff | tree
2020年06月30日 Michael Meskes Fix ecpg crash with bytea and cursor variables. commit | commitdiff | tree
2020年06月30日 Bruce Momjian doc: clarify that storage parameter values are optional commit | commitdiff | tree
2020年06月30日 Bruce Momjian doc: change pg_upgrade wal_level to be not minimal commit | commitdiff | tree
2020年06月30日 Fujii Masao Add +(pg_lsn,numeric) and -(pg_lsn,numeric) operators. commit | commitdiff | tree
2020年06月30日 Michael Paquier Prevent compilation of frontend-only files in src/commo... commit | commitdiff | tree
2020年06月29日 Peter Eisentraut pgstattuple: Have pgstattuple_approx accept TOAST tables commit | commitdiff | tree
2020年06月29日 Tom Lane Remove support for timezone "posixrules" file. commit | commitdiff | tree
2020年06月29日 Tom Lane Mop up some no-longer-necessary hacks around printf... commit | commitdiff | tree
2020年06月29日 Peter Geoghegan nbtree: Correct inaccurate split location comment. commit | commitdiff | tree
2020年06月29日 Tom Lane Avoid using %c printf format for potentially non-ASCII... commit | commitdiff | tree
2020年06月29日 Peter Eisentraut Add current substring regular expression syntax commit | commitdiff | tree
2020年06月29日 Peter Eisentraut Clean up grammar a bit commit | commitdiff | tree
2020年06月29日 Michael Paquier Refactor ObjectAddress field assignments for type depen... commit | commitdiff | tree
2020年06月28日 Noah Misch Fix documentation of "must be vacuumed within" warning. commit | commitdiff | tree
2020年06月27日 Tom Lane Fix list of SSL error codes for older OpenSSL versions. commit | commitdiff | tree
next
This is the main PostgreSQL git repository.
RSS Atom

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