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月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
2018年11月05日 Tom Lane Last-minute updates for release notes. commit | commitdiff | tree
2018年11月05日 Andres Freund Fix copy-paste error in errhint() introduced in 691d79a... commit | commitdiff | tree
2018年11月05日 Tom Lane Remove unreferenced pg_opfamily entry. commit | commitdiff | tree
2018年11月05日 Tom Lane Last-minute updates for release notes. commit | commitdiff | tree
2018年11月05日 Michael Paquier Block creation of partitions with open references to... commit | commitdiff | tree
2018年11月05日 Michael Paquier Ignore partitioned tables when processing ON COMMIT... commit | commitdiff | tree
2018年11月04日 Tom Lane Release notes for 11.1, 10.6, 9.6.11, 9.5.15, 9.4.20... commit | commitdiff | tree
2018年11月04日 Tom Lane Fix ExecuteCallStmt to not scribble on the passed-in... commit | commitdiff | tree
2018年11月04日 Tom Lane Fix bugs in plpgsql's handling of CALL argument lists. commit | commitdiff | tree
2018年11月04日 Tom Lane Fix unused-variable warning. commit | commitdiff | tree
2018年11月03日 Andres Freund Prevent generating EEOP_AGG_STRICT_INPUT_CHECK operatio... commit | commitdiff | tree
2018年11月03日 Andres Freund Fix STRICT check for strict aggregates with NULL ORDER... commit | commitdiff | tree
2018年11月03日 Tom Lane Make ts_locale.c's character-type functions cope with... commit | commitdiff | tree
2018年11月03日 Alvaro Herrera Fix tablespace handling for partitioned indexes commit | commitdiff | tree
2018年11月03日 Stephen Frost Remove extra word from create sub docs commit | commitdiff | tree
2018年11月03日 Tom Lane First-draft release notes for 11.1. commit | commitdiff | tree
2018年11月02日 Tom Lane Yet further rethinking of build changes for macOS Mojave. commit | commitdiff | tree
2018年11月02日 Thomas Munro Fix NULL handling in multi-batch Parallel Hash Left... commit | commitdiff | tree
2018年11月02日 Bruce Momjian docs: adjust simpler language for NULL return from... commit | commitdiff | tree
2018年11月02日 Bruce Momjian GUC: adjust effective_cache_size docs and SQL description commit | commitdiff | tree
2018年11月02日 Magnus Hagander Fix some spelling errors in the documentation commit | commitdiff | tree
2018年11月02日 Magnus Hagander Fix spelling errors and typos in comments commit | commitdiff | tree
2018年11月02日 Bruce Momjian doc: use simpler language for NULL return from ANY/ALL commit | commitdiff | tree
2018年11月01日 Michael Paquier Lower error level from PANIC to FATAL when restoring... commit | commitdiff | tree
2018年11月01日 Peter Eisentraut Remove obsolete pg_constraint.consrc column commit | commitdiff | tree
2018年11月01日 Peter Eisentraut Remove obsolete pg_attrdef.adsrc column commit | commitdiff | tree
2018年11月01日 Andres Freund Fix error message typo introduced 691d79a07933. commit | commitdiff | tree
2018年11月01日 Peter Geoghegan Adjust trace_sort log messages. commit | commitdiff | tree
2018年10月31日 Andres Freund Disallow starting server with insufficient wal_level... commit | commitdiff | tree
2018年10月31日 Tom Lane Fix memory leak in repeated SPGIST index scans. commit | commitdiff | tree
2018年10月31日 Andres Freund Fix typo in xlog.c. commit | commitdiff | tree
2018年10月31日 Tom Lane Sync our copy of the timezone library with IANA release... commit | commitdiff | tree
2018年10月31日 Tom Lane Update time zone data files to tzdata release 2018g. commit | commitdiff | tree
2018年10月30日 Tom Lane Fix interaction of CASE and ArrayCoerceExpr. commit | commitdiff | tree
2018年10月30日 Peter Eisentraut pg_rewind: Remove unused macro commit | commitdiff | tree
2018年10月30日 Michael Paquier Consolidate cross-option checks in pg_restore commit | commitdiff | tree
2018年10月30日 Michael Paquier Add pg_partition_tree to display information about... commit | commitdiff | tree
2018年10月29日 Magnus Hagander Fix missing whitespace in pg_dump ref page commit | commitdiff | tree
2018年10月29日 Peter Eisentraut Exclude temporary directories from pgindent commit | commitdiff | tree
2018年10月29日 Peter Eisentraut pg_restore: Augment documentation for -N option commit | commitdiff | tree
2018年10月29日 Michael Paquier Improve description of pg_attrdef in documentation commit | commitdiff | tree
2018年10月28日 Thomas Munro Remove incorrect comment in dshash.c. commit | commitdiff | tree
2018年10月28日 Andrew Dunstan Fix perl searchpath for modern perl for MSVC tools commit | commitdiff | tree
2018年10月26日 Michael Paquier Improve tab completion of CREATE EVENT TRIGGER in psql commit | commitdiff | tree
2018年10月26日 Michael Paquier Add tab completion of EXECUTE FUNCTION for CREATE TRIGG... commit | commitdiff | tree
2018年10月25日 Michael Paquier Add pg_promote function commit | commitdiff | tree
2018年10月25日 Peter Eisentraut Apply unconstify() in more places commit | commitdiff | tree
2018年10月25日 Peter Eisentraut Improve unconstify() documentation commit | commitdiff | tree
2018年10月24日 Andrew Dunstan Fix typo in regression test comment commit | commitdiff | tree
2018年10月24日 Andrew Dunstan Correctly set t_self for heap tuples in expand_tuple commit | commitdiff | tree
2018年10月24日 Michael Paquier List wait events in alphabetical order commit | commitdiff | tree
2018年10月23日 Peter Eisentraut Remove get_attidentity() commit | commitdiff | tree
2018年10月23日 Peter Eisentraut Remove get_atttypmod() commit | commitdiff | tree
2018年10月23日 Peter Eisentraut Drop const cast from dlsym() calls commit | commitdiff | tree
2018年10月23日 Peter Eisentraut Sprinkle some const decorations commit | commitdiff | tree
2018年10月22日 Michael Paquier Clarify descriptions of relhassubclass and relispartiti... commit | commitdiff | tree
2018年10月22日 Michael Paquier Set pg_class.relhassubclass for partitioned indexes commit | commitdiff | tree
2018年10月21日 Alexander Korotkov Fix some grammar errors in bloom.sgml commit | commitdiff | tree
2018年10月21日 Andrew Dunstan Don't try to test files named with a trailing dot on... commit | commitdiff | tree
2018年10月20日 Andrew Dunstan Lower privilege level of programs calling regression_main commit | commitdiff | tree
2018年10月20日 Tom Lane Client-side fixes for delayed NOTIFY receipt. commit | commitdiff | tree
2018年10月20日 Tom Lane Server-side fix for delayed NOTIFY and SIGTERM processing. commit | commitdiff | tree
2018年10月19日 Tom Lane Sync our copy of the timezone library with IANA release... commit | commitdiff | tree
2018年10月19日 Tom Lane Update time zone data files to tzdata release 2018f. commit | commitdiff | tree
2018年10月19日 Tom Lane Silence perlcritic warning about missing return. commit | commitdiff | tree
2018年10月19日 Michael Paquier Use whitelist to choose files scanned with pg_verify_ch... commit | commitdiff | tree
2018年10月19日 Tom Lane Add missing quote_identifier calls for CREATE TRIGGER... commit | commitdiff | tree
next
This is the main PostgreSQL git repository.
RSS Atom

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