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

git projects / postgresql.git / shortlog
? search:
summary | shortlog | log | commit | commitdiff | tree
first ⋅ prev ⋅ next
postgresql.git
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
2014年12月18日 Alvaro Herrera Use %u to print out BlockNumber variables commit | commitdiff | tree
2014年12月18日 Alvaro Herrera Have VACUUM log number of skipped pages due to pins commit | commitdiff | tree
2014年12月18日 Tom Lane Improve hash_create's API for selecting simple-binary... commit | commitdiff | tree
2014年12月18日 Heikki Linnakangas Change how first WAL segment on new timeline after... commit | commitdiff | tree
2014年12月18日 Fujii Masao Add memory barriers for PgBackendStatus.st_changecount... commit | commitdiff | tree
2014年12月18日 Fujii Masao Ensure variables live across calls in generate_series... commit | commitdiff | tree
2014年12月18日 Fujii Masao Update .gitignore for config.cache. commit | commitdiff | tree
2014年12月18日 Andres Freund Adjust valgrind suppression to the changes in 2c03216d8311. commit | commitdiff | tree
2014年12月18日 Noah Misch Recognize Makefile line continuations in fetchRegressOp... commit | commitdiff | tree
2014年12月18日 Fujii Masao Remove odd blank line in comment. commit | commitdiff | tree
2014年12月18日 Andres Freund Fix (re-)starting from a basebackup taken off a standby... commit | commitdiff | tree
2014年12月18日 Noah Misch Fix previous commit for TAP test suites in VPATH builds. commit | commitdiff | tree
2014年12月18日 Noah Misch Lock down regression testing temporary clusters on... commit | commitdiff | tree
2014年12月17日 Tom Lane Allow CHECK constraints to be placed on foreign tables. commit | commitdiff | tree
2014年12月17日 Heikki Linnakangas Clarify the regexp used to detect source files in MSVC... commit | commitdiff | tree
2014年12月17日 Tom Lane Fix another poorly worded error message. commit | commitdiff | tree
2014年12月17日 Tom Lane Fix poorly worded error message. commit | commitdiff | tree
2014年12月17日 Magnus Hagander Update .gitignore for pg_upgrade commit | commitdiff | tree
2014年12月17日 Magnus Hagander Add missing documentation for some vcregress modes commit | commitdiff | tree
2014年12月17日 Magnus Hagander Remove redundant sentence commit | commitdiff | tree
2014年12月16日 Tom Lane Fix off-by-one loop count in MapArrayTypeName, and... commit | commitdiff | tree
2014年12月16日 Tom Lane Suppress bogus statistics when pgbench failed to comple... commit | commitdiff | tree
2014年12月16日 Tom Lane Fix file descriptor leak after failure of a \setshell... commit | commitdiff | tree
2014年12月16日 Andrew Dunstan Fix some jsonb issues found by Coverity in recent commits. commit | commitdiff | tree
2014年12月16日 Heikki Linnakangas Misc comment typo fixes. commit | commitdiff | tree
2014年12月16日 Heikki Linnakangas Fix incorrect comment about XLogRecordBlockHeader.data_... commit | commitdiff | tree
2014年12月16日 Noah Misch Fix commit_ts test suite for systems with coarse timest... commit | commitdiff | tree
2014年12月15日 Peter Eisentraut Translation updates commit | commitdiff | tree
2014年12月15日 Alvaro Herrera add missing newline commit | commitdiff | tree
2014年12月15日 Tom Lane Fix point <-> polygon code for zero-distance case. commit | commitdiff | tree
2014年12月15日 Heikki Linnakangas Add point <-> polygon distance operator. commit | commitdiff | tree
2014年12月15日 Peter Eisentraut Translation updates commit | commitdiff | tree
2014年12月15日 Peter Eisentraut doc: Add link to how to specify time zone names to... commit | commitdiff | tree
2014年12月14日 Tom Lane Improve documentation around parameter-setting and... commit | commitdiff | tree
2014年12月14日 Tom Lane Update 9.4 release notes. commit | commitdiff | tree
2014年12月13日 Peter Eisentraut doc: Fix markup commit | commitdiff | tree
2014年12月13日 Andrew Dunstan Add CINE option for CREATE TABLE AS and CREATE MATERIAL... commit | commitdiff | tree
2014年12月13日 Tom Lane Improve recovery target settings documentation. commit | commitdiff | tree
2014年12月13日 Tom Lane Repair corner-case bug in array version of percentile_c... commit | commitdiff | tree
2014年12月13日 Heikki Linnakangas Remove duplicate #define commit | commitdiff | tree
2014年12月12日 Tom Lane Avoid instability in output of new REINDEX SCHEMA test. commit | commitdiff | tree
2014年12月12日 Andrew Dunstan Add several generator functions for jsonb that exist... commit | commitdiff | tree
2014年12月12日 Tom Lane Revert misguided change to postgres_fdw FOR UPDATE... commit | commitdiff | tree
2014年12月12日 Andrew Dunstan Add json_strip_nulls and jsonb_strip_nulls functions. commit | commitdiff | tree
2014年12月12日 Heikki Linnakangas Put the logic to decide which synchronous standby is... commit | commitdiff | tree
2014年12月12日 Peter Eisentraut doc: Move website-stylesheet setting to a more appropri... commit | commitdiff | tree
2014年12月12日 Peter Eisentraut SSL tests: Remove trailing blank lines commit | commitdiff | tree
2014年12月12日 Peter Eisentraut SSL tests: Silence pg_ctl output commit | commitdiff | tree
2014年12月12日 Tom Lane Fix planning of SELECT FOR UPDATE on child table with... commit | commitdiff | tree
2014年12月12日 Tom Lane Fix corner case where SELECT FOR UPDATE could return... commit | commitdiff | tree
2014年12月11日 Simon Riggs Further changes to REINDEX SCHEMA commit | commitdiff | tree
2014年12月11日 Tom Lane Make rowsecurity test clean up after itself, too. commit | commitdiff | tree
2014年12月11日 Tom Lane Fix completely broken REINDEX SCHEMA testcase. commit | commitdiff | tree
2014年12月11日 Tom Lane Fix assorted confusion between Oid and int32. commit | commitdiff | tree
2014年12月11日 Heikki Linnakangas Use correct macro for reltablespace. commit | commitdiff | tree
2014年12月11日 Peter Eisentraut Fix typo commit | commitdiff | tree
2014年12月11日 Tom Lane Fix minor thinko in convertToJsonb(). commit | commitdiff | tree
2014年12月09日 Heikki Linnakangas Add a regression test suite for SSL support. commit | commitdiff | tree
2014年12月09日 Alvaro Herrera pg_xlogdump/.gitignore: add committsdesc.c commit | commitdiff | tree
2014年12月09日 Simon Riggs Silence REINDEX commit | commitdiff | tree
2014年12月08日 Simon Riggs Execute 18 tests for src/bin/scripts/t/090.. commit | commitdiff | tree
2014年12月08日 Simon Riggs REINDEX SCHEMA commit | commitdiff | tree
2014年12月08日 Simon Riggs Windows: use GetSystemTimePreciseAsFileTime if available commit | commitdiff | tree
2014年12月08日 Simon Riggs Use GetSystemTimeAsFileTime directly in win32 commit | commitdiff | tree
2014年12月08日 Peter Eisentraut doc: Fix DocBook table column count declaration commit | commitdiff | tree
2014年12月08日 Simon Riggs Correct recovery_target_action docs commit | commitdiff | tree
2014年12月07日 Simon Riggs Remove duplicate code in heap_prune_chain() commit | commitdiff | tree
2014年12月07日 Simon Riggs Event Trigger for table_rewrite commit | commitdiff | tree
2014年12月07日 Simon Riggs Tweaks for recovery_target_action commit | commitdiff | tree
2014年12月05日 Heikki Linnakangas Give a proper error message if initdb password file... commit | commitdiff | tree
2014年12月05日 Heikki Linnakangas Don't include file type bits in tar archive's mode... commit | commitdiff | tree
2014年12月05日 Heikki Linnakangas Remove erroneous EXTRA_CLEAN line from Makefile. commit | commitdiff | tree
2014年12月05日 Heikki Linnakangas Print new track_commit_timestamp in rm_desc of a parame... commit | commitdiff | tree
2014年12月05日 Heikki Linnakangas Print wal_log_hints in the rm_desc routing of a paramet... commit | commitdiff | tree
2014年12月05日 Heikki Linnakangas Fix pg_xlogdump's calculation of full-page image data. commit | commitdiff | tree
2014年12月05日 Robert Haas Don't dump core if pq_comm_reset() is called before... commit | commitdiff | tree
2014年12月04日 Andres Freund Document that pg_stat_*_tables.n_tup_upd includes n_tup... commit | commitdiff | tree
2014年12月04日 Peter Eisentraut Fix PGXS vpath build when PostgreSQL is built with... commit | commitdiff | tree
2014年12月04日 Peter Eisentraut Revert haphazard pgxs makefile changes commit | commitdiff | tree
2014年12月04日 Peter Eisentraut Remove USE_VPATH make variable from PGXS commit | commitdiff | tree
2014年12月04日 Peter Eisentraut Fix SHLIB_PREREQS use in contrib, allowing PGXS builds commit | commitdiff | tree
2014年12月04日 Peter Eisentraut Move PG_AUTOCONF_FILENAME definition commit | commitdiff | tree
2014年12月03日 Alvaro Herrera doc: Fix markup commit | commitdiff | tree
2014年12月03日 Alvaro Herrera Keep track of transaction commit timestamps commit | commitdiff | tree
2014年12月03日 Alvaro Herrera Fix typos commit | commitdiff | tree
2014年12月03日 Peter Eisentraut Fix whitespace commit | commitdiff | tree
2014年12月03日 Alvaro Herrera Install kludges to fix check-world for src/test/modules commit | commitdiff | tree
next
This is the main PostgreSQL git repository.
RSS Atom

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