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年08月08日 Noah Misch Promote pg_dumpall shell/connstr quoting functions... commit | commitdiff | tree
2016年08月08日 Noah Misch Fix Windows shell argument quoting. commit | commitdiff | tree
2016年08月08日 Noah Misch Reject, in pg_dumpall, names containing CR or LF. commit | commitdiff | tree
2016年08月08日 Noah Misch Field conninfo strings throughout src/bin/scripts. commit | commitdiff | tree
2016年08月08日 Noah Misch Introduce a psql "\connect -reuse-previous=on|off"... commit | commitdiff | tree
2016年08月08日 Noah Misch Sort out paired double quotes in \connect, \password... commit | commitdiff | tree
2016年08月08日 Peter Eisentraut doc: Update benchmark results commit | commitdiff | tree
2016年08月08日 Peter Eisentraut Make format() error messages consistent again commit | commitdiff | tree
2016年08月08日 Tom Lane Update 9.6 release notes through today. commit | commitdiff | tree
2016年08月08日 Peter Eisentraut Correct column name in information schema commit | commitdiff | tree
2016年08月08日 Tom Lane Release notes for 9.5.4, 9.4.9, 9.3.14, 9.2.18, 9.1.23. commit | commitdiff | tree
2016年08月08日 Peter Eisentraut doc: Move mention of rsync of temp tables to better... commit | commitdiff | tree
2016年08月07日 Tom Lane Fix misestimation of n_distinct for a nearly-unique... commit | commitdiff | tree
2016年08月07日 Tom Lane Fix crash when pg_get_viewdef_name_ext() is passed... commit | commitdiff | tree
2016年08月07日 Tom Lane Fix TOAST access failure in RETURNING queries. commit | commitdiff | tree
2016年08月07日 Tom Lane Avoid crashing in GetOldestSnapshot() if there are... commit | commitdiff | tree
2016年08月07日 Tom Lane Don't propagate a null subtransaction snapshot up to... commit | commitdiff | tree
2016年08月07日 Tom Lane First-draft release notes for 9.5.4. commit | commitdiff | tree
2016年08月06日 Tom Lane In B-tree page deletion, clean up properly after page... commit | commitdiff | tree
2016年08月05日 Tom Lane Teach libpq to decode server version correctly from... commit | commitdiff | tree
2016年08月05日 Tom Lane Fix copy-and-pasteo in 81c766b3fd41c78c634d78ebae8d3168... commit | commitdiff | tree
2016年08月05日 Tom Lane Make array_to_tsvector() sort and de-duplicate the... commit | commitdiff | tree
2016年08月05日 Tom Lane Fix ts_delete(tsvector, text[]) to cope with duplicate... commit | commitdiff | tree
2016年08月05日 Tom Lane Re-pgindent tsvector_op.c. commit | commitdiff | tree
2016年08月05日 Bruce Momjian docs: re-add spaces before units removed commit | commitdiff | tree
2016年08月05日 Tom Lane Update time zone data files to tzdata release 2016f. commit | commitdiff | tree
2016年08月05日 Robert Haas Change InitToastSnapshot to a macro. commit | commitdiff | tree
2016年08月05日 Andres Freund Fix hard to hit race condition in heapam's tuple lockin... commit | commitdiff | tree
2016年08月04日 Bruce Momjian docs: mention rsync of temp and unlogged tables commit | commitdiff | tree
2016年08月04日 Tom Lane Fix bogus coding in WaitForBackgroundWorkerShutdown(). commit | commitdiff | tree
2016年08月03日 Peter Eisentraut doc: Move indexterms to avoid whitespace issue in man... commit | commitdiff | tree
2016年08月03日 Robert Haas Prevent "snapshot too old" from trying to return pruned... commit | commitdiff | tree
2016年08月03日 Tom Lane Make INSERT-from-multiple-VALUES-rows handle targetlist... commit | commitdiff | tree
2016年08月03日 Tom Lane Do not let PostmasterContext survive into background... commit | commitdiff | tree
2016年08月03日 Peter Eisentraut Add missing casts in information schema commit | commitdiff | tree
2016年08月03日 Peter Eisentraut doc: Remove documentation of nonexistent information... commit | commitdiff | tree
2016年08月03日 Alvaro Herrera Fix assorted problems in recovery tests commit | commitdiff | tree
2016年08月03日 Peter Eisentraut doc: Change recommendation to put NOTIFY into a rule commit | commitdiff | tree
2016年08月03日 Kevin Grittner Add OldSnapshotTimeMapLock to wait_event table in docs. commit | commitdiff | tree
2016年08月03日 Bruce Momjian C comment: fix typo commit | commitdiff | tree
2016年08月03日 Peter Eisentraut doc: Remove slightly confusing xreflabels commit | commitdiff | tree
2016年08月03日 Peter Eisentraut Small wording tweaks commit | commitdiff | tree
2016年08月02日 Tom Lane Remove duplicate InitPostmasterChild() call while start... commit | commitdiff | tree
2016年08月02日 Bruce Momjian doc: OS collation changes can break indexes commit | commitdiff | tree
2016年08月02日 Tom Lane Block interrupts during HandleParallelMessages(). commit | commitdiff | tree
2016年08月02日 Peter Eisentraut Change minimum max_worker_processes from 1 to 0 commit | commitdiff | tree
2016年08月02日 Tom Lane Fix pg_dump's handling of public schema with both ... commit | commitdiff | tree
2016年08月02日 Peter Eisentraut doc: Whitespace fixes in man pages commit | commitdiff | tree
2016年08月02日 Peter Eisentraut Consistently capitalize names of recovery tests commit | commitdiff | tree
2016年08月01日 Tom Lane Minor cleanup for access/transam/parallel.c. commit | commitdiff | tree
2016年08月01日 Tom Lane Don't CHECK_FOR_INTERRUPTS between WaitLatch and ResetL... commit | commitdiff | tree
2016年08月01日 Fujii Masao Remove unused arguments from pg_replication_origin_xact... commit | commitdiff | tree
2016年08月01日 Bruce Momjian pg_rewind docs: clarify handling of remote servers commit | commitdiff | tree
2016年08月01日 Michael Meskes Fixed array checking code for "unsigned long long"... commit | commitdiff | tree
2016年08月01日 Fujii Masao Fix pg_basebackup so that it accepts 0 as a valid compr... commit | commitdiff | tree
2016年07月31日 Tom Lane Doc: remove claim that hash index creation depends... commit | commitdiff | tree
2016年07月31日 Tom Lane Code review for tqueue.c: fix memory leaks, speed it... commit | commitdiff | tree
2016年07月31日 Stephen Frost Correctly handle owned sequences with extensions commit | commitdiff | tree
2016年07月31日 Bruce Momjian doc: improve wording of Error Message Style Guide commit | commitdiff | tree
2016年07月30日 Bruce Momjian pgbench docs: fix incorrect "last two" fields text commit | commitdiff | tree
2016年07月30日 Bruce Momjian docs: properly capitalize and space kB, MB, GB, TB commit | commitdiff | tree
2016年07月29日 Tom Lane Fix worst memory leaks in tqueue.c. commit | commitdiff | tree
2016年07月29日 Tom Lane Fix tqueue.c's range-remapping code. commit | commitdiff | tree
2016年07月29日 Tom Lane Fix pq_putmessage_noblock() to not block. commit | commitdiff | tree
2016年07月29日 Robert Haas Eliminate a few more user-visible "cache lookup failed... commit | commitdiff | tree
2016年07月29日 Peter Eisentraut Documentation spell checking and markup improvements commit | commitdiff | tree
2016年07月28日 Tom Lane Guard against empty buffer in gets_fromFile()'s check... commit | commitdiff | tree
2016年07月28日 Tom Lane Teach parser to transform "x IS [NOT] DISTINCT FROM... commit | commitdiff | tree
2016年07月28日 Peter Eisentraut Message style improvements commit | commitdiff | tree
2016年07月28日 Tom Lane Fix assorted fallout from IS [NOT] NULL patch. commit | commitdiff | tree
2016年07月28日 Tom Lane Improve documentation about CREATE TABLE ... LIKE. commit | commitdiff | tree
2016年07月28日 Tom Lane Register atexit hook only once in pg_upgrade. commit | commitdiff | tree
2016年07月28日 Fujii Masao Fix incorrect description of udt_privileges view in... commit | commitdiff | tree
2016年07月28日 Tom Lane tqueue.c's record-typmod hashtables need the HASH_BLOBS... commit | commitdiff | tree
2016年07月27日 Tom Lane Fix cost_rescan() to account for multi-batch hashing... commit | commitdiff | tree
2016年07月27日 Robert Haas Fix thinko in copyParamList. commit | commitdiff | tree
2016年07月27日 Tom Lane Allow functions that return sets of tuples to return... commit | commitdiff | tree
2016年07月26日 Robert Haas Change various deparsing functions to return NULL for... commit | commitdiff | tree
2016年07月26日 Robert Haas Repair damage done by citext--1.1--1.2.sql. commit | commitdiff | tree
2016年07月26日 Tom Lane Fix constant-folding of ROW(...) IS [NOT] NULL with... commit | commitdiff | tree
2016年07月26日 Fujii Masao Fix improper example of using psql() function in TAP... commit | commitdiff | tree
2016年07月26日 Peter Eisentraut Fix typo commit | commitdiff | tree
2016年07月26日 Peter Eisentraut Message style improvements commit | commitdiff | tree
2016年07月25日 Fujii Masao Fix typo in comment. commit | commitdiff | tree
2016年07月25日 Alvaro Herrera Give recovery tests more time to finish commit | commitdiff | tree
2016年07月24日 Noah Misch Make the AIX case of Makefile.shlib safe for parallel... commit | commitdiff | tree
2016年07月24日 Tom Lane Correctly set up aggregate FILTER expression in partial... commit | commitdiff | tree
2016年07月22日 Tom Lane Fix regression tests to work in Welsh locale. commit | commitdiff | tree
2016年07月22日 Tom Lane Remove GetUserMappingId() and GetUserMappingById(). commit | commitdiff | tree
2016年07月21日 Tom Lane Make contrib regression tests safe for Danish locale. commit | commitdiff | tree
2016年07月21日 Tom Lane Make pltcl regression tests safe for Danish locale. commit | commitdiff | tree
2016年07月21日 Tom Lane Make core regression tests safe for Danish locale. commit | commitdiff | tree
2016年07月21日 Robert Haas Remove unused structure member. commit | commitdiff | tree
2016年07月20日 Magnus Hagander Fix typos commit | commitdiff | tree
2016年07月19日 Tom Lane Remove very-obsolete estimates of shmem usage from... commit | commitdiff | tree
2016年07月19日 Kevin Grittner Add comment & docs about no vacuum truncation with... commit | commitdiff | tree
2016年07月18日 Tom Lane Stamp 9.6beta3. REL9_6_BETA3 commit | commitdiff | tree
2016年07月18日 Tom Lane Doc: improve discussion of plpgsql's GET DIAGNOSTICS... commit | commitdiff | tree
2016年07月18日 Tom Lane Doc: fix table of BRIN operator strategy numbers. commit | commitdiff | tree
2016年07月18日 Magnus Hagander Fix typos in comments and debug message commit | commitdiff | tree
next
This is the main PostgreSQL git repository.
RSS Atom

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