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年02月24日
Tom Lane
Allow zero-dimensional (ie, empty) arrays in contrib...
commit
|
commitdiff
|
tree
2010年02月24日
Bruce Momjian
Document that pg_restore -t can use -n for its schema...
commit
|
commitdiff
|
tree
2010年02月24日
Bruce Momjian
Revert removal of pre-7.4 documenation behavior mentions.
commit
|
commitdiff
|
tree
2010年02月24日
Alvaro Herrera
Remove stray semicolon, per report from strk
commit
|
commitdiff
|
tree
2010年02月24日
Itagaki Takahiro
Remove useless codes to initialize TupleDesc from dblin...
commit
|
commitdiff
|
tree
2010年02月24日
Bruce Momjian
Remove pre-7.4 documentaiton mentions, now that 8.0...
commit
|
commitdiff
|
tree
2010年02月24日
Tom Lane
Fix patch for printing backend and pg_dump versions...
commit
|
commitdiff
|
tree
2010年02月24日
Tom Lane
Un-break pg_dump for the case of zero-column tables.
commit
|
commitdiff
|
tree
2010年02月24日
Tom Lane
Use CREATE OR REPLACE LANGUAGE in pg_dump to avoid...
commit
|
commitdiff
|
tree
2010年02月24日
Tom Lane
Make pg_regress use CREATE OR REPLACE LANGUAGE, so...
commit
|
commitdiff
|
tree
2010年02月23日
Tom Lane
Add an OR REPLACE option to CREATE LANGUAGE.
commit
|
commitdiff
|
tree
2010年02月23日
Bruce Momjian
Modify freebsd start script to just exit 0 with message.
commit
|
commitdiff
|
tree
2010年02月23日
Bruce Momjian
Update startup scripts for Linux and FreeBSD.
commit
|
commitdiff
|
tree
2010年02月23日
Bruce Momjian
Have pg_dump (-v) verbose mode output the pg_dump and...
commit
|
commitdiff
|
tree
2010年02月23日
Bruce Momjian
Revert recent COPY manual change about encoding; add...
commit
|
commitdiff
|
tree
2010年02月23日
Tom Lane
Fix configure's regexp for extracting the Perl version...
commit
|
commitdiff
|
tree
2010年02月23日
Tom Lane
Clarify statements about tar archive format.
commit
|
commitdiff
|
tree
2010年02月23日
Tom Lane
Minor style policing for error messages in pg_dump...
commit
|
commitdiff
|
tree
2010年02月23日
Bruce Momjian
Revert recent change of to_char('HH12') handling for...
commit
|
commitdiff
|
tree
2010年02月23日
Bruce Momjian
Secondary patch to fix interval to_char() for "HH"...
commit
|
commitdiff
|
tree
2010年02月23日
Tom Lane
Some platforms reject fsync() on files opened O_RDONLY.
commit
|
commitdiff
|
tree
2010年02月23日
Bruce Momjian
Make documentation more direct about the handling of...
commit
|
commitdiff
|
tree
2010年02月23日
Bruce Momjian
Document that expression indexes that call functions...
commit
|
commitdiff
|
tree
2010年02月23日
Bruce Momjian
Supress convertion of zero hours to '12' for intervals...
commit
|
commitdiff
|
tree
2010年02月23日
Bruce Momjian
Update pg_restore documentation to show new pg_restore...
commit
|
commitdiff
|
tree
2010年02月22日
Bruce Momjian
Remove long-commented-out paragraph in documentation...
commit
|
commitdiff
|
tree
2010年02月22日
Bruce Momjian
Document that pg_ctl cares about the PGHOST environment...
commit
|
commitdiff
|
tree
2010年02月22日
Bruce Momjian
Revert configure warning to use "official distribution".
commit
|
commitdiff
|
tree
2010年02月22日
Bruce Momjian
Remove protocol documentation paragraph about environme...
commit
|
commitdiff
|
tree
2010年02月22日
Bruce Momjian
Use the term "bundled distribution" instead of "officia...
commit
|
commitdiff
|
tree
2010年02月22日
Bruce Momjian
Briefly document in two places that pg_dump and pg_dump...
commit
|
commitdiff
|
tree
2010年02月22日
Tom Lane
Let's try forcing errno to zero before issuing fsync...
commit
|
commitdiff
|
tree
2010年02月22日
Tom Lane
Adjust pg_fsync_writethrough so that it will set errno...
commit
|
commitdiff
|
tree
2010年02月22日
Heikki Linnakangas
Move documentation of all recovery.conf option to a...
commit
|
commitdiff
|
tree
2010年02月22日
Tom Lane
Fix multiple copy and paste-o's. No wonder this code...
commit
|
commitdiff
|
tree
2010年02月22日
Greg Stark
Oops, don't forget to rewind the directory before scann...
commit
|
commitdiff
|
tree
2010年02月20日
Andrew Dunstan
Adjust sample auto-explain output to reflect query...
commit
|
commitdiff
|
tree
2010年02月20日
Tom Lane
Clean up handling of XactReadOnly and RecoveryInProgres...
commit
|
commitdiff
|
tree
2010年02月20日
Bruce Momjian
Make 'include_realm' ordering consistent in the docs...
commit
|
commitdiff
|
tree
2010年02月20日
Bruce Momjian
Clarify documentation about username mapping when authe...
commit
|
commitdiff
|
tree
2010年02月20日
Bruce Momjian
Document that many solid-state drives have volatile...
commit
|
commitdiff
|
tree
2010年02月20日
Simon Riggs
Copy editing of Hot Standby docs. Some clarifications...
commit
|
commitdiff
|
tree
2010年02月19日
Tom Lane
Reduce the rescan cost estimate for Materialize nodes...
commit
|
commitdiff
|
tree
2010年02月19日
Peter Eisentraut
Revert version stamping in wrong branch
commit
|
commitdiff
|
tree
2010年02月19日
Peter Eisentraut
Version stamp 9.0alpha4
commit
|
commitdiff
|
tree
2010年02月19日
Bruce Momjian
Document --version and --help options for all client...
commit
|
commitdiff
|
tree
2010年02月19日
Peter Eisentraut
Small corrections to message output targets in pg_ctl
commit
|
commitdiff
|
tree
2010年02月19日
Heikki Linnakangas
Don't use O_DIRECT when writing WAL files if archiving...
commit
|
commitdiff
|
tree
2010年02月19日
Heikki Linnakangas
Forbid setval() during recovery. This prevents the...
commit
|
commitdiff
|
tree
2010年02月19日
Bruce Momjian
First pass over client applications documentation proof...
commit
|
commitdiff
|
tree
2010年02月19日
Bruce Momjian
Remove mention that binary distributions pre-compile...
commit
|
commitdiff
|
tree
2010年02月19日
Itagaki Takahiro
Fix STOP WAL LOCATION in backup history files no to...
commit
|
commitdiff
|
tree
2010年02月19日
Peter Eisentraut
Translation updates for 9.0alpha4
commit
|
commitdiff
|
tree
2010年02月19日
Peter Eisentraut
Preliminary release notes for 9.0alpha4
commit
|
commitdiff
|
tree
2010年02月19日
Bruce Momjian
Hot Standby documentation updates
commit
|
commitdiff
|
tree
2010年02月18日
Tom Lane
Volatile-ize all five places where we expect a PG_TRY...
commit
|
commitdiff
|
tree
2010年02月18日
Tom Lane
Provide some rather hokey ways for EXPLAIN to print...
commit
|
commitdiff
|
tree
2010年02月18日
Tom Lane
Fix ExecEvalArrayRef to pass down the old value of...
commit
|
commitdiff
|
tree
2010年02月18日
Heikki Linnakangas
Fix pq_getbyte_if_available() function. It was confused...
commit
|
commitdiff
|
tree
2010年02月18日
Itagaki Takahiro
date_recv should accept infinities.
commit
|
commitdiff
|
tree
2010年02月18日
Bruce Momjian
Add missing close tag.
commit
|
commitdiff
|
tree
2010年02月18日
Bruce Momjian
Wordsmithing of HS and SR documentation, with some...
commit
|
commitdiff
|
tree
2010年02月18日
Tom Lane
Force READY portals into FAILED state when a transactio...
commit
|
commitdiff
|
tree
2010年02月18日
Tom Lane
Fix up pg_dump's treatment of large object ownership...
commit
|
commitdiff
|
tree
2010年02月17日
Tom Lane
Take care to reprocess an uncommitted notify message.
commit
|
commitdiff
|
tree
2010年02月17日
Magnus Hagander
Another typo fix.
commit
|
commitdiff
|
tree
2010年02月17日
Andrew Dunstan
Use a fatal warning check with what looks like a more...
commit
|
commitdiff
|
tree
2010年02月17日
Tom Lane
Stamp HEAD as 9.0devel, and update various places that...
commit
|
commitdiff
|
tree
2010年02月17日
Itagaki Takahiro
Support new syntax and improve handling of parentheses...
commit
|
commitdiff
|
tree
2010年02月17日
Tom Lane
When updating ShmemVariableCache from a checkpoint...
commit
|
commitdiff
|
tree
2010年02月17日
Tom Lane
Prevent #option dump from crashing on FORI statement...
commit
|
commitdiff
|
tree
2010年02月17日
Tom Lane
log_error_verbosity is now LOGGING_WHAT category.
commit
|
commitdiff
|
tree
2010年02月17日
Tom Lane
Tweak description of payload parameter.
commit
|
commitdiff
|
tree
2010年02月17日
Tom Lane
Make NOTIFY_PAYLOAD_MAX_LENGTH depend explicitly on...
commit
|
commitdiff
|
tree
2010年02月16日
Tom Lane
Replace the pg_listener-based LISTEN/NOTIFY mechanism...
commit
|
commitdiff
|
tree
2010年02月16日
Andrew Dunstan
Add query text to auto_explain output.
commit
|
commitdiff
|
tree
2010年02月16日
Andrew Dunstan
Clean up package namespace use and use of Safe in plperl.
commit
|
commitdiff
|
tree
2010年02月16日
Bruce Momjian
Move log_error_verbosity GUC setting to "What to log...
commit
|
commitdiff
|
tree
2010年02月16日
Bruce Momjian
Honor to_char() "FM" specification in YYY, YY, and...
commit
|
commitdiff
|
tree
2010年02月16日
Bruce Momjian
Prevent psql version banner from being printed by the...
commit
|
commitdiff
|
tree
2010年02月16日
Bruce Momjian
Have SELECT and CREATE TABLE AS queries return a row...
commit
|
commitdiff
|
tree
2010年02月16日
Bruce Momjian
Remove personal copyright now that file has been rewrit...
commit
|
commitdiff
|
tree
2010年02月16日
Bruce Momjian
Clarify documentation on the behavior of unnamed bind...
commit
|
commitdiff
|
tree
2010年02月16日
Greg Stark
revert to showing buffer counts in explain (buffers)
commit
|
commitdiff
|
tree
2010年02月16日
Magnus Hagander
Add emulation of non-blocking sockets to the win32...
commit
|
commitdiff
|
tree
2010年02月16日
Michael Meskes
Do not check nan values for infinity. Some system are...
commit
|
commitdiff
|
tree
2010年02月16日
Itagaki Takahiro
Fix synopsis of DO statement.
commit
|
commitdiff
|
tree
2010年02月15日
Alvaro Herrera
Move main error message text in plperl into errmsg...
commit
|
commitdiff
|
tree
2010年02月15日
Peter Eisentraut
When sorting functions in pg_dump, break ties (same...
commit
|
commitdiff
|
tree
2010年02月15日
Magnus Hagander
Fix another stupid typo...
commit
|
commitdiff
|
tree
2010年02月15日
Alvaro Herrera
Fix typo in comment
commit
|
commitdiff
|
tree
2010年02月15日
Greg Stark
Temporarily disable fsyncing the database directory...
commit
|
commitdiff
|
tree
2010年02月15日
Itagaki Takahiro
remove an unused variable 'dirfd'.
commit
|
commitdiff
|
tree
2010年02月15日
Itagaki Takahiro
Add psql tab completion for DO blocks.
commit
|
commitdiff
|
tree
2010年02月15日
Greg Stark
Display explain buffers measurements in memory units...
commit
|
commitdiff
|
tree
2010年02月15日
Greg Stark
Speed up CREATE DATABASE by deferring the fsyncs until...
commit
|
commitdiff
|
tree
2010年02月14日
Robert Haas
Wrap calls to SearchSysCache and related functions...
commit
|
commitdiff
|
tree
2010年02月14日
Greg Stark
Make CREATE DATABASE safe against losing whole files...
commit
|
commitdiff
|
tree
2010年02月14日
Magnus Hagander
Make the msvc build system ask python about details...
commit
|
commitdiff
|
tree
2010年02月14日
Tom Lane
Ooops, let's get the non-null vs null bit right ...
commit
|
commitdiff
|
tree
next
This is the main PostgreSQL git repository.
RSS
Atom
AltStyle
によって変換されたページ
(->オリジナル)
/
アドレス:
モード:
デフォルト
音声ブラウザ
ルビ付き
配色反転
文字拡大
モバイル