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月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
2020年06月27日 Tom Lane Add hints about protocol-version-related SSL connection... commit | commitdiff | tree
2020年06月27日 Tom Lane Change libpq's default ssl_min_protocol_version to... commit | commitdiff | tree
2020年06月27日 Amit Kapila Remove duplicate check added by commit b2a5545bd6. commit | commitdiff | tree
2020年06月27日 Alvaro Herrera Persist slot invalidation correctly commit | commitdiff | tree
2020年06月26日 Tom Lane Doc: explain that "timestamp - timestamp" applies justi... commit | commitdiff | tree
2020年06月25日 Bruce Momjian doc: mention trigger helper functions in CREATE TRIGGE... commit | commitdiff | tree
2020年06月25日 Bruce Momjian docs: clarify that CREATE DATABASE does not copy db... commit | commitdiff | tree
2020年06月25日 Peter Geoghegan Fix misuse of table_index_fetch_tuple_check(). commit | commitdiff | tree
2020年06月25日 Tom Lane Doc: correct nitpicky mistakes in array_position/array_... commit | commitdiff | tree
2020年06月25日 Fujii Masao Remove erroneous assertion from pg_copy_logical_replica... commit | commitdiff | tree
2020年06月24日 Tom Lane Fix compiler warning induced by commit d8b15eeb8. commit | commitdiff | tree
2020年06月24日 Alvaro Herrera Adjust max_slot_wal_keep_size behavior per review commit | commitdiff | tree
2020年06月24日 Alvaro Herrera Save slot's restart_lsn when invalidated due to size commit | commitdiff | tree
2020年06月24日 Alvaro Herrera Add parens to ConvertToXSegs macro commit | commitdiff | tree
2020年06月24日 Michael Paquier Fix comment in heap.c commit | commitdiff | tree
2020年06月22日 Jeff Davis Doc fixup for hashagg_avoid_disk_plan GUC. commit | commitdiff | tree
2020年06月22日 Tom Lane Undo double-quoting of index names in non-text EXPLAIN... commit | commitdiff | tree
2020年06月22日 Michael Paquier Fix inconsistent markups in catalogs.sgml commit | commitdiff | tree
2020年06月22日 Michael Paquier Add --no-index-cleanup and --no-truncate to vacuumdb. commit | commitdiff | tree
2020年06月21日 Alexander Korotkov Language fixes for docs related to opclass options commit | commitdiff | tree
2020年06月21日 Peter Geoghegan Doc: Tweak description of B-Tree duplicate tuples. commit | commitdiff | tree
2020年06月20日 Alexander Korotkov Minor corrections to docs related to opclass options commit | commitdiff | tree
2020年06月20日 Alexander Korotkov Fix masking of SP-GiST pages during xlog consistency... commit | commitdiff | tree
2020年06月20日 Alexander Korotkov Add documentation for opclass options commit | commitdiff | tree
2020年06月20日 Noah Misch Remove dead forceSync parameter of XactLogCommitRecord(). commit | commitdiff | tree
2020年06月20日 Amit Kapila Removal unused function parameter in CopyReadBinaryAttr... commit | commitdiff | tree
2020年06月19日 Alvaro Herrera Ensure write failure reports no-disk-space commit | commitdiff | tree
2020年06月19日 Tom Lane Future-proof regression tests against possibly-missing... commit | commitdiff | tree
2020年06月19日 Alvaro Herrera Adjust some glossary terms commit | commitdiff | tree
2020年06月19日 Peter Geoghegan Fix deduplication "single value" strategy bug. commit | commitdiff | tree
2020年06月19日 Fujii Masao Fix issues in invalidation of obsolete replication... commit | commitdiff | tree
2020年06月19日 David Rowley Fix EXPLAIN ANALYZE for parallel HashAgg plans commit | commitdiff | tree
2020年06月19日 Andres Freund Clean up includes of s_lock.h. commit | commitdiff | tree
2020年06月18日 Andres Freund Fix deadlock danger when atomic ops are done under... commit | commitdiff | tree
2020年06月18日 Andres Freund Add basic spinlock tests to regression tests. commit | commitdiff | tree
next
This is the main PostgreSQL git repository.
RSS Atom

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