git.postgresql.org Git - postgresql.git/shortlog

git projects / postgresql.git / shortlog
? search:
summary | shortlog | log | commit | commitdiff | tree
first ⋅ prev ⋅ next
postgresql.git
2018年11月19日 Alvaro Herrera Disallow COPY FREEZE on partitioned tables commit | commitdiff | tree
2018年11月19日 Peter Eisentraut pg_archivecleanup: Update file header comment a bit commit | commitdiff | tree
2018年11月19日 Thomas Munro PANIC on fsync() failure. commit | commitdiff | tree
2018年11月19日 Thomas Munro Don't forget about failed fsync() requests. commit | commitdiff | tree
2018年11月19日 Michael Paquier Rework documentation of pg_promote commit | commitdiff | tree
2018年11月19日 Michael Paquier Remove unnecessary memcpy when reading WAL record fitti... commit | commitdiff | tree
2018年11月18日 Andrew Dunstan fix typo commit | commitdiff | tree
2018年11月18日 Andrew Dunstan Silence MSVC warnings about redefinition of isnan commit | commitdiff | tree
2018年11月18日 Tom Lane Fix AC_REQUIRES breakage in LLVM autoconf tests. commit | commitdiff | tree
2018年11月17日 Tomas Vondra Add valgrind suppressions for wcsrtombs optimizations commit | commitdiff | tree
2018年11月17日 Tom Lane Avoid defining SIGTTIN/SIGTTOU on Windows. commit | commitdiff | tree
2018年11月17日 Tom Lane Leave SIGTTIN/SIGTTOU signal handling alone in postmast... commit | commitdiff | tree
2018年11月17日 Andres Freund Fix some spurious new compiler warnings in MSVC. commit | commitdiff | tree
2018年11月17日 Andres Freund Make TupleTableSlots extensible, finish split of existi... commit | commitdiff | tree
2018年11月16日 Alvaro Herrera Avoid re-typedef'ing PartitionTupleRouting commit | commitdiff | tree
2018年11月16日 Alvaro Herrera pgbench: introduce a RandomState struct commit | commitdiff | tree
2018年11月16日 Andres Freund Inline hot path of slot_getsomeattrs(). commit | commitdiff | tree
2018年11月16日 Alvaro Herrera Redesign initialization of partition routing structures commit | commitdiff | tree
2018年11月16日 Andres Freund Fix slot type assumptions for nodeGather[Merge]. commit | commitdiff | tree
2018年11月16日 Andres Freund Add dummy field to currently empty struct TupleTableSlo... commit | commitdiff | tree
2018年11月16日 Andres Freund Don't generate tuple deforming functions for virtual... commit | commitdiff | tree
2018年11月16日 Andres Freund Verify that expected slot types match returned slot... commit | commitdiff | tree
2018年11月16日 Andres Freund Compute information about EEOP_*_FETCHSOME at expressio... commit | commitdiff | tree
2018年11月16日 Andres Freund Introduce notion of different types of slots (without... commit | commitdiff | tree
2018年11月15日 Andres Freund Rejigger materializing and fetching a HeapTuple from... commit | commitdiff | tree
2018年11月15日 Peter Eisentraut A small tweak to some comments for PartitionKeyData commit | commitdiff | tree
2018年11月15日 Peter Eisentraut Correct code comments for PartitionedRelPruneInfo struct commit | commitdiff | tree
2018年11月15日 Peter Eisentraut Update executor documentation for run-time partition... commit | commitdiff | tree
2018年11月15日 Andres Freund Rationalize expression context reset in ExecModifyTable(). commit | commitdiff | tree
2018年11月15日 Andres Freund Make reformat-dat-files, reformat-dat-files VPATH safe. commit | commitdiff | tree
2018年11月15日 Tom Lane Improve performance of partition pruning remapping... commit | commitdiff | tree
2018年11月15日 Alvaro Herrera geo_ops.c: Clarify comments and function arguments commit | commitdiff | tree
2018年11月15日 Amit Kapila Fix the omission in docs. commit | commitdiff | tree
2018年11月15日 Thomas Munro Further adjustment to random() seed initialization. commit | commitdiff | tree
2018年11月15日 Thomas Munro Increase the number of possible random seeds per time... commit | commitdiff | tree
2018年11月15日 Thomas Munro Use 64 bit type for BufFileSize(). commit | commitdiff | tree
2018年11月14日 Tom Lane Make psql's "\pset format" command reject non-unique... commit | commitdiff | tree
2018年11月14日 Tom Lane Doc: remove claim that all \pset format options are... commit | commitdiff | tree
2018年11月14日 Tom Lane Add a timezone-specific variant of date_trunc(). commit | commitdiff | tree
2018年11月14日 Tom Lane Second try at fixing numeric data passed through an... commit | commitdiff | tree
2018年11月14日 Peter Eisentraut Lower lock level for renaming indexes commit | commitdiff | tree
2018年11月14日 Michael Paquier Initialize TransactionState and user ID consistently... commit | commitdiff | tree
2018年11月14日 Michael Paquier Add flag values in WAL description to all heap records commit | commitdiff | tree
2018年11月14日 Michael Paquier Refactor code creating PartitionBoundInfo commit | commitdiff | tree
2018年11月13日 Alvaro Herrera Add INSERT ON CONFLICT test on partitioned tables with... commit | commitdiff | tree
2018年11月13日 Tom Lane Fix incorrect results for numeric data passed through... commit | commitdiff | tree
2018年11月13日 Tom Lane Fix realfailN lexer rules to not make assumptions about... commit | commitdiff | tree
2018年11月13日 Tom Lane Remove unused code in ECPG. commit | commitdiff | tree
2018年11月13日 Tom Lane Align ECPG lexer more closely with the core and psql... commit | commitdiff | tree
2018年11月13日 Peter Eisentraut doc: Fix minor whitespace issue commit | commitdiff | tree
2018年11月13日 Peter Eisentraut pg_dump: Fix dumping of WITH OIDS tables commit | commitdiff | tree
2018年11月13日 Thomas Munro Fix const correctness warning. commit | commitdiff | tree
2018年11月13日 Amit Kapila Fix the initialization of atomic variables introduced... commit | commitdiff | tree
2018年11月13日 Thomas Munro Fix handling of HBA ldapserver with multiple hostnames. commit | commitdiff | tree
2018年11月13日 Thomas Munro Fix possible buffer overrun in hba.c. commit | commitdiff | tree
2018年11月12日 Michael Paquier Remove CommandCounterIncrement() after processing ON... commit | commitdiff | tree
2018年11月12日 Tom Lane Simplify null-element handling in extension_config_remo... commit | commitdiff | tree
2018年11月12日 Tom Lane Limit the number of index clauses considered in choose_... commit | commitdiff | tree
2018年11月12日 Michael Paquier Fix incorrect author name in release notes commit | commitdiff | tree
2018年11月12日 Peter Eisentraut doc: Small punctuation improvement commit | commitdiff | tree
2018年11月12日 Peter Eisentraut doc: Small run-time pruning doc fix commit | commitdiff | tree
2018年11月11日 Andrew Dunstan Disable MSVC warning caused by recent snprintf.c changes commit | commitdiff | tree
2018年11月11日 Andres Freund Remove volatiles from {procarray,volatile}.c and fix... commit | commitdiff | tree
2018年11月10日 Peter Eisentraut Apply RI trigger skipping tests also for DELETE commit | commitdiff | tree
2018年11月10日 Peter Eisentraut Remove dead foreign key optimization code commit | commitdiff | tree
2018年11月10日 Andres Freund Combine two flag tests in GetSnapshotData(). commit | commitdiff | tree
2018年11月10日 Andres Freund docs: Adapt wal_segment_size docs to fc49e24fa69. commit | commitdiff | tree
2018年11月10日 Tom Lane Fix error-cleanup mistakes in exec_stmt_call(). commit | commitdiff | tree
2018年11月10日 Tom Lane Fix missing role dependencies for some schema and type... commit | commitdiff | tree
2018年11月10日 Andres Freund Remove ineffective check against dropped columns from... commit | commitdiff | tree
2018年11月10日 Andres Freund Don't require return slots for nodes without projection. commit | commitdiff | tree
2018年11月09日 Michael Paquier Fix incorrect routine name in xlog_heapam.h commit | commitdiff | tree
2018年11月09日 Alvaro Herrera Indicate session name in isolationtester notices commit | commitdiff | tree
2018年11月09日 Michael Paquier Fix dependency handling of partitions and inheritance... commit | commitdiff | tree
2018年11月08日 Tom Lane Disallow setting client_min_messages higher than ERROR. commit | commitdiff | tree
2018年11月08日 Alvaro Herrera Revise attribute handling code on partition creation commit | commitdiff | tree
2018年11月08日 Andrew Dunstan Adjust valgrind fix in commit 517b0d0b5f commit | commitdiff | tree
2018年11月08日 Michael Paquier Fix incorrect routine name reference in partprune.c commit | commitdiff | tree
2018年11月07日 Andres Freund Fixup for b84a6dafbf triggering assert failure in LLVM... commit | commitdiff | tree
2018年11月07日 Tom Lane Fix inadequate autoconfiscation of copyfile() usage. commit | commitdiff | tree
2018年11月07日 Andrew Dunstan Use parallel installcheck in vcregress.pl's upgrade... commit | commitdiff | tree
2018年11月07日 Andres Freund Move EEOP_*_SYSVAR evaluation out of line. commit | commitdiff | tree
2018年11月07日 Andrew Dunstan Quiet valgrind complaints following pread/pwrite changes commit | commitdiff | tree
2018年11月07日 Peter Eisentraut pg_upgrade: Allow use of file cloning commit | commitdiff | tree
2018年11月07日 Andres Freund Build HashState's hashkeys expression with the correct... commit | commitdiff | tree
2018年11月07日 Andres Freund Use installcheck-parallel in pg_upgrade's testsuite. commit | commitdiff | tree
2018年11月07日 Tom Lane Postpone calculating total_table_pages until after... commit | commitdiff | tree
2018年11月06日 Tom Lane Last-minute updates for release notes. commit | commitdiff | tree
2018年11月06日 Tom Lane Disable recheck_on_update optimization to avoid crashes. commit | commitdiff | tree
2018年11月06日 Thomas Munro Remove set-but-unused variable. commit | commitdiff | tree
2018年11月06日 Andrew Gierth Optimize nested ConvertRowtypeExpr nodes. commit | commitdiff | tree
2018年11月06日 Thomas Munro Use pg_pread() and pg_pwrite() for data files and WAL. commit | commitdiff | tree
2018年11月06日 Thomas Munro Provide pg_pread() and pg_pwrite() for random I/O. commit | commitdiff | tree
2018年11月06日 Bruce Momjian GUC: adjust effective_cache_size SQL descriptions commit | commitdiff | tree
2018年11月06日 Tom Lane Rename rbtree.c functions to use "rbt" prefix not ... commit | commitdiff | tree
2018年11月06日 Tom Lane Remove useless symbol from Makefile.global. commit | commitdiff | tree
2018年11月06日 Thomas Munro Remove some remaining traces of dsm_resize(). commit | commitdiff | tree
2018年11月06日 Michael Paquier Reorganize format options of psql in alphabetical order commit | commitdiff | tree
2018年11月06日 Michael Paquier Switch pg_promote to be parallel-safe commit | commitdiff | tree
2018年11月06日 Thomas Munro Remove dsm_resize() and dsm_remap(). commit | commitdiff | tree
next
This is the main PostgreSQL git repository.
RSS Atom

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