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-02-08
Add HANDLER function support to FOREIGN DATA WRAPPER.
fdw_handler
Shigeru Hanada
2011-02-08
Add catalog lookup function for pg_foreign_table.
fdw_catalog_lookup
Shigeru Hanada
2011-02-08
Fix copy-pasto in description of pg_serial, and silence compiler warning
Heikki Linnakangas
2011-02-08
Avoid having autovacuum workers wait for relation locks.
Robert Haas
2011-02-07
Oops, forgot to bump catversion in the Serializable Snapshot Isolation patch.
Heikki Linnakangas
2011-02-07
Implement genuine serializable isolation level.
Heikki Linnakangas
2011-02-07
Fix a comment for MergeAttributes.
Itagaki Takahiro
2011-02-07
Supply now required HeUTF8 macro for plperl where it's missing, per buildfarm...
Andrew Dunstan
2011-02-07
Fix error messages for FreeFile in COPY command.
Itagaki Takahiro
2011-02-06
remove tags.
Bruce Momjian
2011-02-06
Force strings passed to and from plperl to be in UTF8 encoding.
Andrew Dunstan
2011-02-06
Adjust libpq docs to be clearer about 'hostaddr' usage by rewording and
Bruce Momjian
2011-02-06
Rename macro DECIMAL to DECIMAL_T to help pgindent; this is already
Bruce Momjian
2011-02-06
IDENTIFY_SYSTEM now returns 3 fields, not 2
Magnus Hagander
2011-02-06
Tighten ALTER FOREIGN TABLE .. SET DATA TYPE checks.
Robert Haas
2011-02-05
Add C comment about why older compilers complain about basebackup.c's
Bruce Momjian
2011-02-05
Attempt to unbreak MSVC builds after pipe.c move.
Andrew Dunstan
2011-02-04
Add doc comment that installation.sgml can't use xrefs.
Bruce Momjian
2011-02-04
Clarify comment in ATRewriteTable().
Robert Haas
2011-02-04
Move pipe.c into the backend.
Robert Haas
2011-02-04
In docs, move PQrequestCancel() deprecation mention up to match other
Bruce Momjian
2011-02-04
Avoid including postgres.h in frontend compiles of src/port.
Robert Haas
2011-02-04
Update ALTER TABLE docs to mention using VACUUM FULL for rewrites.
Robert Haas
2011-02-04
Use $(MAKE) rather than make.
Robert Haas
2011-02-04
Make handling of errcodes.h more consistent with other generated headers.
Robert Haas
2011-02-04
Attempt to un-break the documentation build again
Magnus Hagander
2011-02-04
Unbreak 'configure' followed immediately by 'make install'.
Robert Haas
2011-02-04
Use single quotes when there are backslashes in the filename
Magnus Hagander
2011-02-04
Unbreak the VPATH build.
Robert Haas
2011-02-04
Preserve copyright notice from old errcodes.h file.
Robert Haas
2011-02-04
Avoid maintaining three separate copies of the error codes list.
Robert Haas
2011-02-03
ALTER TABLE sometimes takes only ShareUpdateExclusiveLock.
Robert Haas
2011-02-03
In docs, PL is Procedural Language, not Programming Language.
Bruce Momjian
2011-02-03
Simplify code used in is_absolute_path() macro; also add comment about
Bruce Momjian
2011-02-03
Include more status information in walsender results
Magnus Hagander
2011-02-03
Fix typo.
Magnus Hagander
2011-02-03
Further sepgsql documentation cleanup.
Robert Haas
2011-02-03
sepgsql doc fix
Robert Haas
2011-02-03
Minor sepgsql regression test fixes.
Robert Haas
2011-02-03
Various sepgsql corrections.
Robert Haas
2011-02-03
Rename function to first_path_var_separator() to clarify it works with
Bruce Momjian
2011-02-03
Clearify macro IS_PATH_VAR_SEP in path.c so it is clear this is a path
Bruce Momjian
2011-02-03
Log restartpoints in the same fashion as checkpoints.
Robert Haas
2011-02-03
Repair multiple breakage in Windows-specific code for appending '.exe'.
Tom Lane
2011-02-03
Clean up missed change to plpython expected files.
Tom Lane
2011-02-02
Mark all GUC variables with <varname> markup, rather than <literal>.
Bruce Momjian
2011-02-02
Fix wrong verb in pg_upgrade text message, per Haas.
Bruce Momjian
2011-02-02
Simplify pg_upgrade checking of executable permissions.
Bruce Momjian
2011-02-02
Wrap PL/Python SPI calls into subtransactions
Peter Eisentraut
2011-02-02
Add comment on why we're passing a useless 'false' to the plperl function co...
Andrew Dunstan
[next]