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

git projects / postgresql.git / shortlog
? search:
summary | shortlog | log | commit | commitdiff | tree
first ⋅ prev ⋅ next
postgresql.git
2010年05月05日 Heikki Linnakangas Fix incorrect parameter tag in docs, spotted by KOIZUMI... commit | commitdiff | tree
2010年05月03日 Alvaro Herrera Remove spurious dot, per bug #5446 reported by koizumis... commit | commitdiff | tree
2010年05月03日 Heikki Linnakangas Need to hold ControlFileLock while updating control... commit | commitdiff | tree
2010年05月03日 Heikki Linnakangas Change wording so that you don't need to understand... commit | commitdiff | tree
2010年05月03日 Heikki Linnakangas Change "literal" tag to the more appropriate "firstterm... commit | commitdiff | tree
2010年05月03日 Heikki Linnakangas Add cross-reference from wal_level to hot_standby setti... commit | commitdiff | tree
2010年05月02日 Tom Lane Improve printing of XLOG_HEAP_NEWPAGE records to includ... commit | commitdiff | tree
2010年05月02日 Tom Lane Fix replay of XLOG_HEAP_NEWPAGE WAL records to pay... commit | commitdiff | tree
2010年05月02日 Simon Riggs Update standbycheck test output with new ERROR message... commit | commitdiff | tree
2010年05月02日 Simon Riggs Docs for standbycheck regression tests. commit | commitdiff | tree
2010年05月02日 Simon Riggs Mention that max_standby_delay has units of millisecond... commit | commitdiff | tree
2010年05月02日 Tom Lane Clean up some awkward, inaccurate, and inefficient... commit | commitdiff | tree
2010年05月01日 Tom Lane Add code to InternalIpcMemoryCreate() to handle the... commit | commitdiff | tree
2010年05月01日 Tom Lane Install hack workaround for failure of 'make all' in... commit | commitdiff | tree
2010年05月01日 Tom Lane Adjust postgres.xml rule so that make will notice a... commit | commitdiff | tree
2010年05月01日 Tom Lane Fix leakage of proc-related storage in plpython's inlin... commit | commitdiff | tree
2010年04月30日 Tom Lane Update our information about OS X shared memory configu... commit | commitdiff | tree
2010年04月30日 Tom Lane Improve COPY documentation to clarify that it doesn... commit | commitdiff | tree
2010年04月30日 Tom Lane Fix multiple memory leaks in PLy_spi_execute_fetch_resu... commit | commitdiff | tree
2010年04月30日 Tom Lane Fix a couple of places where the result of fgets()... commit | commitdiff | tree
2010年04月30日 Heikki Linnakangas Fix handling of b-tree reuse WAL records when hot stand... commit | commitdiff | tree
2010年04月30日 Marc G. Fournier tag for 9.0beta1 REL9_0_BETA1 commit | commitdiff | tree
2010年04月29日 Bruce Momjian Documentation fix: CREATE TRIGGER 'WHERE' -> 'WHEN' commit | commitdiff | tree
2010年04月29日 Tom Lane Adjust error checks in pg_start_backup and pg_stop_back... commit | commitdiff | tree
2010年04月29日 Tom Lane Rename the parameter recovery_connections to hot_standb... commit | commitdiff | tree
2010年04月29日 Bruce Momjian Doc fix -- last major item should not be a bullet. commit | commitdiff | tree
2010年04月29日 Bruce Momjian Move alpha release notes into a separate file; re... commit | commitdiff | tree
2010年04月29日 Bruce Momjian Update 9.0 release notes to current; add major items... commit | commitdiff | tree
2010年04月29日 Tom Lane Install a workaround for 'TeX capacity exceeded' problem commit | commitdiff | tree
2010年04月28日 Tom Lane Fix typo, per Thom Brown. commit | commitdiff | tree
2010年04月28日 Tom Lane Modify information_schema._pg_keysequal() to avoid... commit | commitdiff | tree
2010年04月28日 Tom Lane Minor editorializing on pg_controldata and pg_resetxlog... commit | commitdiff | tree
2010年04月28日 Tom Lane pg_controldata needs #define FRONTEND, same as pg_reset... commit | commitdiff | tree
2010年04月28日 Tom Lane Modify ShmemInitStruct and ShmemInitHash to throw error... commit | commitdiff | tree
2010年04月28日 Alvaro Herrera Make pg_stats example query result a bit less wide... commit | commitdiff | tree
2010年04月28日 Heikki Linnakangas Introduce wal_level GUC to explicitly control if inform... commit | commitdiff | tree
2010年04月28日 Tom Lane Fix contrib/tsearch2 expected results to match recent... commit | commitdiff | tree
2010年04月28日 Magnus Hagander Fix typo that had the code check the same thing twice. commit | commitdiff | tree
2010年04月28日 Heikki Linnakangas Add recovery.conf parameters to the documentation index... commit | commitdiff | tree
2010年04月28日 Tom Lane Modify the built-in text search parser to handle URLs... commit | commitdiff | tree
2010年04月28日 Tom Lane Fix stupid typo in refnameRangeTblEntry() --- mea maxim... commit | commitdiff | tree
2010年04月28日 Itagaki Takahiro Add CP949 as an alias for UHC encoding. pg_get_encoding... commit | commitdiff | tree
2010年04月28日 Tom Lane Replace the KnownAssignedXids hash table with a sorted... commit | commitdiff | tree
2010年04月27日 Alvaro Herrera Reformat code examples in plpgsql docs for better reada... commit | commitdiff | tree
2010年04月27日 Heikki Linnakangas If a base backup is cancelled by server shutdown or... commit | commitdiff | tree
2010年04月26日 Tom Lane Update documentation to match pg_stat_activity changes. commit | commitdiff | tree
2010年04月26日 Bruce Momjian Document that pgpool can be used with master/slave... commit | commitdiff | tree
2010年04月26日 Tom Lane Add missing newlines in WPARSER_TRACE output. commit | commitdiff | tree
2010年04月26日 Bruce Momjian Reorder pg_stat_activity columns to be more consistent... commit | commitdiff | tree
2010年04月26日 Bruce Momjian Add comments about why we set LC_CTYPE in WIN32 for... commit | commitdiff | tree
2010年04月26日 Robert Haas When we're restricting who can connect, don't allow... commit | commitdiff | tree
2010年04月24日 Bruce Momjian Add C comments for recent to_char('L') fix for Win32. commit | commitdiff | tree
2010年04月24日 Simon Riggs Patch revoked because of objections. commit | commitdiff | tree
2010年04月23日 Robert Haas Fix various instances of "the the". commit | commitdiff | tree
2010年04月23日 Simon Riggs Add missing optimizer hooks for function cost and numbe... commit | commitdiff | tree
2010年04月23日 Simon Riggs Previous patch revoked following objections. commit | commitdiff | tree
2010年04月23日 Simon Riggs Make CheckRequiredParameterValues() depend upon correct... commit | commitdiff | tree
2010年04月22日 Peter Eisentraut Fix message punctuation commit | commitdiff | tree
2010年04月22日 Simon Riggs Optimise btree delete processing when no active backends. commit | commitdiff | tree
2010年04月22日 Simon Riggs Further reductions in Hot Standby conflict processing... commit | commitdiff | tree
2010年04月22日 Itagaki Takahiro Fix encoding issue when lc_monetary or lc_numeric are... commit | commitdiff | tree
2010年04月21日 Tom Lane Enforce superuser permissions checks during ALTER ROLE... commit | commitdiff | tree
2010年04月21日 Simon Riggs Only send cleanup_info messages if VACUUM removes any... commit | commitdiff | tree
2010年04月21日 Simon Riggs Relax locking during GetCurrentVirtualXIDs(). Earlier... commit | commitdiff | tree
2010年04月21日 Simon Riggs Fix oversight in collecting values for cleanup_info... commit | commitdiff | tree
2010年04月21日 Tom Lane Fix pg_hba.conf matching so that replication connection... commit | commitdiff | tree
2010年04月21日 Tom Lane Move the check for whether walreceiver has authenticate... commit | commitdiff | tree
2010年04月20日 Tom Lane Arrange for client authentication to occur before we... commit | commitdiff | tree
2010年04月20日 Tom Lane Fix code that doesn't work on machines with strict... commit | commitdiff | tree
2010年04月20日 Robert Haas Rename standby_keep_segments to wal_keep_segments. commit | commitdiff | tree
2010年04月20日 Tom Lane Move the responsibility for calling StartupXLOG into... commit | commitdiff | tree
2010年04月20日 Robert Haas Update docs as to when WAL logging can be skipped. commit | commitdiff | tree
2010年04月19日 Simon Riggs Add new message for explicit rejection by pg_hba.conf... commit | commitdiff | tree
2010年04月19日 Simon Riggs Check RecoveryInProgress() while holding ProcArrayLock... commit | commitdiff | tree
2010年04月19日 Tom Lane Fix uninitialized local variables. Not sure why gcc... commit | commitdiff | tree
2010年04月19日 Magnus Hagander Add wrapper function libpqrcv_PQexec() in the walreceiv... commit | commitdiff | tree
2010年04月19日 Robert Haas Add an 'enable_material' GUC. commit | commitdiff | tree
2010年04月18日 Tom Lane Fix bogus order of cleanup steps in plperl_inline_handler. commit | commitdiff | tree
2010年04月18日 Simon Riggs Improve sequence and sense of messages from pg_stop_bac... commit | commitdiff | tree
2010年04月18日 Simon Riggs Remove some additional changes in previous commit that... commit | commitdiff | tree
2010年04月18日 Simon Riggs Tune GetSnapshotData() during Hot Standby by avoiding... commit | commitdiff | tree
2010年04月16日 Robert Haas Provide better guidance for adjusting shared_buffers. commit | commitdiff | tree
2010年04月16日 Heikki Linnakangas On Windows, syslogger runs in two threads. The main... commit | commitdiff | tree
2010年04月16日 Heikki Linnakangas In standby mode, suppress repeated LOG messages about... commit | commitdiff | tree
2010年04月16日 Bruce Momjian Document that autovacuum cannot vacuum or analyze tempo... commit | commitdiff | tree
2010年04月15日 Peter Eisentraut Improve punctuation commit | commitdiff | tree
2010年04月15日 Peter Eisentraut IP port -> TCP port commit | commitdiff | tree
2010年04月15日 Tom Lane Improve message style for messages associated with... commit | commitdiff | tree
2010年04月15日 Heikki Linnakangas Fix typo, spotted by Erik Rijkers. commit | commitdiff | tree
2010年04月15日 Magnus Hagander Add script to enumerate the timezones in the Windows... commit | commitdiff | tree
2010年04月15日 Peter Eisentraut Update XML features list commit | commitdiff | tree
2010年04月15日 Bruce Momjian Doc change: effect -> affect, per Robert Haas commit | commitdiff | tree
2010年04月14日 Tom Lane Fix plpgsql's exec_eval_expr() to ensure it returns... commit | commitdiff | tree
2010年04月14日 Tom Lane Fix a problem introduced by my patch of 2010年01月12日... commit | commitdiff | tree
2010年04月14日 Robert Haas Typo fix. Kevin Grittner. commit | commitdiff | tree
2010年04月14日 Simon Riggs Fix minor typo in comment in xlog.c commit | commitdiff | tree
2010年04月14日 Bruce Momjian Doc change: anyways -> anyway; Erik Rijkers commit | commitdiff | tree
2010年04月13日 Heikki Linnakangas Allow Hot Standby to begin from a shutdown checkpoint. commit | commitdiff | tree
2010年04月13日 Bruce Momjian Add "SSD" acronym mention for solid state drive mention. commit | commitdiff | tree
2010年04月13日 Magnus Hagander Fix typo. commit | commitdiff | tree
next
This is the main PostgreSQL git repository.
RSS Atom

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