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

git projects / postgresql.git / shortlog
? search:
summary | shortlog | log | commit | commitdiff | tree
first ⋅ prev ⋅ next
postgresql.git
2016年12月23日 Robert Haas Remove sql_inheritance GUC. commit | commitdiff | tree
2016年12月23日 Robert Haas Remove _hash_chgbufaccess(). commit | commitdiff | tree
2016年12月23日 Joe Conway Improve RLS documentation with respect to COPY commit | commitdiff | tree
2016年12月22日 Robert Haas Fix tuple routing in cases where tuple descriptors... commit | commitdiff | tree
2016年12月22日 Stephen Frost Use TSConfigRelationId in AlterTSConfiguration() commit | commitdiff | tree
2016年12月22日 Tom Lane Fix CREATE TABLE ... LIKE ... WITH OIDS. commit | commitdiff | tree
2016年12月22日 Peter Eisentraut Update sequence_1.out for recent changes commit | commitdiff | tree
2016年12月22日 Peter Eisentraut doc: Further speed improvements for HTML XSLT build commit | commitdiff | tree
2016年12月22日 Tom Lane Fix handling of expanded objects in CoerceToDomain... commit | commitdiff | tree
2016年12月22日 Andres Freund Skip checkpoints, archiving on idle systems. commit | commitdiff | tree
2016年12月22日 Robert Haas Fix broken error check in _hash_doinsert. commit | commitdiff | tree
2016年12月22日 Joe Conway Make dblink try harder to form useful error messages commit | commitdiff | tree
2016年12月22日 Robert Haas Code review for ATExecAttachPartition. commit | commitdiff | tree
2016年12月22日 Joe Conway Protect dblink from invalid options when using postgres... commit | commitdiff | tree
2016年12月22日 Heikki Linnakangas Simplify tape block format. commit | commitdiff | tree
2016年12月22日 Tom Lane Give a useful error message if uuid-ossp is built witho... commit | commitdiff | tree
2016年12月22日 Michael Meskes Fix buffer overflow on particularly named files and... commit | commitdiff | tree
2016年12月21日 Joe Conway Improve dblink error message when remote does not provi... commit | commitdiff | tree
2016年12月21日 Tom Lane Fix detection of unfinished Unicode surrogate pair... commit | commitdiff | tree
2016年12月21日 Tom Lane Fix strange behavior (and possible crashes) in full... commit | commitdiff | tree
2016年12月21日 Stephen Frost Improve ALTER TABLE documentation commit | commitdiff | tree
2016年12月21日 Stephen Frost Fix dumping of casts and transforms using built-in... commit | commitdiff | tree
2016年12月21日 Stephen Frost For 8.0 servers, get last built-in oid from pg_database commit | commitdiff | tree
2016年12月21日 Dean Rasheed Fix order of operations in CREATE OR REPLACE VIEW. commit | commitdiff | tree
2016年12月21日 Robert Haas Convert elog() to ereport() and do some wordsmithing. commit | commitdiff | tree
2016年12月21日 Robert Haas Refactor partition tuple routing code to reduce duplica... commit | commitdiff | tree
2016年12月21日 Robert Haas Fix corner-case bug in WaitEventSetWaitBlock on Windows. commit | commitdiff | tree
2016年12月21日 Robert Haas Refactor merge path generation code. commit | commitdiff | tree
2016年12月21日 Peter Eisentraut Reorder pg_sequence columns to avoid alignment issue commit | commitdiff | tree
2016年12月21日 Fujii Masao Forbid invalid combination of options in pg_basebackup. commit | commitdiff | tree
2016年12月21日 Tom Lane Fix minor oversights in nodeAgg.c. commit | commitdiff | tree
2016年12月20日 Tom Lane Fix minor error message style violation. commit | commitdiff | tree
2016年12月20日 Peter Eisentraut Add pg_sequence system catalog commit | commitdiff | tree
2016年12月20日 Heikki Linnakangas Fix sharing Agg transition state of DISTINCT or ordered... commit | commitdiff | tree
2016年12月20日 Robert Haas Invalid parent's relcache after CREATE TABLE .. PARTITI... commit | commitdiff | tree
2016年12月19日 Robert Haas Provide a DSA area for all parallel queries. commit | commitdiff | tree
2016年12月19日 Tom Lane Fix handling of phrase operator removal while removing... commit | commitdiff | tree
2016年12月19日 Robert Haas Fix locking problem in _hash_squeezebucket() / _hash_fr... commit | commitdiff | tree
2016年12月19日 Robert Haas Remove unused file. commit | commitdiff | tree
2016年12月19日 Fujii Masao Support quorum-based synchronous replication. commit | commitdiff | tree
2016年12月19日 Magnus Hagander Fix base backup rate limiting in presence of slow i/o commit | commitdiff | tree
2016年12月18日 Noah Misch MSVC: Position MSBFLAGS after flags it might override. commit | commitdiff | tree
2016年12月18日 Tom Lane In contrib/uuid-ossp, #include headers needed for ntohl... commit | commitdiff | tree
2016年12月17日 Tom Lane Fix FK-based join selectivity estimation for semi/antij... commit | commitdiff | tree
2016年12月17日 Peter Eisentraut doc: Remove some trailing whitespace commit | commitdiff | tree
2016年12月17日 Magnus Hagander Fix typos in comments commit | commitdiff | tree
2016年12月16日 Robert Haas Fix outdated comment in lwlock.c commit | commitdiff | tree
2016年12月16日 Fujii Masao Ensure that num_sync is greater than zero in synchronou... commit | commitdiff | tree
2016年12月16日 Tom Lane Improve documentation around TS_execute(). commit | commitdiff | tree
2016年12月16日 Robert Haas Simplify LWLock tranche machinery by removing array_bas... commit | commitdiff | tree
2016年12月16日 Fujii Masao Add missing documentation for effective_io_concurrency... commit | commitdiff | tree
2016年12月16日 Robert Haas Unbreak Finalize HashAggregate over Partial HashAggregate. commit | commitdiff | tree
2016年12月16日 Robert Haas Fix more hash index bugs around marking buffers dirty. commit | commitdiff | tree
2016年12月16日 Robert Haas Remove _hash_wrtbuf() in favor of calling MarkBufferDir... commit | commitdiff | tree
2016年12月16日 Heikki Linnakangas Fix off-by-one in memory allocation for quote_literal_c... commit | commitdiff | tree
2016年12月15日 Tom Lane Sync our copy of the timezone library with IANA release... commit | commitdiff | tree
2016年12月15日 Magnus Hagander Add missing newline in message commit | commitdiff | tree
2016年12月15日 Peter Eisentraut Various temporary slots test improvements commit | commitdiff | tree
2016年12月13日 Tom Lane Improve handling of array elements as getdiag_targets... commit | commitdiff | tree
2016年12月13日 Tom Lane Prevent planagg.c from failing on queries containing... commit | commitdiff | tree
2016年12月13日 Robert Haas Fix bug in hashbulkdelete. commit | commitdiff | tree
2016年12月13日 Robert Haas Fix bugs in RelationGetPartitionDispatchInfo. commit | commitdiff | tree
2016年12月13日 Robert Haas Clean up code, comments, and formatting for table parti... commit | commitdiff | tree
2016年12月13日 Robert Haas Update typedefs.list commit | commitdiff | tree
2016年12月13日 Robert Haas doc: Improve documentation related to table partitionin... commit | commitdiff | tree
2016年12月12日 Robert Haas Remove should_free arguments to tuplesort routines. commit | commitdiff | tree
2016年12月12日 Tom Lane Catversion bump for temporary replication slots. commit | commitdiff | tree
2016年12月12日 Tom Lane Fix race condition in test_decoding "slot" test. commit | commitdiff | tree
2016年12月12日 Robert Haas doc: Fix purported type of pg_am.amhandler to match... commit | commitdiff | tree
2016年12月12日 Tom Lane Make the different Unix-y semaphore implementations... commit | commitdiff | tree
2016年12月12日 Robert Haas psql: Fix incorrect version check for table partitining. commit | commitdiff | tree
2016年12月12日 Tom Lane Fix creative, but unportable, spelling of "ptr != NULL". commit | commitdiff | tree
2016年12月12日 Peter Eisentraut Add support for temporary replication slots commit | commitdiff | tree
2016年12月12日 Heikki Linnakangas Refactor the code for verifying user's password. commit | commitdiff | tree
2016年12月12日 Heikki Linnakangas Further cleanup from the strong-random patch. commit | commitdiff | tree
2016年12月12日 Heikki Linnakangas Fix pgcrypto compilation with OpenSSL 1.1.0. commit | commitdiff | tree
2016年12月12日 Heikki Linnakangas Fix two thinkos related to strong random keys. commit | commitdiff | tree
2016年12月12日 Heikki Linnakangas Fix broken autoconf test for random number source. commit | commitdiff | tree
2016年12月11日 Tom Lane Use "%option prefix" to set API names in ecpg's lexer. commit | commitdiff | tree
2016年12月11日 Tom Lane Prevent crash when ts_rewrite() replaces a non-top... commit | commitdiff | tree
2016年12月09日 Tom Lane Be more careful about Python refcounts while creating... commit | commitdiff | tree
2016年12月09日 Alvaro Herrera Fix crasher bug in array_position(s) commit | commitdiff | tree
2016年12月08日 Heikki Linnakangas Fix thinko in safeguard for negative availMem. commit | commitdiff | tree
2016年12月08日 Robert Haas Fix bogus comment. commit | commitdiff | tree
2016年12月08日 Robert Haas Silence compiler warning. commit | commitdiff | tree
2016年12月08日 Robert Haas Log the creation of an init fork unconditionally. commit | commitdiff | tree
2016年12月08日 Tom Lane Fix reporting of column typmods for multi-row VALUES... commit | commitdiff | tree
2016年12月08日 Heikki Linnakangas Fix quoting and a compiler warning in dumping partitions. commit | commitdiff | tree
2016年12月08日 Heikki Linnakangas Clean up password authentication code a bit. commit | commitdiff | tree
2016年12月08日 Heikki Linnakangas Fix accounting of memory needed for merge heap. commit | commitdiff | tree
2016年12月07日 Robert Haas Replace references to COLLATE "en_CA" with COLLATE... commit | commitdiff | tree
2016年12月07日 Robert Haas Replace references to COLLATE "en_US" with COLLATE... commit | commitdiff | tree
2016年12月07日 Robert Haas Implement table partitioning. commit | commitdiff | tree
2016年12月07日 Tom Lane Restore psql's SIGPIPE setting if popen() fails. commit | commitdiff | tree
2016年12月07日 Tom Lane Handle empty or all-blank PAGER setting more sanely... commit | commitdiff | tree
2016年12月07日 Heikki Linnakangas Fix query cancellation. commit | commitdiff | tree
2016年12月07日 Heikki Linnakangas Fix whitespace. commit | commitdiff | tree
2016年12月07日 Stephen Frost Silence compiler warnings commit | commitdiff | tree
2016年12月07日 Tom Lane Fix unsafe assumption that struct timeval.tv_sec is... commit | commitdiff | tree
2016年12月07日 Tom Lane Put AC_MSG_RESULT() call in the right place. commit | commitdiff | tree
next
This is the main PostgreSQL git repository.
RSS Atom

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