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
2012年01月29日
Tom Lane
Fix typo in comment.
commit
|
commitdiff
|
tree
2012年01月29日
Tom Lane
Tweak index costing for problems with partial indexes.
commit
|
commitdiff
|
tree
2012年01月29日
Tom Lane
Fix pushing of index-expression qualifications through...
commit
|
commitdiff
|
tree
2012年01月29日
Tom Lane
Add caution about multiple unique indexes breaking...
commit
|
commitdiff
|
tree
2012年01月29日
Tom Lane
Update statement about sorting of character-string...
commit
|
commitdiff
|
tree
2012年01月29日
Tom Lane
Fix handling of init_plans list in inheritance_planner().
commit
|
commitdiff
|
tree
2012年01月28日
Tom Lane
Add simple tests of EvalPlanQual using the isolationtes...
commit
|
commitdiff
|
tree
2012年01月28日
Tom Lane
Fix handling of data-modifying CTE subplans in EvalPlan...
commit
|
commitdiff
|
tree
2012年01月28日
Magnus Hagander
Prevent logging "failed to stat file: success" for...
commit
|
commitdiff
|
tree
2012年01月28日
Tom Lane
Fix error detection in contrib/pgcrypto's encrypt_iv...
commit
|
commitdiff
|
tree
2012年01月28日
Tom Lane
Undo 8.4-era lobotomization of subquery pullup rules.
commit
|
commitdiff
|
tree
2012年01月28日
Tom Lane
Use parameterized paths to generate inner indexscans...
commit
|
commitdiff
|
tree
2012年01月27日
Peter Eisentraut
Show default privileges in information schema
commit
|
commitdiff
|
tree
2012年01月27日
Peter Eisentraut
Revert unfortunate whitespace change
commit
|
commitdiff
|
tree
2012年01月27日
Peter Eisentraut
Disallow ALTER DOMAIN on non-domain type everywhere
commit
|
commitdiff
|
tree
2012年01月27日
Peter Eisentraut
Hide most variable-length fields from Form_pg_* structs
commit
|
commitdiff
|
tree
2012年01月27日
Peter Eisentraut
Do not access indclass through Form_pg_index
commit
|
commitdiff
|
tree
2012年01月27日
Robert Haas
Document that COUNT(*) might not need a seq scan any...
commit
|
commitdiff
|
tree
2012年01月27日
Robert Haas
Document that analyzing an empty table doesn't update...
commit
|
commitdiff
|
tree
2012年01月27日
Heikki Linnakangas
Initialize the new bgwriterLatch field properly.
commit
|
commitdiff
|
tree
2012年01月27日
Robert Haas
pg_dump: Move connection-setup code to a separate function.
commit
|
commitdiff
|
tree
2012年01月27日
Heikki Linnakangas
Fix copy-paste error in docs.
commit
|
commitdiff
|
tree
2012年01月27日
Magnus Hagander
Fix wording, per Peter Geoghegan
commit
|
commitdiff
|
tree
2012年01月27日
Heikki Linnakangas
Mention in the docs that bgwriter now sleeps longer...
commit
|
commitdiff
|
tree
2012年01月27日
Bruce Momjian
Fix pg_upgrade --help text for --user to not use a...
commit
|
commitdiff
|
tree
2012年01月26日
Robert Haas
Adjust tuplesort.c based on the fact that we never...
commit
|
commitdiff
|
tree
2012年01月26日
Robert Haas
Be more clear when a new column name collides with...
commit
|
commitdiff
|
tree
2012年01月26日
Heikki Linnakangas
Fix sentence in docs: checkpoints are not done by bgwri...
commit
|
commitdiff
|
tree
2012年01月26日
Heikki Linnakangas
Make bgwriter sleep longer when it has no work to do...
commit
|
commitdiff
|
tree
2012年01月26日
Robert Haas
Add missing #include, to suppress compiler warning.
commit
|
commitdiff
|
tree
2012年01月26日
Magnus Hagander
Fix a copy/pasted typo in several comments
commit
|
commitdiff
|
tree
2012年01月26日
Magnus Hagander
Add deadlock counter to pg_stat_database
commit
|
commitdiff
|
tree
2012年01月26日
Robert Haas
Classify DROP operations by whether or not they are...
commit
|
commitdiff
|
tree
2012年01月26日
Magnus Hagander
Track temporary file count and size in pg_stat_database
commit
|
commitdiff
|
tree
2012年01月26日
Robert Haas
Damage control for yesterday's CheckIndexCompatible...
commit
|
commitdiff
|
tree
2012年01月26日
Robert Haas
Instrument index-only scans to count heap fetches perfo...
commit
|
commitdiff
|
tree
2012年01月25日
Alvaro Herrera
Have \copy go through SendQuery
commit
|
commitdiff
|
tree
2012年01月25日
Robert Haas
Make CheckIndexCompatible simpler and more bullet-proof.
commit
|
commitdiff
|
tree
2012年01月25日
Simon Riggs
Allow pg_basebackup from standby node with safety checking.
commit
|
commitdiff
|
tree
2012年01月25日
Alvaro Herrera
Add pg_trigger_depth() function
commit
|
commitdiff
|
tree
2012年01月25日
Bruce Momjian
Now that the shared library name can be adjusted in...
commit
|
commitdiff
|
tree
2012年01月25日
Bruce Momjian
Improve plpython fix comment in pg_upgrade.
commit
|
commitdiff
|
tree
2012年01月25日
Bruce Momjian
In pg_upgrade, when checking for the plpython library...
commit
|
commitdiff
|
tree
2012年01月25日
Bruce Momjian
Fix new SQL tablespace location function usage in pg_up...
commit
|
commitdiff
|
tree
2012年01月24日
Simon Riggs
Add new replication mode synchronous_commit = 'write'.
commit
|
commitdiff
|
tree
2012年01月24日
Peter Eisentraut
Remove quotes around format_type_be() output
commit
|
commitdiff
|
tree
2012年01月24日
Tom Lane
Suppress variable-clobbered-by-longjmp warning seen...
commit
|
commitdiff
|
tree
2012年01月24日
Tom Lane
Suppress possibly-uninitialized-variable warning seen...
commit
|
commitdiff
|
tree
2012年01月24日
Bruce Momjian
Reduce tab outdent of "error handling" GUC comments...
commit
|
commitdiff
|
tree
2012年01月24日
Robert Haas
Adjustments to regression tests for security_barrier...
commit
|
commitdiff
|
tree
2012年01月23日
Simon Riggs
Resolve timing issue with logging locks for Hot Standby.
commit
|
commitdiff
|
tree
2012年01月23日
Simon Riggs
ALTER <thing> [IF EXISTS] ... allows silent DDL if...
commit
|
commitdiff
|
tree
2012年01月22日
Magnus Hagander
Typo fix
commit
|
commitdiff
|
tree
2012年01月21日
Peter Eisentraut
psql: Add support for tab completion of GRANT/REVOKE...
commit
|
commitdiff
|
tree
2012年01月20日
Magnus Hagander
Check number of fields in IDENTIFY_SYSTEM response
commit
|
commitdiff
|
tree
2012年01月20日
Magnus Hagander
Get rid of itemizedlist inside table
commit
|
commitdiff
|
tree
2012年01月20日
Magnus Hagander
Further doc cleanups from the pg_stat_activity changes
commit
|
commitdiff
|
tree
2012年01月20日
Robert Haas
Triggered change notifications.
commit
|
commitdiff
|
tree
2012年01月20日
Robert Haas
Clarify that bgwriter no longer handles checkpoints.
commit
|
commitdiff
|
tree
2012年01月19日
Bruce Momjian
Add pg_upgrade C comment about why we check all relkind...
commit
|
commitdiff
|
tree
2012年01月19日
Robert Haas
Add bitwise AND, OR, and NOT operators for macaddr...
commit
|
commitdiff
|
tree
2012年01月19日
Magnus Hagander
Separate state from query string in pg_stat_activity
commit
|
commitdiff
|
tree
2012年01月19日
Heikki Linnakangas
Make pg_relation_size() and friends return NULL if...
commit
|
commitdiff
|
tree
2012年01月18日
Peter Eisentraut
PL/Python: Update example
commit
|
commitdiff
|
tree
2012年01月18日
Heikki Linnakangas
Fix corner case in cleanup of transactions using SSI.
commit
|
commitdiff
|
tree
2012年01月18日
Magnus Hagander
Show psql timing output for failed queries as well...
commit
|
commitdiff
|
tree
2012年01月18日
Magnus Hagander
Fix warning about unused variable
commit
|
commitdiff
|
tree
2012年01月18日
Robert Haas
Regression tests for security_barrier views.
commit
|
commitdiff
|
tree
2012年01月18日
Robert Haas
Catch fatal flex errors in the GUC file lexer.
commit
|
commitdiff
|
tree
2012年01月17日
Robert Haas
fastgetattr is in access/htup.h, not access/heapam.h
commit
|
commitdiff
|
tree
2012年01月16日
Alvaro Herrera
Disallow merging ONLY constraints in children tables
commit
|
commitdiff
|
tree
2012年01月16日
Peter Eisentraut
psql: Fix memory leak
commit
|
commitdiff
|
tree
2012年01月16日
Robert Haas
Prevent adding relations to a concurrently dropped...
commit
|
commitdiff
|
tree
2012年01月15日
Andrew Dunstan
Improve efficiency of recent changes to plperl's sv2cstr().
commit
|
commitdiff
|
tree
2012年01月15日
Heikki Linnakangas
Fix poll() implementation of WaitLatchOrSocket to notic...
commit
|
commitdiff
|
tree
2012年01月15日
Magnus Hagander
Allow a user to kill his own queries using pg_cancel_ba...
commit
|
commitdiff
|
tree
2012年01月15日
Peter Eisentraut
pgcrypto: Remove inappropriate const qualifier
commit
|
commitdiff
|
tree
2012年01月14日
Alvaro Herrera
Detect invalid permutations in isolationtester
commit
|
commitdiff
|
tree
2012年01月14日
Alvaro Herrera
Avoid NULL pointer dereference in isolationtester
commit
|
commitdiff
|
tree
2012年01月14日
Heikki Linnakangas
Make superuser imply replication privilege. The idea...
commit
|
commitdiff
|
tree
2012年01月14日
Peter Eisentraut
initdb: Remove support for crypt authentication method
commit
|
commitdiff
|
tree
2012年01月13日
Robert Haas
Fix broken logic in lazy_vacuum_heap.
commit
|
commitdiff
|
tree
2012年01月13日
Robert Haas
Typo fix.
commit
|
commitdiff
|
tree
2012年01月13日
Simon Riggs
Correctly initialise shared recoveryLastRecPtr in recovery.
commit
|
commitdiff
|
tree
2012年01月13日
Simon Riggs
Minor but necessary improvements to WAL keepalives
commit
|
commitdiff
|
tree
2012年01月12日
Tom Lane
Fix CLUSTER/VACUUM FULL for toast values owned by recen...
commit
|
commitdiff
|
tree
2012年01月12日
Tom Lane
Tweak duplicate-index-column regression test to avoid...
commit
|
commitdiff
|
tree
2012年01月11日
Alvaro Herrera
Validate number of steps specified in permutation
commit
|
commitdiff
|
tree
2012年01月11日
Heikki Linnakangas
Remove useless 'needlock' argument from GetXLogInsertRe...
commit
|
commitdiff
|
tree
2012年01月11日
Heikki Linnakangas
Refactor XLogInsert a bit. The rdata entries for backup...
commit
|
commitdiff
|
tree
2012年01月10日
Peter Eisentraut
Fix typos
commit
|
commitdiff
|
tree
2012年01月10日
Peter Eisentraut
Support CREATE TABLE (LIKE ...) with foreign tables...
commit
|
commitdiff
|
tree
2012年01月10日
Peter Eisentraut
pg_dump: Dump foreign options in sorted order
commit
|
commitdiff
|
tree
2012年01月10日
Tom Lane
Fix one-byte buffer overrun in contrib/test_parser.
commit
|
commitdiff
|
tree
2012年01月09日
Peter Eisentraut
Add compatibility note about grant options on GRANT...
commit
|
commitdiff
|
tree
2012年01月09日
Robert Haas
Fix pathname in pgindent README.
commit
|
commitdiff
|
tree
2012年01月09日
Magnus Hagander
Add .gitignore file for entab
commit
|
commitdiff
|
tree
2012年01月09日
Magnus Hagander
Fix comment language
commit
|
commitdiff
|
tree
2012年01月09日
Magnus Hagander
Fix pg_basebackup for keepalive messages
commit
|
commitdiff
|
tree
2012年01月07日
Peter Eisentraut
Rename the internal structures of the CREATE TABLE...
commit
|
commitdiff
|
tree
next
This is the main PostgreSQL git repository.
RSS
Atom
AltStyle
によって変換されたページ
(->オリジナル)
/
アドレス:
モード:
デフォルト
音声ブラウザ
ルビ付き
配色反転
文字拡大
モバイル