0
I Use This!
Low Activity

Commits : Listings

Analyzed about 13 hours ago. based on code collected about 13 hours ago.
Dec 08, 2024 — Dec 08, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fixed formatting issue in documentation. More... over 9 years ago
Changed version strings to 2.0.0-alpha.1. More... over 9 years ago
Updated the README. More... over 9 years ago
Remove support for PostgreSQL 9.1. More... over 9 years ago
Added test for column_name attribute. More... over 9 years ago
Updated documentation. More... over 9 years ago
Fixed the column_name attribute. More... over 9 years ago
Merge pull request #68 from juliogonzalez/match_column_tests More... over 9 years ago
Add tests for column matching More... over 9 years ago
Enable match_column_names by default. More... over 9 years ago
Merge branch 'master' of github.com:tds-fdw/tds_fdw More... over 9 years ago
Fixed redundant option bug affecting match_column_names and use_remote_estimate. More... over 9 years ago
Merge pull request #67 from juliogonzalez/build-status More... over 9 years ago
Fixed match_column_names. More... over 9 years ago
Turn on match_column_names by default. More... over 9 years ago
Added a git attributes file configured to auto-select line endings. More... over 9 years ago
Disabled column pushdown when match_column_names is off. We need to fetch all columns in that case, since columns are matched by their position. More... over 9 years ago
Change build status badge hostname to jenkins.juliogonzalez.es More... over 9 years ago
column->attr_oid wasn't set when match_column_names was off More... over 9 years ago
Added some #ifdefs to get tds_fdw to compile on 9.2. More... over 9 years ago
Removed dependency on FirstBootstrapObjectId for versions prior to PostgreSQL 9.6. More... over 9 years ago
Changed deparse_type_name to not use format_type_with_typemod_qualified for versions prior to PostgreSQL 9.6. More... over 9 years ago
Merge pull request #65 from juliogonzalez/fix-tests More... over 9 years ago
Fix problem with exceptions on tests: use postgres attributes only if available More... over 9 years ago
Removed dependency on rc->strength in function tdsGetForeignPlan for versions older than PostgreSQL 9.5. More... over 9 years ago
Added #ifdefs around calls to create_foreignscan_path, so that the required_outer parameter is only passed for PostgreSQL 9.5+. More... over 9 years ago
Added foreign table option "local_tuple_estimate," and removed estimate from tdsGetForeignRelSize that depended on SizeofHeapTupleHeader. More... over 9 years ago
Initial port of deparse.c from postgres_fdw. Includes WHERE and column push-down of SELECT statements. Compiles and runs on PostgreSQL 9.5, but have not yet tried older versions. More... over 9 years ago
Fixed CentOS install documentation. More... almost 10 years ago
Updated CentOS install documentation. More... almost 10 years ago