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年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
2012年10月05日
Peter Eisentraut
PL/pgSQL: rename gram.y to pl_gram.y
commit
|
commitdiff
|
tree
2012年10月05日
Peter Eisentraut
Remove redundant code for getnameinfo() replacement
commit
|
commitdiff
|
tree
2012年10月04日
Tom Lane
Make CREATE AGGREGATE complain if the initcond is inval...
commit
|
commitdiff
|
tree
2012年10月04日
Tom Lane
Fix parse location tracking for lists that can be empty.
commit
|
commitdiff
|
tree
2012年10月04日
Tom Lane
Fix permissions explanations in CREATE DATABASE and...
commit
|
commitdiff
|
tree
2012年10月04日
Heikki Linnakangas
Fix typo in comment, and reword it slightly while we...
commit
|
commitdiff
|
tree
2012年10月03日
Tom Lane
Support CREATE SCHEMA IF NOT EXISTS.
commit
|
commitdiff
|
tree
2012年10月03日
Alvaro Herrera
refactor ALTER some-obj SET OWNER implementation
commit
|
commitdiff
|
tree
2012年10月03日
Tom Lane
Avoid planner crash/Assert failure with joins to unflat...
commit
|
commitdiff
|
tree
2012年10月03日
Alvaro Herrera
REASSIGN OWNED: consider grants on tablespaces, too
commit
|
commitdiff
|
tree
2012年10月03日
Heikki Linnakangas
Add --sampling-rate option to pgbench.
commit
|
commitdiff
|
tree
2012年10月03日
Heikki Linnakangas
Return the number of rows processed when COPY is execut...
commit
|
commitdiff
|
tree
2012年10月03日
Heikki Linnakangas
Fix two bugs introduced in the xlog.c split.
commit
|
commitdiff
|
tree
2012年10月03日
Peter Eisentraut
Improve some LDAP authentication error messages
commit
|
commitdiff
|
tree
2012年10月03日
Bruce Momjian
In pg_upgrade, use full path name for analyze_new_clust...
commit
|
commitdiff
|
tree
2012年10月02日
Tom Lane
Work around unportable behavior of malloc(0) and reallo...
commit
|
commitdiff
|
tree
2012年10月02日
Alvaro Herrera
Refactor "ALTER some-obj SET SCHEMA" implementation
commit
|
commitdiff
|
tree
2012年10月02日
Tom Lane
Standardize naming of malloc/realloc/strdup wrapper...
commit
|
commitdiff
|
tree
2012年10月02日
Heikki Linnakangas
Fix typo in previous warning-silencing patch.
commit
|
commitdiff
|
tree
2012年10月02日
Bruce Momjian
In pg_upgrade, improve error reporting when the number...
commit
|
commitdiff
|
tree
2012年10月02日
Bruce Momjian
Adjust pg_upgrade query so toast tables related to...
commit
|
commitdiff
|
tree
2012年10月02日
Bruce Momjian
In pg_upgrade, try to convert the locale names to canon...
commit
|
commitdiff
|
tree
2012年10月02日
Heikki Linnakangas
Silence compiler warning about pointer type mismatch...
commit
|
commitdiff
|
tree
2012年10月02日
Andrew Dunstan
Allow a few seconds for Windows to catch up with a...
commit
|
commitdiff
|
tree
2012年10月02日
Heikki Linnakangas
Add #includes needed on some platforms in the new files.
commit
|
commitdiff
|
tree
2012年10月02日
Heikki Linnakangas
Split off functions related to timeline history files...
commit
|
commitdiff
|
tree
2012年10月02日
Heikki Linnakangas
Fix access past end of string in date parsing.
commit
|
commitdiff
|
tree
2012年10月01日
Bruce Momjian
Add C comment that IsBackendPid() is called by external...
commit
|
commitdiff
|
tree
2012年10月01日
Alvaro Herrera
Remove collations from generic ALTER test
commit
|
commitdiff
|
tree
2012年10月01日
Heikki Linnakangas
The max shared_buffers value that initdb will choose...
commit
|
commitdiff
|
tree
2012年10月01日
Tom Lane
Provide some static-assertion functionality on all...
commit
|
commitdiff
|
tree
2012年09月30日
Tom Lane
Add infrastructure for compile-time assertions about...
commit
|
commitdiff
|
tree
2012年09月30日
Peter Eisentraut
psql: Mark table headers in \drds output for translation
commit
|
commitdiff
|
tree
2012年09月30日
Peter Eisentraut
Disable _FORTIFY_SOURCE with ICC
commit
|
commitdiff
|
tree
2012年09月29日
Tom Lane
Fix bugs in "restore.sql" script emitted in pg_dump...
commit
|
commitdiff
|
tree
2012年09月29日
Peter Eisentraut
Add _FORTIFY_SOURCE to default compiler options for...
commit
|
commitdiff
|
tree
2012年09月29日
Peter Eisentraut
PL/Python: Remove workaround for returning booleans...
commit
|
commitdiff
|
tree
2012年09月29日
Peter Eisentraut
PL/Python: Convert oid to long/int
commit
|
commitdiff
|
tree
2012年09月29日
Alvaro Herrera
Add alternative expected output for alter_generic
commit
|
commitdiff
|
tree
2012年09月28日
Andrew Dunstan
Remove checks for now long outdated compilers.
commit
|
commitdiff
|
tree
2012年09月28日
Alvaro Herrera
Add alter_generic regression test
commit
|
commitdiff
|
tree
2012年09月28日
Tom Lane
Fix tar files emitted by pg_dump and pg_basebackup...
commit
|
commitdiff
|
tree
2012年09月28日
Peter Eisentraut
Produce textual error messages for LDAP issues instead...
commit
|
commitdiff
|
tree
2012年09月27日
Tom Lane
Fix btmarkpos/btrestrpos to handle array keys.
commit
|
commitdiff
|
tree
2012年09月27日
Alvaro Herrera
Have pg_terminate/cancel_backend not ERROR on non-exist...
commit
|
commitdiff
|
tree
2012年09月27日
Tom Lane
Run check_keywords.pl anytime gram.c is rebuilt.
commit
|
commitdiff
|
tree
2012年09月27日
Peter Eisentraut
pg_upgrade test: Disable fsync in initdb and postgres...
commit
|
commitdiff
|
tree
2012年09月27日
Tom Lane
Make plpgsql's unreserved keywords more unreserved.
commit
|
commitdiff
|
tree
2012年09月27日
Tom Lane
Add new EVENT keyword to unreserved_keyword production.
commit
|
commitdiff
|
tree
2012年09月25日
Tom Lane
Fix examples of how to use "su" while starting the...
commit
|
commitdiff
|
tree
2012年09月24日
Heikki Linnakangas
Add support for include_dir in config file.
commit
|
commitdiff
|
tree
2012年09月24日
Tom Lane
Prevent emitting "ALTER VIEW foo SET ()".
commit
|
commitdiff
|
tree
2012年09月23日
Alvaro Herrera
RELEASE_NOTES: Fix typo
commit
|
commitdiff
|
tree
2012年09月23日
Peter Eisentraut
Update translation updates instructions
commit
|
commitdiff
|
tree
2012年09月22日
Tom Lane
Minor corrections for ALTER TYPE ADD VALUE IF NOT EXIST...
commit
|
commitdiff
|
tree
2012年09月22日
Andrew Dunstan
Fix docs typo
commit
|
commitdiff
|
tree
2012年09月22日
Andrew Dunstan
Allow IF NOT EXISTS when add a new enum label.
commit
|
commitdiff
|
tree
2012年09月21日
Tom Lane
Improve ruleutils.c's heuristics for dealing with range...
commit
|
commitdiff
|
tree
2012年09月21日
Heikki Linnakangas
Parse pg_ident.conf when it's loaded, keeping it in...
commit
|
commitdiff
|
tree
2012年09月21日
Heikki Linnakangas
Fix obsolete comment.
commit
|
commitdiff
|
tree
2012年09月20日
Alvaro Herrera
Remove execdesc.h inclusion from tcopprot.h
commit
|
commitdiff
|
tree
2012年09月19日
Tom Lane
Update release notes for 9.2.1, 9.1.6, 9.0.10, 8.4...
commit
|
commitdiff
|
tree
2012年09月19日
Tom Lane
Put back AcceptInvalidationMessages calls in heap_openr...
commit
|
commitdiff
|
tree
2012年09月19日
Tom Lane
Update time zone data files to tzdata release 2012f.
commit
|
commitdiff
|
tree
2012年09月19日
Peter Eisentraut
pg_upgrade: Remove check for pg_config
commit
|
commitdiff
|
tree
2012年09月18日
Tom Lane
Fix planning of btree index scans using ScalarArrayOpEx...
commit
|
commitdiff
|
tree
2012年09月18日
Tom Lane
Fix array_typanalyze to work for domains over arrays.
commit
|
commitdiff
|
tree
2012年09月18日
Peter Eisentraut
libpq: Add missing directory to installdirs target
commit
|
commitdiff
|
tree
2012年09月17日
Tom Lane
Provide adequate documentation of the "table_name ...
commit
|
commitdiff
|
tree
2012年09月17日
Peter Eisentraut
PL/Python: Improve Python 3 regression test setup
commit
|
commitdiff
|
tree
2012年09月16日
Tom Lane
Rethink heuristics for choosing index quals for paramet...
commit
|
commitdiff
|
tree
2012年09月16日
Simon Riggs
Fix bufmgr so CHECKPOINT_END_OF_RECOVERY behaves as...
commit
|
commitdiff
|
tree
2012年09月16日
Kevin Grittner
Fix documentation reference to maximum allowed for...
commit
|
commitdiff
|
tree
2012年09月15日
Tom Lane
Adjust largeobject_1.source per buildfarm.
commit
|
commitdiff
|
tree
2012年09月15日
Peter Eisentraut
psql: Add more constraint completion
commit
|
commitdiff
|
tree
2012年09月14日
Tom Lane
Improve largeobject regression test to show size of...
commit
|
commitdiff
|
tree
2012年09月14日
Tom Lane
Add a regression test case based on bug #7516.
commit
|
commitdiff
|
tree
2012年09月14日
Robert Haas
Properly set relpersistence for fake relcache entries.
commit
|
commitdiff
|
tree
2012年09月13日
Tom Lane
Keep plperl's current_call_data record on the stack...
commit
|
commitdiff
|
tree
2012年09月13日
Tom Lane
Fix case of window function + aggregate + GROUP BY...
commit
|
commitdiff
|
tree
next
This is the main PostgreSQL git repository.
RSS
Atom
AltStyle
によって変換されたページ
(->オリジナル)
/
アドレス:
モード:
デフォルト
音声ブラウザ
ルビ付き
配色反転
文字拡大
モバイル