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

git projects / postgresql.git / shortlog
? search:
summary | shortlog | log | commit | commitdiff | tree
first ⋅ prev ⋅ next
postgresql.git
2015年01月13日 Andres Freund Add barriers to the latch code. commit | commitdiff | tree
2015年01月13日 Andres Freund Allow latches to wait for socket writability without... commit | commitdiff | tree
2015年01月13日 Heikki Linnakangas Fix typos in comment. commit | commitdiff | tree
2015年01月12日 Tom Lane Fix some functions that were declared static then defin... commit | commitdiff | tree
2015年01月12日 Tom Lane Avoid unexpected slowdown in vacuum regression test. commit | commitdiff | tree
2015年01月12日 Alvaro Herrera Tweak heapam's rmgr desc output slightly commit | commitdiff | tree
2015年01月12日 Alvaro Herrera Fix get_object_address argument type for extension... commit | commitdiff | tree
2015年01月12日 Tom Lane Use correct text domain for errcontext() appearing... commit | commitdiff | tree
2015年01月12日 Stephen Frost Skip dead backends in MinimumActiveBackends commit | commitdiff | tree
2015年01月11日 Tom Lane Fix portability breakage in pg_dump. commit | commitdiff | tree
2015年01月11日 Tom Lane Remove configure test for nonstandard variants of getpw... commit | commitdiff | tree
2015年01月11日 Tom Lane Fix libpq's behavior when /etc/passwd isn't readable. commit | commitdiff | tree
2015年01月11日 Andres Freund Provide a generic fallback for pg_compiler_barrier... commit | commitdiff | tree
2015年01月11日 Andres Freund Fix alignment of pg_atomic_uint64 variables on some... commit | commitdiff | tree
2015年01月10日 Bruce Momjian docs: improve CREATE TRIGGER defer options list commit | commitdiff | tree
2015年01月09日 Bruce Momjian pg_upgrade: fix one-byte per empty db memory leak commit | commitdiff | tree
2015年01月09日 Stephen Frost Fix typo in execMain.c commit | commitdiff | tree
2015年01月09日 Alvaro Herrera xlogreader.c: Fix report_invalid_record translatability... commit | commitdiff | tree
2015年01月08日 Stephen Frost Move rowsecurity event trigger test commit | commitdiff | tree
2015年01月08日 Andres Freund Remove comment that was intended to have been removed... commit | commitdiff | tree
2015年01月08日 Andres Freund Move comment about sun cc's __machine_rw_barrier being... commit | commitdiff | tree
2015年01月08日 Andres Freund Fix logging of pages skipped due to pins during vacuum. commit | commitdiff | tree
2015年01月08日 Noah Misch On Darwin, refuse postmaster startup when multithreaded. commit | commitdiff | tree
2015年01月08日 Noah Misch On Darwin, detect and report a multithreaded post commit | commitdiff | tree
2015年01月08日 Noah Misch Always set the six locale category environment variable... commit | commitdiff | tree
2015年01月08日 Noah Misch Reject ANALYZE commands during VACUUM FULL or another... commit | commitdiff | tree
2015年01月07日 Robert Haas docs: Reword CREATE POLICY documentation. commit | commitdiff | tree
2015年01月07日 Heikki Linnakangas Don't open a WAL segment for writing at end of recovery. commit | commitdiff | tree
2015年01月07日 Peter Eisentraut Fix namespace handling in xpath function commit | commitdiff | tree
2015年01月06日 Andres Freund Correctly handle relcache invalidation corner case... commit | commitdiff | tree
2015年01月06日 Andres Freund Improve relcache invalidation handling of currently... commit | commitdiff | tree
2015年01月06日 Bruce Momjian Document that Perl's Tie might add a trailing newline commit | commitdiff | tree
2015年01月06日 Alvaro Herrera Fix thinko in plpython error message commit | commitdiff | tree
2015年01月06日 Bruce Momjian Clarify which files need manual copyright updates commit | commitdiff | tree
2015年01月06日 Bruce Momjian Simplify post-copyright update instructions. commit | commitdiff | tree
2015年01月06日 Bruce Momjian Update copyright for 2015 commit | commitdiff | tree
2015年01月06日 Tom Lane Fix broken pg_dump code for dumping comments on event... commit | commitdiff | tree
2015年01月05日 Andres Freund Fix oversight in recent pg_basebackup fix causing pg_re... commit | commitdiff | tree
2015年01月05日 Fujii Masao Fix typo in comment. commit | commitdiff | tree
2015年01月04日 Alvaro Herrera Fix thinko in lock mode enum commit | commitdiff | tree
2015年01月04日 Andres Freund Add error handling for failing fstat() calls in copy.c. commit | commitdiff | tree
2015年01月04日 Andres Freund Correctly handle test durations of more than 2147s... commit | commitdiff | tree
2015年01月04日 Andres Freund Fix off-by-one in pg_xlogdump's fuzzy_open_file(). commit | commitdiff | tree
2015年01月04日 Andres Freund Remove superflous variable from xlogreader's XLogFindNe... commit | commitdiff | tree
2015年01月04日 Andres Freund Add missing va_end() call to a early exit in dmetaphone... commit | commitdiff | tree
2015年01月04日 Andres Freund Fix inconsequential fd leak in the new mark_file_as_arc... commit | commitdiff | tree
2015年01月03日 Andres Freund Prevent WAL files created by pg_basebackup -x/X from... commit | commitdiff | tree
2015年01月03日 Andres Freund Add pg_string_endswith as the start of a string helper... commit | commitdiff | tree
2015年01月03日 Tom Lane Treat negative values of recovery_min_apply_delay as... commit | commitdiff | tree
2015年01月03日 Magnus Hagander Make path to pg_service.conf absolute in documentation commit | commitdiff | tree
2014年12月31日 Tom Lane Don't run rowsecurity in parallel with other regression... commit | commitdiff | tree
2014年12月31日 Tom Lane Docs: improve descriptions of ISO week-numbering date... commit | commitdiff | tree
2014年12月31日 Tom Lane Print more information about getObjectIdentityParts... commit | commitdiff | tree
2014年12月31日 Tom Lane Improve consistency of parsing of psql's magic variables. commit | commitdiff | tree
2014年12月31日 Alvaro Herrera Add missing pstrdup calls commit | commitdiff | tree
2014年12月31日 Robert Haas Don't tab-complete COMMENT ON ... IS with IS. commit | commitdiff | tree
2014年12月30日 Alvaro Herrera pg_event_trigger_dropped_objects: Add name/args output... commit | commitdiff | tree
2014年12月30日 Alvaro Herrera Add pg_identify_object_as_address commit | commitdiff | tree
2014年12月30日 Alvaro Herrera Fix object_address expected output commit | commitdiff | tree
2014年12月30日 Alvaro Herrera Use TypeName to represent type names in certain commands commit | commitdiff | tree
2014年12月30日 Heikki Linnakangas Revert the GinMaxItemSize calculation so that we fit... commit | commitdiff | tree
2014年12月30日 Tatsuo Ishii Fix resource leak pointed out by Coverity. commit | commitdiff | tree
2014年12月29日 Tom Lane Assorted minor fixes for psql metacommand docs. commit | commitdiff | tree
2014年12月28日 Tom Lane Remove duplicate assignment in new pg_get_object_addres... commit | commitdiff | tree
2014年12月26日 Alvaro Herrera Restrict name list len for domain constraints commit | commitdiff | tree
2014年12月26日 Alvaro Herrera Remove event trigger from object_address test commit | commitdiff | tree
2014年12月26日 Alvaro Herrera Grab heavyweight tuple lock only before sleeping commit | commitdiff | tree
2014年12月25日 Noah Misch Have config_sspi_auth() permit IPv6 localhost connections. commit | commitdiff | tree
2014年12月25日 Andres Freund Blindly fix a dtrace probe in lwlock.c for a removed... commit | commitdiff | tree
2014年12月25日 Tom Lane Temporarily revert "Move pg_lzcompress.c to src/common." commit | commitdiff | tree
2014年12月25日 Andres Freund Lockless StrategyGetBuffer clock sweep hot path. commit | commitdiff | tree
2014年12月25日 Andres Freund Improve LWLock scalability. commit | commitdiff | tree
2014年12月25日 Andres Freund Convert the PGPROC->lwWaitLink list into a dlist instea... commit | commitdiff | tree
2014年12月25日 Andres Freund Add capability to suppress CONTEXT: messages to elog... commit | commitdiff | tree
2014年12月25日 Fujii Masao Remove duplicate include of slot.h. commit | commitdiff | tree
2014年12月25日 Fujii Masao Move pg_lzcompress.c to src/common. commit | commitdiff | tree
2014年12月24日 Tom Lane Add CST (China Standard Time) to our lists of timezone... commit | commitdiff | tree
2014年12月24日 Andrew Dunstan Fix installcheck case for tap tests commit | commitdiff | tree
2014年12月24日 Bruce Momjian pgbench: remove odd trailing period in init progress... commit | commitdiff | tree
2014年12月24日 Fujii Masao Remove unused fields from ReindexStmt. commit | commitdiff | tree
2014年12月24日 Andres Freund Suppress MSVC warning in typeStringToTypeName function. commit | commitdiff | tree
2014年12月23日 Tom Lane Remove failing collation case from object_address regre... commit | commitdiff | tree
2014年12月23日 Alvaro Herrera Revert "Use a bitmask to represent role attributes" commit | commitdiff | tree
2014年12月23日 Alvaro Herrera Add SQL-callable pg_get_object_address commit | commitdiff | tree
2014年12月23日 Alvaro Herrera Use a bitmask to represent role attributes commit | commitdiff | tree
2014年12月23日 Alvaro Herrera get_object_address: separate domain constraints from... commit | commitdiff | tree
2014年12月23日 Peter Eisentraut Change local_preload_libraries to PGC_USERSET commit | commitdiff | tree
2014年12月22日 Andrew Dunstan Further tidy up on json aggregate documentation commit | commitdiff | tree
2014年12月22日 Andrew Dunstan Fix documentation of argument type of json_agg and... commit | commitdiff | tree
2014年12月22日 Heikki Linnakangas Move rbtree.c from src/backend/utils/misc to src/backen... commit | commitdiff | tree
2014年12月22日 Heikki Linnakangas Turn much of the btree_gin macros into real functions. commit | commitdiff | tree
2014年12月22日 Heikki Linnakangas Use a pairing heap for the priority queue in kNN-GiST... commit | commitdiff | tree
2014年12月21日 Tom Lane Docs: clarify treatment of variadic functions with... commit | commitdiff | tree
2014年12月21日 Heikki Linnakangas Fix file descriptor leak at end of recovery. commit | commitdiff | tree
2014年12月20日 Bruce Momjian doc: Adjust wording of ALTER TABLESPACE restriction commit | commitdiff | tree
2014年12月19日 Alvaro Herrera pg_event_trigger_dropped_objects: add behavior flags commit | commitdiff | tree
2014年12月19日 Heikki Linnakangas Fix timestamp in end-of-recovery WAL records. commit | commitdiff | tree
2014年12月19日 Andres Freund Prevent potentially hazardous compiler/cpu reordering... commit | commitdiff | tree
2014年12月19日 Andres Freund Define Assert() et al to ((void)0) to avoid pedantic... commit | commitdiff | tree
2014年12月18日 Tom Lane Improve documentation about CASE and constant subexpres... commit | commitdiff | tree
next
This is the main PostgreSQL git repository.
RSS Atom

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