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年03月17日
Peter Eisentraut
Fix peculiar, untranslatable message concatenation...
commit
|
commitdiff
|
tree
2010年03月17日
Peter Eisentraut
Make typography consistent
commit
|
commitdiff
|
tree
2010年03月17日
Magnus Hagander
Typo fixes.
commit
|
commitdiff
|
tree
2010年03月17日
Peter Eisentraut
Update broken and permanently moved links
commit
|
commitdiff
|
tree
2010年03月17日
Tom Lane
Pass incompletely-transformed aggregate argument lists...
commit
|
commitdiff
|
tree
2010年03月17日
Tom Lane
Fix incorrect example in CREATE INDEX reference page...
commit
|
commitdiff
|
tree
2010年03月17日
Simon Riggs
Fix typo in streaming replication protocol docs.
commit
|
commitdiff
|
tree
2010年03月16日
Simon Riggs
Fix typo in math function docs, spotted by Heikki.
commit
|
commitdiff
|
tree
2010年03月16日
Heikki Linnakangas
Throw a nicer error message if a standby server attempt...
commit
|
commitdiff
|
tree
2010年03月15日
Simon Riggs
Document that trig functions accept/return values in...
commit
|
commitdiff
|
tree
2010年03月15日
Simon Riggs
Remove incorrect comment from GetWriteRecPtr(): the...
commit
|
commitdiff
|
tree
2010年03月14日
Tom Lane
Update oidjoins regression test for 9.0.
commit
|
commitdiff
|
tree
2010年03月13日
Peter Eisentraut
Add some more structure and bits of information to...
commit
|
commitdiff
|
tree
2010年03月13日
Bruce Momjian
Revert all keepalive moves, reevaluate.
commit
|
commitdiff
|
tree
2010年03月13日
Bruce Momjian
Move more tcp keepalive macros to be consistent.
commit
|
commitdiff
|
tree
2010年03月13日
Bruce Momjian
Move TCP keepalive macro definition
commit
|
commitdiff
|
tree
2010年03月13日
Bruce Momjian
Add libpq warning message if the .pgpass-retrieved...
commit
|
commitdiff
|
tree
2010年03月13日
Peter Eisentraut
Update shared memory configuration information for...
commit
|
commitdiff
|
tree
2010年03月13日
Bruce Momjian
Document what user name email symbols are supported...
commit
|
commitdiff
|
tree
2010年03月13日
Bruce Momjian
Allow underscores in tsearch email addressses, per...
commit
|
commitdiff
|
tree
2010年03月13日
Bruce Momjian
Small adjustment by pgindent.
commit
|
commitdiff
|
tree
2010年03月12日
Bruce Momjian
Re-add comma, oops.
commit
|
commitdiff
|
tree
2010年03月12日
Tom Lane
Add some logging code for unexpected cases in pgstat...
commit
|
commitdiff
|
tree
2010年03月12日
Tom Lane
Fix a commented-out block of code that pgindent didn...
commit
|
commitdiff
|
tree
2010年03月12日
Bruce Momjian
Remove unnecessary comma in documentation.
commit
|
commitdiff
|
tree
2010年03月11日
Tom Lane
Add missing reset of need_initialization in reloptions...
commit
|
commitdiff
|
tree
2010年03月11日
Tom Lane
Modify psql's \d printout to fold exclusion constraints...
commit
|
commitdiff
|
tree
2010年03月11日
Tom Lane
Sync timezone code with tzcode 2010c from the Olson...
commit
|
commitdiff
|
tree
2010年03月11日
Heikki Linnakangas
Fix bug in KnownAssignedXidsMany(). I saw this when...
commit
|
commitdiff
|
tree
2010年03月11日
Heikki Linnakangas
Fix comment which was apparently copy-pasted from anoth...
commit
|
commitdiff
|
tree
2010年03月11日
Tom Lane
Simplify a couple of pg_dump and psql \d queries about...
commit
|
commitdiff
|
tree
2010年03月11日
Tom Lane
Update comment for pg_constraint.conindid to mention...
commit
|
commitdiff
|
tree
2010年03月10日
Robert Haas
Fix incorrect comment about permissions checking being...
commit
|
commitdiff
|
tree
2010年03月10日
Itagaki Takahiro
pg_start_backup() can use a share lock to lock ControlF...
commit
|
commitdiff
|
tree
2010年03月10日
Tom Lane
Preliminary release notes for releases 8.4.3, 8.3.10...
commit
|
commitdiff
|
tree
2010年03月09日
Tom Lane
Use SvROK(sv) rather than directly checking SvTYPE...
commit
|
commitdiff
|
tree
2010年03月09日
Alvaro Herrera
Update time zone data files to tzdata release 2010d...
commit
|
commitdiff
|
tree
2010年03月09日
Michael Meskes
ecpg now adds a unique counter to its varchar struct...
commit
|
commitdiff
|
tree
2010年03月09日
Andrew Dunstan
Add checks for valid encoding of query strings passed...
commit
|
commitdiff
|
tree
2010年03月08日
Bruce Momjian
Return proper exit code (3) from psql when ON_ERROR_STO...
commit
|
commitdiff
|
tree
2010年03月08日
Magnus Hagander
Add missing space in example.
commit
|
commitdiff
|
tree
2010年03月08日
Michael Meskes
Better test the content of the SQLSTATE string in ecpgl...
commit
|
commitdiff
|
tree
2010年03月08日
Magnus Hagander
Require hostname to be set when using GSSAPI authentica...
commit
|
commitdiff
|
tree
2010年03月08日
Magnus Hagander
Disallow gssapi authentication on local connections...
commit
|
commitdiff
|
tree
2010年03月08日
Tom Lane
Update time zone data files to tzdata release 2010c...
commit
|
commitdiff
|
tree
2010年03月07日
Magnus Hagander
Revert patch for --psqlrc=FILENAME in psql.
commit
|
commitdiff
|
tree
2010年03月06日
Tom Lane
Fix warning messages in restrict_and_check_grant()...
commit
|
commitdiff
|
tree
2010年03月06日
Magnus Hagander
Add --psqlrc=FILENAME parameter to psql, to process...
commit
|
commitdiff
|
tree
2010年03月06日
Tom Lane
When reading pg_hba.conf and similar files, do not...
commit
|
commitdiff
|
tree
2010年03月05日
Michael Meskes
In case the connection magically disappears libecpg...
commit
|
commitdiff
|
tree
2010年03月04日
Heikki Linnakangas
Fix IsBinaryCoercible to not confuse a cast using in...
commit
|
commitdiff
|
tree
2010年03月03日
Bruce Momjian
Add C comment about DDL changes possibly causing pg_dum...
commit
|
commitdiff
|
tree
2010年03月03日
Bruce Momjian
Document that "Q" is ignored by to_date and to_timestam...
commit
|
commitdiff
|
tree
2010年03月03日
Tom Lane
Fix a couple of places that would loop forever if attem...
commit
|
commitdiff
|
tree
2010年03月03日
Heikki Linnakangas
Fix pg_dump of ACLs of foreign servers. The command...
commit
|
commitdiff
|
tree
2010年03月03日
Tom Lane
Make contrib/xml2 use core xml.c's error handler, when...
commit
|
commitdiff
|
tree
2010年03月03日
Tom Lane
Export xml.c's libxml-error-handling support so that...
commit
|
commitdiff
|
tree
2010年03月03日
Andrew Dunstan
Make iconv work like other optional libraries for MSVC.
commit
|
commitdiff
|
tree
2010年03月03日
Bruce Momjian
Fix SGML markup.
commit
|
commitdiff
|
tree
2010年03月03日
Bruce Momjian
Restructure CREATE FUNCTION "NOTES" section to be short...
commit
|
commitdiff
|
tree
2010年03月03日
Tom Lane
Instead of trying (and failing) to allow <<label>>...
commit
|
commitdiff
|
tree
2010年03月02日
Bruce Momjian
Adjust max_standby_delay documentation to be clearer...
commit
|
commitdiff
|
tree
2010年03月02日
Andrew Dunstan
Add missing library and include dir for XSLT in MSVC...
commit
|
commitdiff
|
tree
2010年03月02日
Bruce Momjian
Document the effect of max_standby_delay on increasing...
commit
|
commitdiff
|
tree
2010年03月02日
Peter Eisentraut
Update keywords list for 9.0
commit
|
commitdiff
|
tree
2010年03月02日
Andrew Dunstan
Do not run regression tests for contrib/xml2 on MSVC...
commit
|
commitdiff
|
tree
2010年03月02日
Tom Lane
Cause plpgsql to throw an error if "INTO rowtype_var...
commit
|
commitdiff
|
tree
2010年03月02日
Andrew Dunstan
Add XSLT defines for MSVC builds
commit
|
commitdiff
|
tree
2010年03月01日
Heikki Linnakangas
Fix translation of strings in psql \d output (translati...
commit
|
commitdiff
|
tree
2010年03月01日
Heikki Linnakangas
Fix numericlocale psql option when used with a null...
commit
|
commitdiff
|
tree
2010年03月01日
Tom Lane
Fix contrib/xml2 so regression test still works when...
commit
|
commitdiff
|
tree
2010年03月01日
Magnus Hagander
It's clearly now pointless to do backwards compatible...
commit
|
commitdiff
|
tree
2010年03月01日
Tom Lane
Buildfarm still unhappy, so I'll bet it's EACCES not...
commit
|
commitdiff
|
tree
2010年03月01日
Tom Lane
Remove xmlCleanupParser calls from contrib/xml2.
commit
|
commitdiff
|
tree
2010年03月01日
Greg Stark
add EPERM to the list of return codes to expect from...
commit
|
commitdiff
|
tree
2010年02月28日
Tom Lane
Fix up memory management problems in contrib/xml2.
commit
|
commitdiff
|
tree
2010年02月28日
Greg Stark
Second try at fsyncing directories in CREATE DATABASE...
commit
|
commitdiff
|
tree
2010年02月28日
Tom Lane
Assorted code cleanup for contrib/xml2. No change...
commit
|
commitdiff
|
tree
2010年02月28日
Bruce Momjian
Update complex locale example in the documentation.
commit
|
commitdiff
|
tree
2010年02月28日
Bruce Momjian
*** empty log message ***
commit
|
commitdiff
|
tree
2010年02月27日
Michael Meskes
Make sure ecpg uses the same header files in the same...
commit
|
commitdiff
|
tree
2010年02月27日
Tom Lane
Insert a hack into get_float8_nan (both core and ecpg...
commit
|
commitdiff
|
tree
2010年02月27日
Bruce Momjian
Back out unintended change to pg_locale.c.
commit
|
commitdiff
|
tree
2010年02月27日
Bruce Momjian
Document ATAPI FLUSH CACHE EXT.
commit
|
commitdiff
|
tree
2010年02月27日
Bruce Momjian
Document trace_recovery_messages() parameter as an...
commit
|
commitdiff
|
tree
2010年02月27日
Heikki Linnakangas
Document max_standby_delay=-1 option, now that it's...
commit
|
commitdiff
|
tree
2010年02月27日
Tom Lane
Entity-ify a few new uses of literal <, >, and &.
commit
|
commitdiff
|
tree
2010年02月27日
Tom Lane
Undo some more pgindent breakage. Per buildfarm.
commit
|
commitdiff
|
tree
2010年02月27日
Bruce Momjian
Use <> for libpq #include in example programs, per...
commit
|
commitdiff
|
tree
2010年02月27日
Bruce Momjian
Document ATAPI drive flush command, and mention SSD...
commit
|
commitdiff
|
tree
2010年02月26日
Bruce Momjian
Suggest gmake installcheck-world for pgindent testing.
commit
|
commitdiff
|
tree
2010年02月26日
Bruce Momjian
Revert pgindent changes to ecpg include files that...
commit
|
commitdiff
|
tree
2010年02月26日
Bruce Momjian
Wording improvements to README.
commit
|
commitdiff
|
tree
2010年02月26日
Bruce Momjian
Update pgindent docs to use maintainer-clean.
commit
|
commitdiff
|
tree
2010年02月26日
Bruce Momjian
Document why pgindent wants a fresh CVS checkout.
commit
|
commitdiff
|
tree
2010年02月26日
Bruce Momjian
In vacuumdb --help, call analyze "statistics", not...
commit
|
commitdiff
|
tree
2010年02月26日
Bruce Momjian
Call output file typedefs.list; update README.
commit
|
commitdiff
|
tree
2010年02月26日
Bruce Momjian
Document pg_restore --jobs as a performance enhancement.
commit
|
commitdiff
|
tree
2010年02月26日
Bruce Momjian
Update pgindent instructions.
commit
|
commitdiff
|
tree
2010年02月26日
Bruce Momjian
pgindent run for 9.0
commit
|
commitdiff
|
tree
next
This is the main PostgreSQL git repository.
RSS
Atom
AltStyle
によって変換されたページ
(->オリジナル)
/
アドレス:
モード:
デフォルト
音声ブラウザ
ルビ付き
配色反転
文字拡大
モバイル