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年10月14日
Tom Lane
Support MergeAppend plans, to allow sorted output from...
commit
|
commitdiff
|
tree
2010年10月14日
Peter Eisentraut
Fix makefile logic to not break the build when xgettext...
commit
|
commitdiff
|
tree
2010年10月14日
Peter Eisentraut
Remove reference.ced
commit
|
commitdiff
|
tree
2010年10月14日
Peter Eisentraut
Complete the documentation of the USAGE privilege for...
commit
|
commitdiff
|
tree
2010年10月14日
Peter Eisentraut
Document (compositeval).* field selection syntax
commit
|
commitdiff
|
tree
2010年10月14日
Simon Riggs
Improvements to docs about pg_archive_cleanup and use...
commit
|
commitdiff
|
tree
2010年10月14日
Simon Riggs
Make startup process respond to signals to cancel waiti...
commit
|
commitdiff
|
tree
2010年10月14日
Simon Riggs
Fix bug in comment of timeline history file.
commit
|
commitdiff
|
tree
2010年10月14日
Michael Meskes
Applied patch by Itagaki Takahiro to fix incorrect...
commit
|
commitdiff
|
tree
2010年10月13日
Peter Eisentraut
Remove executable permission from files where it doesn...
commit
|
commitdiff
|
tree
2010年10月13日
Peter Eisentraut
Add index entries for pg_stat* views
commit
|
commitdiff
|
tree
2010年10月13日
Peter Eisentraut
Mention the default pg_ctl wait time in the -t option...
commit
|
commitdiff
|
tree
2010年10月13日
Peter Eisentraut
Make title capitalization consistent with surroundings
commit
|
commitdiff
|
tree
2010年10月13日
Peter Eisentraut
Put per-letter quicklinks at the top of the HTML bookin...
commit
|
commitdiff
|
tree
2010年10月13日
Itagaki Takahiro
Accept 'public' as a pseudo-role name in has_table_priv...
commit
|
commitdiff
|
tree
2010年10月12日
Tom Lane
Remove some unnecessary tests of pgstat_track_counts.
commit
|
commitdiff
|
tree
2010年10月12日
Alvaro Herrera
Fix typo
commit
|
commitdiff
|
tree
2010年10月12日
Tom Lane
Fix plpython so that it again honors typmod while assig...
commit
|
commitdiff
|
tree
2010年10月11日
Tom Lane
Fix assorted bugs in GIN's WAL replay logic.
commit
|
commitdiff
|
tree
2010年10月11日
Tom Lane
Improve the planner's simplification of NOT constructs.
commit
|
commitdiff
|
tree
2010年10月10日
Tom Lane
Teach psql to do tab completion for names of psql varia...
commit
|
commitdiff
|
tree
2010年10月10日
Tom Lane
Support triggers on views.
commit
|
commitdiff
|
tree
2010年10月10日
Peter Eisentraut
Extensive ECPG documentation improvements
commit
|
commitdiff
|
tree
2010年10月09日
Robert Haas
Adjust EXPLAIN documentation, so that it's not unreason...
commit
|
commitdiff
|
tree
2010年10月08日
Bruce Momjian
Single-word clarification in postgresql.conf log_trunca...
commit
|
commitdiff
|
tree
2010年10月08日
Tom Lane
Fix sloppy usage of TRIGGER_FIRED_BEFORE/TRIGGER_FIRED_...
commit
|
commitdiff
|
tree
2010年10月08日
Robert Haas
Warn that views can be safely used to hide columns...
commit
|
commitdiff
|
tree
2010年10月08日
Tom Lane
Improve logging in VACUUM FULL VERBOSE and CLUSTER...
commit
|
commitdiff
|
tree
2010年10月08日
Tom Lane
Eliminate some repetitive coding in tuplesort.c.
commit
|
commitdiff
|
tree
2010年10月08日
Tom Lane
Teach CLUSTER to use seqscan-and-sort when it's faster...
commit
|
commitdiff
|
tree
2010年10月07日
Robert Haas
Improve WAL reliability documentation, and add more...
commit
|
commitdiff
|
tree
2010年10月06日
Tom Lane
Reduce the memory requirement for large ispell dictiona...
commit
|
commitdiff
|
tree
2010年10月06日
Tom Lane
Clean up temporary-memory management during ispell...
commit
|
commitdiff
|
tree
2010年10月05日
Simon Riggs
Correct docs for behaviour of ALTER DATABASE .. RENAME...
commit
|
commitdiff
|
tree
2010年10月05日
Tom Lane
Undo some poorly-thought-out "proofreading improvements".
commit
|
commitdiff
|
tree
2010年10月03日
Tom Lane
Behave correctly if INSERT ... VALUES is decorated...
commit
|
commitdiff
|
tree
2010年10月02日
Tom Lane
Remove excess argument to open(2).
commit
|
commitdiff
|
tree
2010年10月02日
Tom Lane
Throw an appropriate error if ALTER COLUMN TYPE finds...
commit
|
commitdiff
|
tree
2010年09月30日
Tom Lane
Use a separate interpreter for each calling SQL userid...
commit
|
commitdiff
|
tree
2010年09月30日
Robert Haas
Adjust pg_archivecleanup docs to match message changes...
commit
|
commitdiff
|
tree
2010年09月30日
Tom Lane
Update release notes for releases 9.0.1, 8.4.5, 8.3...
commit
|
commitdiff
|
tree
2010年09月29日
Peter Eisentraut
Add/fix caching on some configure checks
commit
|
commitdiff
|
tree
2010年09月29日
Peter Eisentraut
Update ecpglib error code listing
commit
|
commitdiff
|
tree
2010年09月29日
Bruce Momjian
Have pg_upgrade use strtoul(), not strtol().
commit
|
commitdiff
|
tree
2010年09月28日
Bruce Momjian
Use macro atooid() for conversion of strings to oids...
commit
|
commitdiff
|
tree
2010年09月28日
Tom Lane
Improve messages for too many private files/dirs. ...
commit
|
commitdiff
|
tree
2010年09月28日
Bruce Momjian
In pg_upgrade, properly handle oids > 2^31 by using...
commit
|
commitdiff
|
tree
2010年09月28日
Bruce Momjian
Fix leak patch that was using fclose() instead of close().
commit
|
commitdiff
|
tree
2010年09月28日
Bruce Momjian
Properly close files after read file failure to prevent...
commit
|
commitdiff
|
tree
2010年09月28日
Tom Lane
Fix another small oversight in command_no_begin patch.
commit
|
commitdiff
|
tree
2010年09月28日
Bruce Momjian
Mention that pg_upgrade requires write permission in...
commit
|
commitdiff
|
tree
2010年09月28日
Bruce Momjian
Mention in pg_upgrade docs that the proper Win32 servic...
commit
|
commitdiff
|
tree
2010年09月28日
Tom Lane
Fix PlaceHolderVar mechanism's interaction with outer...
commit
|
commitdiff
|
tree
2010年09月28日
Bruce Momjian
Add mention of installing pg_upgrade_support in pg_upgr...
commit
|
commitdiff
|
tree
2010年09月28日
Alvaro Herrera
Add missing agg_type nonterminal description in new...
commit
|
commitdiff
|
tree
2010年09月28日
Andrew Dunstan
Fix MSVC builds for dummy_seclabel breakage.
commit
|
commitdiff
|
tree
2010年09月28日
Robert Haas
Fix duplicate OIDs introduced by SECURITY LABEL patch.
commit
|
commitdiff
|
tree
2010年09月28日
Itagaki Takahiro
Only DISCARD ALL should be in the command_no_begin...
commit
|
commitdiff
|
tree
2010年09月28日
Itagaki Takahiro
Add DISCARD to the command_no_begin list for AUTOCOMMIT...
commit
|
commitdiff
|
tree
2010年09月28日
Robert Haas
Add a SECURITY LABEL command.
commit
|
commitdiff
|
tree
2010年09月27日
Robert Haas
Add "(change requires restart)" note to some postgresql...
commit
|
commitdiff
|
tree
2010年09月27日
Tom Lane
Improve git_changelog as per discussion with Robert...
commit
|
commitdiff
|
tree
2010年09月26日
Peter Eisentraut
Add ALTER TYPE ... ADD/DROP/ALTER/RENAME ATTRIBUTE
commit
|
commitdiff
|
tree
2010年09月26日
Tom Lane
Still more tweaking of git_changelog.
commit
|
commitdiff
|
tree
2010年09月26日
Tom Lane
Fix some more bugs in git_changelog.
commit
|
commitdiff
|
tree
2010年09月26日
Tom Lane
Minor improvements to git_changelog.
commit
|
commitdiff
|
tree
2010年09月25日
Tom Lane
Rename git_topo_order -> git_changelog, per discussion.
commit
|
commitdiff
|
tree
2010年09月25日
Tom Lane
Fix another join removal bug: the check on PlaceHolderV...
commit
|
commitdiff
|
tree
2010年09月25日
Peter Eisentraut
Fix man page markup for <cmdsynopsis> with multiple...
commit
|
commitdiff
|
tree
2010年09月24日
Robert Haas
In levenshtein_internal(), describe algorithm a bit...
commit
|
commitdiff
|
tree
2010年09月24日
Tom Lane
Still more .gitignore cleanup.
commit
|
commitdiff
|
tree
2010年09月24日
Alvaro Herrera
Prevent doc/src/sgml subdirs from being created, instea...
commit
|
commitdiff
|
tree
2010年09月24日
Robert Haas
Add contrib/xml2/pgxml.sql to .gitignore
commit
|
commitdiff
|
tree
2010年09月23日
Robert Haas
Replace doc references to install-win32 with install...
commit
|
commitdiff
|
tree
2010年09月23日
Tom Lane
ProcessIncomingNotify *must* reset notifyInterruptOccur...
commit
|
commitdiff
|
tree
2010年09月23日
Tom Lane
Prevent show_session_authorization from crashing when...
commit
|
commitdiff
|
tree
2010年09月23日
Tom Lane
Avoid sharing subpath list structure when flattening...
commit
|
commitdiff
|
tree
2010年09月23日
Tom Lane
Make _outPathInfo print the relid set of the path's...
commit
|
commitdiff
|
tree
2010年09月23日
Heikki Linnakangas
Initialize tableoid field correctly when dumping foreig...
commit
|
commitdiff
|
tree
2010年09月23日
Tom Lane
Re-allow input of Julian dates prior to 0001年01月01日 AD.
commit
|
commitdiff
|
tree
2010年09月23日
Tom Lane
More fixes for libpq's .gitignore file.
commit
|
commitdiff
|
tree
2010年09月23日
Robert Haas
Fix inconsistent capitalization of "PL/pgSQL".
commit
|
commitdiff
|
tree
2010年09月23日
Tom Lane
Do some copy-editing on the Git usage docs.
commit
|
commitdiff
|
tree
2010年09月22日
Tom Lane
Fix remaining stray references to CVS.
commit
|
commitdiff
|
tree
2010年09月22日
Tom Lane
Add assorted other documentation build targets to docum...
commit
|
commitdiff
|
tree
2010年09月22日
Tom Lane
Some more gitignore cleanups: cover contrib and PL...
commit
|
commitdiff
|
tree
2010年09月22日
Magnus Hagander
Add gitignore files for ecpg regression tests.
commit
|
commitdiff
|
tree
2010年09月22日
Magnus Hagander
Remove anonymous cvs instructions, and replace them...
commit
|
commitdiff
|
tree
2010年09月22日
Magnus Hagander
Convert cvsignore to gitignore, and add .gitignore...
commit
|
commitdiff
|
tree
2010年09月22日
Robert Haas
Typo fix. "CVS" is not the same thing as "CSV".
commit
|
commitdiff
|
tree
2010年09月21日
Tom Lane
pgcvslog isn't useful anymore, either.
commit
|
commitdiff
|
tree
2010年09月21日
Tom Lane
add_cvs_markers isn't useful anymore.
commit
|
commitdiff
|
tree
2010年09月21日
Tom Lane
Some more cleanup of CVS keyword noise.
commit
|
commitdiff
|
tree
2010年09月21日
Tom Lane
The port/pg_latch.c symlink ought to be removed by...
commit
|
commitdiff
|
tree
2010年09月21日
Tom Lane
Fix a missed explanation of auto-analyze threshold...
commit
|
commitdiff
|
tree
2010年09月21日
Tom Lane
Trivial typo fix.
commit
|
commitdiff
|
tree
2010年09月21日
Robert Haas
Remove various mentions of CVS from src/tools/RELEASE_C...
commit
|
commitdiff
|
tree
2010年09月21日
Robert Haas
git_topo_order script, to match up commits across branches.
commit
|
commitdiff
|
tree
2010年09月21日
Magnus Hagander
Rename README.CVS to README.git and change references...
commit
|
commitdiff
|
tree
2010年09月20日
Magnus Hagander
Remove cvs keywords from all files.
commit
|
commitdiff
|
tree
next
This is the main PostgreSQL git repository.
RSS
Atom
AltStyle
によって変換されたページ
(->オリジナル)
/
アドレス:
モード:
デフォルト
音声ブラウザ
ルビ付き
配色反転
文字拡大
モバイル