git.postgresql.org Git - postgresql.git/shortlog
git
projects
/
postgresql.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
postgresql.git
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
2010年04月13日
Magnus Hagander
Only try to do a graceful disconnect if we've successfu...
commit
|
commitdiff
|
tree
2010年04月12日
Bruce Momjian
Remove example of archive_command from configure sectio...
commit
|
commitdiff
|
tree
2010年04月12日
Bruce Momjian
Spell out full archive directory specification in ...
commit
|
commitdiff
|
tree
2010年04月12日
Heikki Linnakangas
Update the location of last removed WAL segment in...
commit
|
commitdiff
|
tree
2010年04月12日
Heikki Linnakangas
Need to use the start pointer of a block we read from...
commit
|
commitdiff
|
tree
2010年04月12日
Heikki Linnakangas
Adjust paragraph about monitoring streaming replication...
commit
|
commitdiff
|
tree
2010年04月12日
Heikki Linnakangas
Change the logic to decide when to delete old WAL segme...
commit
|
commitdiff
|
tree
2010年04月09日
Magnus Hagander
Perltidy run over the MSVC build system files, to clean...
commit
|
commitdiff
|
tree
2010年04月09日
Magnus Hagander
Clean up inconsistent commas
commit
|
commitdiff
|
tree
2010年04月09日
Magnus Hagander
Update list of Windows timezones we try to match locali...
commit
|
commitdiff
|
tree
2010年04月08日
Magnus Hagander
Proceed to look for the next timezone when matching...
commit
|
commitdiff
|
tree
2010年04月08日
Robert Haas
Make smart shutdown work in combination with Hot Standb...
commit
|
commitdiff
|
tree
2010年04月07日
Tom Lane
Fix to_char YYY, YY, Y format codes so that FM zero...
commit
|
commitdiff
|
tree
2010年04月07日
Heikki Linnakangas
Allow quotes to be escaped in recovery.conf, by doublin...
commit
|
commitdiff
|
tree
2010年04月07日
Heikki Linnakangas
Forbid using pg_xlogfile_name() and pg_xlogfile_name_of...
commit
|
commitdiff
|
tree
2010年04月07日
Itagaki Takahiro
psql tab completion for ALTER DEFAULT PRIVILEGES and...
commit
|
commitdiff
|
tree
2010年04月07日
Itagaki Takahiro
Add cygwin version check before using cygwin_conv_path(),
commit
|
commitdiff
|
tree
2010年04月06日
Magnus Hagander
Log the actual timezone name that we fail to look up...
commit
|
commitdiff
|
tree
2010年04月06日
Simon Riggs
Further message changes when recovery.conf parameters...
commit
|
commitdiff
|
tree
2010年04月06日
Heikki Linnakangas
Rename "Log-streaming replication parameters" header...
commit
|
commitdiff
|
tree
2010年04月06日
Simon Riggs
Change some debug ereports to elogs, as requested by...
commit
|
commitdiff
|
tree
2010年04月06日
Bruce Momjian
Reword exclusion constriants to mention that the operat...
commit
|
commitdiff
|
tree
2010年04月05日
Itagaki Takahiro
Assorted tab-completion improvements in psql.
commit
|
commitdiff
|
tree
2010年04月05日
Andrew Dunstan
Exclude unwanted typedef symbols in pgindent, including...
commit
|
commitdiff
|
tree
2010年04月05日
Tom Lane
Clean up description of 9.0's incompatible changes...
commit
|
commitdiff
|
tree
2010年04月05日
Andrew Dunstan
Make dmetaphone.c safe for pgindent and fussy compilers...
commit
|
commitdiff
|
tree
2010年04月05日
Itagaki Takahiro
Use a new API rather than a deprecated one in in cygwin.
commit
|
commitdiff
|
tree
2010年04月05日
Tom Lane
Arrange to remove pg_default_acl entries completely...
commit
|
commitdiff
|
tree
2010年04月05日
Tom Lane
Fix updateAclDependencies() to not assume that ACL...
commit
|
commitdiff
|
tree
2010年04月05日
Tom Lane
Improve phrasing of warning message for NOTIFY queue...
commit
|
commitdiff
|
tree
2010年04月03日
Tom Lane
Minor wording improvement.
commit
|
commitdiff
|
tree
2010年04月03日
Tom Lane
\ddp should be recognized as such even if user appends...
commit
|
commitdiff
|
tree
2010年04月03日
Michael Meskes
Make ecpg in line with other compilers in that it delet...
commit
|
commitdiff
|
tree
next
This is the main PostgreSQL git repository.
RSS
Atom
AltStyle
によって変換されたページ
(->オリジナル)
/
アドレス:
モード:
デフォルト
音声ブラウザ
ルビ付き
配色反転
文字拡大
モバイル