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年10月01日 Andres Freund Refactor replication connection code of various pg_base... commit | commitdiff | tree
2014年10月01日 Andres Freund pg_recvlogical.c code review. commit | commitdiff | tree
2014年10月01日 Heikki Linnakangas Remove num_xloginsert_locks GUC, replace with a #define commit | commitdiff | tree
2014年10月01日 Andres Freund Block signals while computing the sleep time in postmas... commit | commitdiff | tree
2014年10月01日 Heikki Linnakangas Add functions for dealing with PGP armor header lines... commit | commitdiff | tree
2014年10月01日 Andres Freund Improve documentation about binary/textual output mode... commit | commitdiff | tree
2014年10月01日 Andres Freund Rename CACHE_LINE_SIZE to PG_CACHE_LINE_SIZE. commit | commitdiff | tree
2014年09月30日 Stephen Frost Correct stdin/stdout usage in COPY .. PROGRAM commit | commitdiff | tree
2014年09月30日 Alvaro Herrera Fix pg_dump's --if-exists for large objects commit | commitdiff | tree
2014年09月30日 Bruce Momjian pg_upgrade: have pg_upgrade fail for old 9.4 JSONB... commit | commitdiff | tree
2014年09月29日 Andres Freund doc fix for pg_recvlogical: --create doesn't immediatel... commit | commitdiff | tree
2014年09月29日 Stephen Frost Also revert e3ec0728, JSON regression tests commit | commitdiff | tree
2014年09月29日 Stephen Frost Revert 95d737ff to add 'ignore_nulls' commit | commitdiff | tree
2014年09月29日 Tom Lane Change JSONB's on-disk format for improved performance. commit | commitdiff | tree
2014年09月26日 Stephen Frost Fix relcache for policies, and doc updates commit | commitdiff | tree
2014年09月26日 Robert Haas Fix identify_locking_dependencies for schema-only dumps. commit | commitdiff | tree
2014年09月26日 Andres Freund Further atomic ops portability improvements and bug... commit | commitdiff | tree
2014年09月26日 Andres Freund Fix a couple occurrences of 'the the' in the new atomic... commit | commitdiff | tree
2014年09月26日 Peter Eisentraut Fix whitespace commit | commitdiff | tree
2014年09月26日 Andres Freund Define META_FREE in a way that doesn't cause -Wempty... commit | commitdiff | tree
2014年09月26日 Andres Freund Fix atomic ops inline x86 inline assembly for older... commit | commitdiff | tree
2014年09月26日 Andres Freund Fix atomic ops for x86 gcc compilers that don't underst... commit | commitdiff | tree
2014年09月25日 Andres Freund Add a basic atomic ops API abstracting away platform... commit | commitdiff | tree
2014年09月25日 Andrew Dunstan Remove ill-conceived ban on zero length json object... commit | commitdiff | tree
2014年09月25日 Robert Haas Change locking regimen around buffer replacement. commit | commitdiff | tree
2014年09月25日 Heikki Linnakangas Refactor space allocation for base64 encoding/decoding... commit | commitdiff | tree
2014年09月25日 Andres Freund Fix VPATH builds of the replication parser from git... commit | commitdiff | tree
2014年09月25日 Andrew Dunstan Return NULL from json_object_agg if it gets no rows. commit | commitdiff | tree
2014年09月25日 Heikki Linnakangas Add -D option to specify data directory to pg_controlda... commit | commitdiff | tree
2014年09月24日 Stephen Frost Copy-editing of row security commit | commitdiff | tree
2014年09月24日 Stephen Frost Code review for row security. commit | commitdiff | tree
2014年09月24日 Tom Lane Fix bogus variable-mangling in security_barrier_replace... commit | commitdiff | tree
2014年09月24日 Andrew Dunstan Fix typos in descriptions of json_object functions. commit | commitdiff | tree
2014年09月24日 Tom Lane Fix incorrect search for "x?" style matches in creviter... commit | commitdiff | tree
2014年09月23日 Stephen Frost Add unicode_*_linestyle to \? variables commit | commitdiff | tree
2014年09月23日 Stephen Frost Log ALTER SYSTEM statements as DDL commit | commitdiff | tree
2014年09月23日 Stephen Frost Process withCheckOption exprs in setrefs.c commit | commitdiff | tree
2014年09月22日 Andres Freund Remove most volatile qualifiers from xlog.c commit | commitdiff | tree
2014年09月22日 Robert Haas Remove volatile qualifiers from lwlock.c. commit | commitdiff | tree
2014年09月22日 Robert Haas Fix compiler warning. commit | commitdiff | tree
2014年09月22日 Robert Haas Fix mishandling of CreateEventTrigStmt's eventname... commit | commitdiff | tree
2014年09月22日 Andres Freund Remove postgres --help blurb about the removed -A option. commit | commitdiff | tree
2014年09月22日 Andres Freund Improve code around the recently added rm_identify... commit | commitdiff | tree
2014年09月19日 Tom Lane Fix failure of contrib/auto_explain to print per-node... commit | commitdiff | tree
2014年09月19日 Robert Haas doc: Use <literal> and all-caps for READ COMMITTED... commit | commitdiff | tree
2014年09月19日 Robert Haas Add a fast pre-check for equality of equal-length strings. commit | commitdiff | tree
2014年09月19日 Stephen Frost Row-Level Security Policies (RLS) commit | commitdiff | tree
2014年09月19日 Andres Freund Mark x86's memory barrier inline assembly as clobbering... commit | commitdiff | tree
2014年09月19日 Andres Freund Avoid 'clobbered by longjmp' warning in psql/copy.c. commit | commitdiff | tree
2014年09月19日 Andres Freund Add the capability to display summary statistics to... commit | commitdiff | tree
2014年09月19日 Andres Freund Add rmgr callback to name xlog record types for display... commit | commitdiff | tree
2014年09月18日 Andres Freund Fix configure check for %z printf support after INT64_M... commit | commitdiff | tree
2014年09月17日 Peter Eisentraut Fix TAP checks when current directory name contains... commit | commitdiff | tree
2014年09月16日 Heikki Linnakangas Fix the return type of GIN triConsistent support functi... commit | commitdiff | tree
2014年09月15日 Heikki Linnakangas Follow the RFCs more closely in libpq server certificat... commit | commitdiff | tree
2014年09月14日 Heikki Linnakangas Fix pointer type in size passed to memset. commit | commitdiff | tree
2014年09月14日 Tom Lane Invent PGC_SU_BACKEND and mark log_connections/log_disc... commit | commitdiff | tree
2014年09月14日 Peter Eisentraut Run missing documentation tools through "missing" commit | commitdiff | tree
2014年09月13日 Peter Eisentraut pg_ctl: Add tests for behavior with nonexistent data... commit | commitdiff | tree
2014年09月13日 Bruce Momjian Revert f68dc5d86b9f287f80f4417f5a24d876eb13771d commit | commitdiff | tree
2014年09月13日 Bruce Momjian More formatting.c variable renaming, for clarity commit | commitdiff | tree
2014年09月12日 Robert Haas Change NTUP_PER_BUCKET to 1 to improve hash join lookup... commit | commitdiff | tree
2014年09月12日 Fujii Masao Add GUC to enable logging of replication commands. commit | commitdiff | tree
2014年09月12日 Stephen Frost Add unicode_{column|header|border}_style to psql commit | commitdiff | tree
2014年09月12日 Stephen Frost Handle border = 3 in expanded mode commit | commitdiff | tree
2014年09月12日 Heikki Linnakangas Support Subject Alternative Names in SSL server certifi... commit | commitdiff | tree
2014年09月12日 Heikki Linnakangas Fix GIN data page split ratio calculation. commit | commitdiff | tree
2014年09月12日 Tom Lane Fix power_var_int() for large integer exponents. commit | commitdiff | tree
2014年09月12日 Tom Lane Fix JSON regression tests. commit | commitdiff | tree
2014年09月12日 Peter Eisentraut Fix vacuumdb --analyze-in-stages --all order commit | commitdiff | tree
2014年09月12日 Stephen Frost Add 'ignore_nulls' option to row_to_json commit | commitdiff | tree
2014年09月11日 Bruce Momjian pg_upgrade: adjust C comments commit | commitdiff | tree
2014年09月11日 Heikki Linnakangas Remove dead InRecovery check. commit | commitdiff | tree
2014年09月11日 Bruce Momjian improve hash creation warning message commit | commitdiff | tree
2014年09月11日 Robert Haas Add missing volatile qualifier. commit | commitdiff | tree
2014年09月11日 Heikki Linnakangas Fix Windows build. commit | commitdiff | tree
2014年09月11日 Heikki Linnakangas Silence compiler warning on Windows. commit | commitdiff | tree
2014年09月11日 Heikki Linnakangas Simplify calculation of Poisson distributed delays... commit | commitdiff | tree
2014年09月11日 Heikki Linnakangas Change the way latency is calculated with pgbench ... commit | commitdiff | tree
2014年09月11日 Peter Eisentraut Handle old versions of Test::More commit | commitdiff | tree
2014年09月11日 Peter Eisentraut Support older versions of "prove" commit | commitdiff | tree
2014年09月11日 Bruce Momjian doc: improve configuration management section commit | commitdiff | tree
2014年09月11日 Bruce Momjian pg_upgrade: compare control version, not catalog version commit | commitdiff | tree
2014年09月10日 Bruce Momjian pg_upgrade: check for large object size compatibility commit | commitdiff | tree
2014年09月10日 Bruce Momjian Implement mxid_age() to compute multi-xid age commit | commitdiff | tree
2014年09月10日 Bruce Momjian Issue a warning during the creation of hash indexes commit | commitdiff | tree
2014年09月10日 Robert Haas Fix thinko in 0709b7ee72e4bc71ad07b7120acd117265ab51d0. commit | commitdiff | tree
2014年09月10日 Heikki Linnakangas Pack tuples in a hash join batch densely, to save memory. commit | commitdiff | tree
2014年09月10日 Andres Freund Add support for optional_argument to our own getopt_lon... commit | commitdiff | tree
2014年09月10日 Andres Freund Fix typo in 07c8651dd91d5 causing WIN32_ONLY_COMPILER... commit | commitdiff | tree
2014年09月09日 Tom Lane Preserve AND/OR flatness while extracting restriction... commit | commitdiff | tree
2014年09月09日 Andres Freund Add new psql help topics, accessible to both --help... commit | commitdiff | tree
2014年09月09日 Robert Haas Change the spinlock primitives to function as compiler... commit | commitdiff | tree
2014年09月09日 Tom Lane Add width_bucket(anyelement, anyarray). commit | commitdiff | tree
2014年09月09日 Peter Eisentraut doc: Reflect renaming of Mac OS X to OS X commit | commitdiff | tree
2014年09月09日 Peter Eisentraut Allow empty content in xml type commit | commitdiff | tree
2014年09月09日 Stephen Frost Move ALTER ... ALL IN to ProcessUtilitySlow commit | commitdiff | tree
2014年09月09日 Andres Freund Fix typo in solaris spinlock fix. commit | commitdiff | tree
2014年09月08日 Andres Freund Fix spinlock implementation for some !solaris sparc... commit | commitdiff | tree
2014年09月08日 Tom Lane Fix psql \s to work with recent libedit, and add pager... commit | commitdiff | tree
next
This is the main PostgreSQL git repository.
RSS Atom

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