index
:
users/hanada/postgres.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
Release_1_0_3
WIN32_DEV
check_always
ecpg_big_bison
fdw_catalog_lookup
fdw_core
fdw_handler
fdw_select
fdw_select_simple
fdw_syntax
fdw_table
file_fdw
force_not_null
foreign_scan
master
parallel
per_column_option
pgsql_fdw
pgsql_fdw2
postgresql_fdw
Hanada's development tree.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
2011-03-15
Merge branch 'master' into postgresql_fdw
Shigeru Hanada
2011-03-14
Remove special case allowing parameters to ident auth for initdb
Magnus Hagander
2011-03-14
Adjust regression test to avoid platform-dependent failure.
Tom Lane
2011-03-14
Remove duplicate time-based macros recently added.
Bruce Momjian
2011-03-14
Merge branch 'master' into postgresql_fdw
Shigeru Hanada
2011-03-13
Simplify list traversal logic in add_path().
Tom Lane
2011-03-12
Make all comparisons done for/with statistics use the default collation.
Tom Lane
2011-03-12
Use "backend process" rather than "backend server", where appropriate.
Bruce Momjian
2011-03-12
Use macros for time-based constants, rather than constants.
Bruce Momjian
2011-03-12
Add test case for collation mismatch in recursive query
Peter Eisentraut
2011-03-12
On further reflection, we'd better do the same in int.c.
Tom Lane
2011-03-11
Put in some more safeguards against executing a division-by-zero.
Tom Lane
2011-03-11
Split CollateClause into separate raw and analyzed node types.
Tom Lane
2011-03-11
Create an explicit concept of collations that work for any encoding.
Tom Lane
2011-03-11
In ecpg preprocessor, don't try to look up constants in the test for
Heikki Linnakangas
2011-03-11
Update C comment about O_DIRECT and fsync().
Bruce Momjian
2011-03-11
Add comment to tools/git-external-diff.
Bruce Momjian
2011-03-11
Change "TIP" to "HINT" to match backend message style, in pg_ctl -m fast
Bruce Momjian
2011-03-11
Remove pg_dump -X options that are only in 9.1 and not needed for
Bruce Momjian
2011-03-11
Add C comment that new new pg_dump -X options are to be created.
Bruce Momjian
2011-03-11
When a smart pg_ctl shutdown fails, mention -m fast as a tip.
Bruce Momjian
2011-03-11
Merge branch 'master' into postgresql_fdw
Shigeru Hanada
2011-03-11
Clarify C comment that O_SYNC/O_FSYNC are really the same settting, as
Bruce Momjian
2011-03-10
Add proper git-external-diff script to src/tools.
Bruce Momjian
2011-03-10
Revert addition of third argument to format_type().
Tom Lane
2011-03-10
Make error handling of synchronous_standby_names consistent.
Robert Haas
2011-03-10
More synchronous replication typo fixes.
Robert Haas
2011-03-10
More synchronous replication tweaks.
Robert Haas
2011-03-10
Remove obsolete comment.
Robert Haas
2011-03-10
Minor sync rep corrections.
Robert Haas
2011-03-10
Emit a LOG message when pausing at the recovery target.
Robert Haas
2011-03-10
Replication README updates.
Robert Haas
2011-03-10
Fix bugs in the isolation tester flex rules.
Heikki Linnakangas
2011-03-10
Cleanup copyright years and file names in the header comments of some files.
Itagaki Takahiro
2011-03-10
replication/repl_gram.h needs to be cleaned too ...
Tom Lane
2011-03-10
Fix some oversights in distprep and maintainer-clean targets.
Tom Lane
2011-03-10
Mention gcc version in C comment.
Bruce Momjian
2011-03-10
Remove collation information from TypeName, where it does not belong.
Tom Lane
2011-03-09
Adjust the permissions required for COMMENT ON ROLE.
Tom Lane
2011-03-09
Merge branch 'master' into postgresql_fdw
Shigeru Hanada
2011-03-08
Fix parallel make when running make install before make all
Peter Eisentraut
2011-03-08
Add missing keywords to gram.y's unreserved_keywords list.
Tom Lane
2011-03-08
Fix overly strict assertion in SummarizeOldestCommittedSxact(). There's a
Heikki Linnakangas
2011-03-08
Don't throw a warning if vacuum sees PD_ALL_VISIBLE flag set on a page that
Heikki Linnakangas
2011-03-08
Added new version of ecpg's parser test script which was written by Andy Cols...
Michael Meskes
2011-03-08
Truncate predicate lock manager's SLRU lazily at checkpoint. That's safer
Heikki Linnakangas
2011-03-08
Merge branch 'master' into postgresql_fdw
Shigeru Hanada
2011-03-07
Fix behavior when raising plpy.Fatal()
Peter Eisentraut
2011-03-07
Report Python errors from iterators with PLy_elog
Peter Eisentraut
2011-03-07
If recovery_target_timeline is set to 'latest' and standby mode is enabled,
Heikki Linnakangas
[next]