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

git projects / postgresql.git / shortlog
? search:
summary | shortlog | log | commit | commitdiff | tree
first ⋅ prev ⋅ next
postgresql.git
2017年09月20日 Tom Lane Allow no-op GiST support functions to be omitted. commit | commitdiff | tree
2017年09月19日 Andres Freund s/NULL byte/NUL byte/ in comment refering to C string... commit | commitdiff | tree
2017年09月19日 Peter Eisentraut Add basic TAP test setup for pg_upgrade commit | commitdiff | tree
2017年09月19日 Andres Freund Avoid use of non-portable strnlen() in pgstat_clip_acti... commit | commitdiff | tree
2017年09月19日 Andres Freund Speedup pgstat_report_activity by moving mb-aware trunc... commit | commitdiff | tree
2017年09月19日 Andrew Dunstan Disable multi-byte citext tests commit | commitdiff | tree
2017年09月19日 Tom Lane Cache datatype-output-function lookup info across calls... commit | commitdiff | tree
2017年09月19日 Andrew Dunstan Set client encoding to UTF8 for the citext regression... commit | commitdiff | tree
2017年09月19日 Andres Freund Make new crash restart test a bit more robust. commit | commitdiff | tree
2017年09月19日 Bruce Momjian doc: add example of % substitution for connection... commit | commitdiff | tree
2017年09月19日 Andrew Dunstan Add citext_pattern_ops for citext contrib module commit | commitdiff | tree
2017年09月19日 Andres Freund Rearm statement_timeout after each executed query. commit | commitdiff | tree
2017年09月19日 Andres Freund Fix uninitialized variable in dshash.c. commit | commitdiff | tree
2017年09月19日 Andres Freund Add test for postmaster crash restarts. commit | commitdiff | tree
2017年09月19日 Andres Freund Fix crash restart bug introduced in 8356753c212. commit | commitdiff | tree
2017年09月18日 Tom Lane Minor code-cleanliness improvements for btree. commit | commitdiff | tree
2017年09月18日 Tom Lane Make ExplainOpenGroup and ExplainCloseGroup public. commit | commitdiff | tree
2017年09月18日 Tom Lane Make DatumGetFoo/PG_GETARG_FOO/PG_RETURN_FOO macro... commit | commitdiff | tree
2017年09月18日 Tom Lane Fix, or at least ameliorate, bugs in logicalrep_worker_... commit | commitdiff | tree
2017年09月18日 Peter Eisentraut Update some dead external links in the documentation commit | commitdiff | tree
2017年09月18日 Peter Eisentraut Remove dead external links from documentation commit | commitdiff | tree
2017年09月18日 Peter Eisentraut Fix DROP SUBSCRIPTION hang commit | commitdiff | tree
2017年09月17日 Tom Lane Doc: update v10 release notes through today. commit | commitdiff | tree
2017年09月17日 Tom Lane Allow rel_is_distinct_for() to look through RelabelType... commit | commitdiff | tree
2017年09月17日 Tom Lane Fix possible dangling pointer dereference in trigger.c. commit | commitdiff | tree
2017年09月17日 Tom Lane Ensure that BEFORE STATEMENT triggers fire the right... commit | commitdiff | tree
2017年09月17日 Tom Lane Fix bogus size calculation introduced by commit cc5f81366. commit | commitdiff | tree
2017年09月16日 Tom Lane Doc: add example of transition table use in a trigger. commit | commitdiff | tree
2017年09月16日 Tom Lane Fix SQL-spec incompatibilities in new transition table... commit | commitdiff | tree
2017年09月16日 Bruce Momjian docs: clarify pg_upgrade docs regarding standbys and... commit | commitdiff | tree
2017年09月16日 Robert Haas After a MINVALUE/MAXVALUE bound, allow only more of... commit | commitdiff | tree
2017年09月15日 Alvaro Herrera src/test/ldap: Fix test function in Linux port commit | commitdiff | tree
2017年09月15日 Peter Eisentraut Apply pg_get_serial_sequence() to identity column seque... commit | commitdiff | tree
2017年09月15日 Peter Eisentraut Add LDAP authentication test suite commit | commitdiff | tree
2017年09月15日 Tom Lane Get rid of shared_record_typmod_registry_worker_detach... commit | commitdiff | tree
2017年09月15日 Robert Haas Test coverage for CREATE/ALTER FOREIGN DATA WRAPPER... commit | commitdiff | tree
2017年09月15日 Tom Lane Don't use anonymous unions. commit | commitdiff | tree
2017年09月15日 Tom Lane Avoid duplicate typedef for SharedRecordTypmodRegistry. commit | commitdiff | tree
2017年09月15日 Andres Freund Remove TupleDesc remapping logic from tqueue.c. commit | commitdiff | tree
2017年09月15日 Andres Freund Add support for coordinating record typmods among paral... commit | commitdiff | tree
2017年09月15日 Peter Eisentraut isn: Fix debug code commit | commitdiff | tree
2017年09月15日 Peter Eisentraut pg_archivecleanup: Add test suite commit | commitdiff | tree
2017年09月15日 Peter Eisentraut passwordcheck: Add test suite commit | commitdiff | tree
2017年09月15日 Peter Eisentraut chkpass: Add test suite commit | commitdiff | tree
2017年09月15日 Peter Eisentraut lo: Add test suite commit | commitdiff | tree
2017年09月15日 Peter Eisentraut fuzzystrmatch: Add test suite commit | commitdiff | tree
2017年09月15日 Peter Eisentraut adminpack: Add test suite commit | commitdiff | tree
2017年09月14日 Robert Haas Add missing tags to GetCommandLogLevel. commit | commitdiff | tree
2017年09月14日 Andres Freund Perform only one ReadControlFile() during startup. commit | commitdiff | tree
2017年09月14日 Robert Haas Expand partitioned table RTEs level by level, without... commit | commitdiff | tree
2017年09月14日 Peter Eisentraut Avoid use of bool in thread_test.c commit | commitdiff | tree
2017年09月14日 Robert Haas Make RelationGetPartitionDispatchInfo expand depth... commit | commitdiff | tree
2017年09月14日 Peter Eisentraut Remove BoolPtr type commit | commitdiff | tree
2017年09月14日 Peter Eisentraut Fix bool/int type confusion commit | commitdiff | tree
2017年09月14日 Robert Haas Fix inconsistent capitalization. commit | commitdiff | tree
2017年09月14日 Robert Haas Set partitioned_rels appropriately when UNION ALL is... commit | commitdiff | tree
2017年09月14日 Andres Freund Properly check interrupts in execScan.c. commit | commitdiff | tree
2017年09月14日 Stephen Frost Fix ordering in pg_dump of GRANTs commit | commitdiff | tree
2017年09月13日 Tom Lane Adjust unstable regression test case. commit | commitdiff | tree
2017年09月13日 Tom Lane Update contrib/seg for new scalarlesel/scalargesel... commit | commitdiff | tree
2017年09月13日 Tom Lane Distinguish selectivity of < from <= and > from >=. commit | commitdiff | tree
2017年09月13日 Peter Eisentraut doc: Remove incorrect SCRAM protocol documentation commit | commitdiff | tree
2017年09月13日 Bruce Momjian docs: adjust "link mode" mention in pg_upgrade streami... commit | commitdiff | tree
2017年09月13日 Bruce Momjian docs: improve pg_upgrade standby instructions commit | commitdiff | tree
2017年09月13日 Peter Eisentraut Improve error message in WAL sender commit | commitdiff | tree
2017年09月13日 Peter Eisentraut Define LDAP_NO_ATTRS if necessary. commit | commitdiff | tree
2017年09月12日 Tom Lane Add psql variables to track success/failure of SQL... commit | commitdiff | tree
2017年09月12日 Andres Freund Introduce BYTES unit for GUCs. commit | commitdiff | tree
2017年09月12日 Bruce Momjian docs: improve pg_upgrade rsync instructions commit | commitdiff | tree
2017年09月12日 Peter Eisentraut doc: Remove useless marked section commit | commitdiff | tree
2017年09月12日 Peter Eisentraut doc: Document default scope in LDAP URL commit | commitdiff | tree
2017年09月12日 Peter Eisentraut Allow custom search filters to be configured for LDAP... commit | commitdiff | tree
2017年09月12日 Michael Meskes Fixed ECPG to correctly handle out-of-scope cursor... commit | commitdiff | tree
2017年09月12日 Tom Lane Fix RecursiveCopy.pm to cope with disappearing files. commit | commitdiff | tree
2017年09月11日 Bruce Momjian PG 10 release notes: change trigger transition tables commit | commitdiff | tree
2017年09月11日 Bruce Momjian PG 10 release notes: update PL/Tcl functions item commit | commitdiff | tree
2017年09月11日 Peter Eisentraut pg_receivewal: Add --endpos option commit | commitdiff | tree
2017年09月11日 Andres Freund Constify numeric.c. commit | commitdiff | tree
2017年09月11日 Tom Lane Prefer argument name over "$n" for the refname of a... commit | commitdiff | tree
2017年09月11日 Peter Eisentraut doc: Document function pointer source code style commit | commitdiff | tree
2017年09月11日 Peter Eisentraut Message style fixes commit | commitdiff | tree
2017年09月10日 Tom Lane Quick-hack fix for foreign key cascade vs triggers... commit | commitdiff | tree
2017年09月10日 Tom Lane Add a test harness for the red-black tree code. commit | commitdiff | tree
2017年09月10日 Tom Lane Remove pre-order and post-order traversal logic for... commit | commitdiff | tree
2017年09月09日 Peter Eisentraut pg_upgrade: Message style fixes commit | commitdiff | tree
2017年09月09日 Tom Lane Fix failure-to-copy bug in commit 6f6b99d13. commit | commitdiff | tree
2017年09月08日 Tom Lane Fix uninitialized-variable bug. commit | commitdiff | tree
2017年09月08日 Tom Lane Fix more portability issues in new pgbench TAP tests. commit | commitdiff | tree
2017年09月08日 Robert Haas Allow a partitioned table to have a default partition. commit | commitdiff | tree
2017年09月08日 Tom Lane Fix pgbench TAP tests to work with --disable-thread... commit | commitdiff | tree
2017年09月08日 Tom Lane Doc: update v10 release notes through today. commit | commitdiff | tree
2017年09月08日 Tom Lane Remove mention of password_encryption = plain in postgr... commit | commitdiff | tree
2017年09月08日 Tom Lane Fix more portability issues in new pgbench TAP tests. commit | commitdiff | tree
2017年09月08日 Tom Lane Fix more portability issues in new pgbench TAP tests. commit | commitdiff | tree
2017年09月08日 Peter Eisentraut Clean up excessive code commit | commitdiff | tree
2017年09月08日 Peter Eisentraut Remove useless empty string initializations commit | commitdiff | tree
2017年09月08日 Peter Eisentraut Remove useless dead code commit | commitdiff | tree
2017年09月08日 Tom Lane Fix assorted portability issues in new pgbench TAP... commit | commitdiff | tree
2017年09月08日 Tom Lane Add much-more-extensive TAP tests for pgbench. commit | commitdiff | tree
2017年09月08日 Robert Haas Refactor get_partition_for_tuple a bit. commit | commitdiff | tree
next
This is the main PostgreSQL git repository.
RSS Atom

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