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
Age
Commit message (
Expand
)
Author
2011-07-07
Merge branch 'master' into postgresql_fdw
postgresql_fdw
Shigeru Hanada
2011-07-06
Reimplement pgbison and pgflex as perl scripts instead of bat files.
Andrew Dunstan
2011-07-06
Remove assumptions that not-equals operators cannot be in any opclass.
Tom Lane
2011-07-06
Add \ir command to psql.
Robert Haas
2011-07-06
Attempt to standardize formatting of psql queries.
Robert Haas
2011-07-05
Make the file_fdw validator check that a filename option has been provided.
Tom Lane
2011-07-05
Call FDW validator functions even when the options list is empty.
Tom Lane
2011-07-05
Message style improvements of errmsg_internal() calls
Peter Eisentraut
2011-07-05
Restructure foreign data wrapper chapter so it has more than one section.
Tom Lane
2011-07-05
Postgres -> PostgreSQL in error message
Peter Eisentraut
2011-07-05
Improve documentation about foreign data wrapper validator functions.
Tom Lane
2011-07-05
Fix psql's counting of script file line numbers during COPY.
Tom Lane
2011-07-05
Fix typo in sslmode documentation
Magnus Hagander
2011-07-04
Message style tweaks
Peter Eisentraut
2011-07-04
Small documentation tweaks
Peter Eisentraut
2011-07-04
Set user_defined_types.data_type to null
Peter Eisentraut
2011-07-04
Clarify that you need ActiveState perl 5.8 *or later* to build on Windows.
Heikki Linnakangas
2011-07-04
Move Trigger and TriggerDesc structs out of rel.h into a new reltrigger.h
Alvaro Herrera
2011-07-04
Don't try to use a constraint name as domain name
Alvaro Herrera
2011-07-04
Remove unused variable to silence compiler warning
Peter Eisentraut
2011-07-04
Remove missed reference to SilentMode.
Tom Lane
2011-07-04
Remove silent_mode. You get the same functionality with "pg_ctl -l
Heikki Linnakangas
2011-07-04
Alter test results to comply with new ALTER TABLE behaviour.
Simon Riggs
2011-07-04
Reset ALTER TABLE lock levels to AccessExclusiveLock in all cases.
Simon Riggs
2011-07-04
Fix omissions in documentation of the pg_roles view.
Tom Lane
2011-07-03
Put comments on the installable procedural languages.
Tom Lane
2011-07-03
Fix bugs in relpersistence handling during table creation.
Robert Haas
2011-07-03
Make distprep and *clean build targets recurse into all subdirectories.
Tom Lane
2011-07-03
Fix bat file quoting of %ENV.
Andrew Dunstan
2011-07-03
Mark pg_stat_reset_shared as strict
Magnus Hagander
2011-07-02
Suppress compiler warning about potentially uninitialized variable.
Tom Lane
2011-07-01
In the pg_upgrade docs, move 50432 port mention to the place where we
Bruce Momjian
2011-07-01
Change pg_upgrade to use port 50432 by default to avoid unintended
Bruce Momjian
2011-06-30
Enable CHECK constraints to be declared NOT VALID
Alvaro Herrera
2011-06-29
Fix outdated comment
Alvaro Herrera
2011-06-29
Restore correct btree preprocessing of "indexedcol IS NULL" conditions.
Tom Lane
2011-06-29
Move the PredicateLockRelation() call from nodeSeqscan.c to heapam.c. It's
Heikki Linnakangas
2011-06-29
Grab predicate locks on matching tuples in a lossy bitmap heap scan.
Heikki Linnakangas
2011-06-29
Protect pg_stat_reset_shared() against NULL input
Magnus Hagander
2011-06-29
Unify spelling of "canceled", "canceling", "cancellation"
Peter Eisentraut
2011-06-28
Introduce compact WAL record for the common case of commit (non-DDL).
Simon Riggs
2011-06-28
Remove rel.h from objectaddress.h; only relcache.h is necessary.
Alvaro Herrera
2011-06-28
Modernise pg_hba.conf token processing
Alvaro Herrera
2011-06-28
Implement the collation columns of various information schema views
Peter Eisentraut
2011-06-28
Add composite-type attributes to information_schema.element_types view
Peter Eisentraut
2011-06-28
Add a missing_ok argument to get_object_address().
Robert Haas
2011-06-27
Reduce impact of btree page reuse on Hot Standby by fixing off-by-1 error.
Simon Riggs
2011-06-27
Allow callers to pass a missing_ok flag when opening a relation.
Robert Haas
2011-06-27
Try again to make the visibility map crash safe.
Robert Haas
2011-06-27
Mention that SSPI authentication can use GSSAPI on non-Windows systems.
Robert Haas
[next]