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年11月08日
Tom Lane
Don't trash input list structure in does_not_exist_skip...
commit
|
commitdiff
|
tree
2012年11月08日
Heikki Linnakangas
Teach pg_basebackup and pg_receivexlog to reply to...
commit
|
commitdiff
|
tree
2012年11月07日
Tom Lane
Fix missing inclusions.
commit
|
commitdiff
|
tree
2012年11月07日
Bruce Momjian
Add URLs to document why DLLIMPORT is needed on Windows.
commit
|
commitdiff
|
tree
2012年11月07日
Alvaro Herrera
Don't try to use a unopened relation
commit
|
commitdiff
|
tree
2012年11月07日
Bruce Momjian
In pg_upgrade docs, mention using base backup as part...
commit
|
commitdiff
|
tree
2012年11月07日
Heikki Linnakangas
Make the streaming replication protocol messages archit...
commit
|
commitdiff
|
tree
2012年11月06日
Bruce Momjian
In pg_upgrade, set synchronous_commit=off for the new...
commit
|
commitdiff
|
tree
2012年11月05日
Tom Lane
Fix handling of inherited check constraints in ALTER...
commit
|
commitdiff
|
tree
2012年11月02日
Peter Eisentraut
Fix typo
commit
|
commitdiff
|
tree
2012年11月01日
Tom Lane
Fix bogus handling of $(X) (i.e., ".exe") in isolationt...
commit
|
commitdiff
|
tree
2012年11月01日
Tom Lane
Limit the number of rel sets considered in consider_ind...
commit
|
commitdiff
|
tree
2012年11月01日
Peter Eisentraut
Have make never delete intermediate files automatically
commit
|
commitdiff
|
tree
2012年10月31日
Alvaro Herrera
Fix erroneous choice of timeline variable, too
commit
|
commitdiff
|
tree
2012年10月31日
Tom Lane
Document that TCP keepalive settings read as 0 on Unix...
commit
|
commitdiff
|
tree
2012年10月31日
Alvaro Herrera
Fix erroneous choices of segNo variables
commit
|
commitdiff
|
tree
2012年10月31日
Alvaro Herrera
Fix ALTER EXTENSION / SET SCHEMA
commit
|
commitdiff
|
tree
2012年10月28日
Peter Eisentraut
Preserve intermediate .c files in coverage mode
commit
|
commitdiff
|
tree
2012年10月26日
Kevin Grittner
Throw error if expiring tuple is again updated or deleted.
commit
|
commitdiff
|
tree
2012年10月26日
Tom Lane
Prefer actual constants to pseudo-constants in equivale...
commit
|
commitdiff
|
tree
2012年10月26日
Tom Lane
In pg_dump, dump SEQUENCE SET items in the data not...
commit
|
commitdiff
|
tree
2012年10月24日
Tom Lane
Tweak genericcostestimate's fudge factor for index...
commit
|
commitdiff
|
tree
2012年10月24日
Tom Lane
When converting a table to a view, remove its system...
commit
|
commitdiff
|
tree
2012年10月23日
Alvaro Herrera
Add context info to OAT_POST_CREATE security hook
commit
|
commitdiff
|
tree
2012年10月21日
Kevin Grittner
Correct predicate locking for DROP INDEX CONCURRENTLY.
commit
|
commitdiff
|
tree
2012年10月20日
Tom Lane
Fix pg_dump's handling of DROP DATABASE commands in...
commit
|
commitdiff
|
tree
2012年10月20日
Tom Lane
Prevent overflow in pgbench's percent-done display.
commit
|
commitdiff
|
tree
2012年10月19日
Tom Lane
Fix UtilityContainsQuery() to handle CREATE TABLE AS...
commit
|
commitdiff
|
tree
2012年10月19日
Tom Lane
Fix hash_search to avoid corruption of the hash table...
commit
|
commitdiff
|
tree
2012年10月19日
Tom Lane
Fix ruleutils to print "INSERT INTO foo DEFAULT VALUES...
commit
|
commitdiff
|
tree
2012年10月19日
Simon Riggs
Fix orphan on cancel of drop index concurrently.
commit
|
commitdiff
|
tree
2012年10月18日
Tom Lane
Further cleanup of catcache.c ilist changes.
commit
|
commitdiff
|
tree
2012年10月18日
Tom Lane
Remove unnecessary "head" arguments from some dlist...
commit
|
commitdiff
|
tree
2012年10月18日
Tom Lane
Code review for inline-list patch.
commit
|
commitdiff
|
tree
2012年10月18日
Andrew Dunstan
Use a more portable platform test.
commit
|
commitdiff
|
tree
2012年10月18日
Heikki Linnakangas
Further tweaking of the readfile() function in pg_ctl.
commit
|
commitdiff
|
tree
2012年10月18日
Simon Riggs
Isolation test for DROP INDEX CONCURRENTLY
commit
|
commitdiff
|
tree
2012年10月18日
Simon Riggs
Re-think guts of DROP INDEX CONCURRENTLY.
commit
|
commitdiff
|
tree
2012年10月18日
Tom Lane
Fix planning of non-strict equivalence clauses above...
commit
|
commitdiff
|
tree
2012年10月18日
Alvaro Herrera
pg_dump: Output functions deterministically sorted
commit
|
commitdiff
|
tree
2012年10月18日
Simon Riggs
Revert tests for drop index concurrently.
commit
|
commitdiff
|
tree
2012年10月18日
Simon Riggs
Add isolation tests for DROP INDEX CONCURRENTLY.
commit
|
commitdiff
|
tree
2012年10月17日
Tom Lane
Close un-owned SMgrRelations at transaction end.
commit
|
commitdiff
|
tree
2012年10月17日
Tom Lane
Revert "Use "transient" files for blind writes, take 2".
commit
|
commitdiff
|
tree
2012年10月17日
Alvaro Herrera
Embedded list interface
commit
|
commitdiff
|
tree
2012年10月17日
Simon Riggs
Fix typo in previous commit
commit
|
commitdiff
|
tree
2012年10月17日
Simon Riggs
Clarify hash index caution and copy to CREATE INDEX...
commit
|
commitdiff
|
tree
2012年10月16日
Bruce Momjian
When outputting the session id in log_line_prefix ...
commit
|
commitdiff
|
tree
2012年10月15日
Tom Lane
alter_generic regression test cannot run concurrently...
commit
|
commitdiff
|
tree
2012年10月15日
Heikki Linnakangas
Fix typo in comment.
commit
|
commitdiff
|
tree
2012年10月15日
Heikki Linnakangas
Remove comment that is no longer true.
commit
|
commitdiff
|
tree
2012年10月15日
Heikki Linnakangas
Fix race condition in pg_ctl reading postpid.
commit
|
commitdiff
|
tree
2012年10月15日
Tom Lane
Split up process latch initialization for more-fail...
commit
|
commitdiff
|
tree
2012年10月12日
Tom Lane
Fix oversight in new code for printing rangetable aliases.
commit
|
commitdiff
|
tree
2012年10月12日
Bruce Momjian
In our source code, make a copy of getopt's 'optarg...
commit
|
commitdiff
|
tree
2012年10月12日
Tom Lane
Get rid of COERCE_DONTCARE.
commit
|
commitdiff
|
tree
2012年10月12日
Tom Lane
Fix unportable format string.
commit
|
commitdiff
|
tree
2012年10月12日
Tom Lane
Make equal() ignore CoercionForm fields for better...
commit
|
commitdiff
|
tree
2012年10月11日
Andrew Dunstan
Unbreak MSVC builds after recent Makefile refactoring.
commit
|
commitdiff
|
tree
2012年10月11日
Tom Lane
Fix cross-type case in partial row matching for hashed...
commit
|
commitdiff
|
tree
2012年10月11日
Heikki Linnakangas
Improve replication connection timeouts.
commit
|
commitdiff
|
tree
2012年10月11日
Peter Eisentraut
Refactor flex and bison make rules
commit
|
commitdiff
|
tree
2012年10月11日
Peter Eisentraut
Remove _FORTIFY_SOURCE
commit
|
commitdiff
|
tree
2012年10月11日
Tom Lane
Remove configure-option-dependent test cases from dblin...
commit
|
commitdiff
|
tree
2012年10月10日
Tom Lane
Update obsolete comment.
commit
|
commitdiff
|
tree
2012年10月10日
Tom Lane
Create an improved FDW option validator function for...
commit
|
commitdiff
|
tree
2012年10月10日
Tom Lane
Update obsolete text in fdwhandler.sgml.
commit
|
commitdiff
|
tree
2012年10月10日
Bruce Momjian
In pg_upgrade, issue proper error message when we can...
commit
|
commitdiff
|
tree
2012年10月10日
Tom Lane
Set procost to 10 for each of the pg_foo_is_visible...
commit
|
commitdiff
|
tree
2012年10月10日
Tom Lane
Fix PGXS support for building loadable modules on AIX.
commit
|
commitdiff
|
tree
2012年10月09日
Tom Lane
Remove unnecessary overhead in backend's large-object...
commit
|
commitdiff
|
tree
2012年10月09日
Heikki Linnakangas
Fix silly bug in previous refactoring.
commit
|
commitdiff
|
tree
2012年10月09日
Heikki Linnakangas
Put the logic to wait for WAL in standby mode to a...
commit
|
commitdiff
|
tree
2012年10月09日
Alvaro Herrera
restore permission bits
commit
|
commitdiff
|
tree
2012年10月09日
Alvaro Herrera
Rename USE_INLINE to PG_USE_INLINE
commit
|
commitdiff
|
tree
2012年10月09日
Heikki Linnakangas
Remove stray newline in comment.
commit
|
commitdiff
|
tree
2012年10月09日
Simon Riggs
Use tablespace_option consistently on doc page
commit
|
commitdiff
|
tree
2012年10月09日
Simon Riggs
Add microsecs/op display to pg_test_fsync utility
commit
|
commitdiff
|
tree
2012年10月09日
Tom Lane
Fix lo_import and lo_export to return useful error...
commit
|
commitdiff
|
tree
2012年10月09日
Tom Lane
Fix lo_export usage in example programs.
commit
|
commitdiff
|
tree
2012年10月09日
Tom Lane
Fix lo_read, lo_write, lo_truncate to cope with "size_t...
commit
|
commitdiff
|
tree
2012年10月09日
Peter Eisentraut
Remove generation of repl_gram.h
commit
|
commitdiff
|
tree
2012年10月08日
Tom Lane
Code review for 64-bit-large-object patch.
commit
|
commitdiff
|
tree
2012年10月08日
Alvaro Herrera
Fix thinko in previous commit
commit
|
commitdiff
|
tree
2012年10月08日
Alvaro Herrera
Add support for easily declaring static inline functions
commit
|
commitdiff
|
tree
2012年10月08日
Robert Haas
Add #define for UUIDOID.
commit
|
commitdiff
|
tree
2012年10月08日
Heikki Linnakangas
Say ANALYZE, not VACUUM, in error message on analyze...
commit
|
commitdiff
|
tree
2012年10月08日
Heikki Linnakangas
Fix walsender handling of postmaster shutdown, to not...
commit
|
commitdiff
|
tree
2012年10月08日
Tom Lane
Autoconfiscate selection of 64-bit int type for 64...
commit
|
commitdiff
|
tree
2012年10月07日
Andrew Dunstan
Fix typo in previous MSC commit.
commit
|
commitdiff
|
tree
2012年10月07日
Tom Lane
Improve documentation about large-object functions.
commit
|
commitdiff
|
tree
2012年10月07日
Andrew Dunstan
Quiet a few MSC compiler warnings.
commit
|
commitdiff
|
tree
2012年10月07日
Tatsuo Ishii
Fix compiling errors on Windows platform. Fix wrong...
commit
|
commitdiff
|
tree
2012年10月07日
Tatsuo Ishii
Bump up catalog vesion due to 64-bit large object API...
commit
|
commitdiff
|
tree
2012年10月06日
Tatsuo Ishii
Add API for 64-bit large object access. Now users...
commit
|
commitdiff
|
tree
2012年10月06日
Peter Eisentraut
Improve LDAP authentication documentation
commit
|
commitdiff
|
tree
2012年10月05日
Michael Meskes
Removed sentence about not being able to retrieve more...
commit
|
commitdiff
|
tree
2012年10月05日
Michael Meskes
Fixed test for array boundary.
commit
|
commitdiff
|
tree
2012年10月05日
Heikki Linnakangas
Use the regular main processing loop also in walsenders.
commit
|
commitdiff
|
tree
2012年10月05日
Tom Lane
getnameinfo_unix has to be taught not to insist on...
commit
|
commitdiff
|
tree
next
This is the main PostgreSQL git repository.
RSS
Atom
AltStyle
によって変換されたページ
(->オリジナル)
/
アドレス:
モード:
デフォルト
音声ブラウザ
ルビ付き
配色反転
文字拡大
モバイル