0
I Use This!
Low Activity

Commits : Listings

Analyzed about 22 hours ago. based on code collected about 22 hours ago.
Dec 05, 2024 — Dec 05, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added some documentation for the new variables. More... about 10 years ago
Changed version numbers to 1.0.4 More... about 10 years ago
Issue #28: Add millisecond support to new DATETIME conversion More... about 10 years ago
Issue #28: Use DB-Library's dbdatecrack() and PostgreSQL's make_timestamp() to make changes to locales.conf unnecessary More... about 10 years ago
Revert fd5b441e8d66639929d58c50b1bae3f7f9cffc4d: don't pfree() values array, since it is no longer in tds_fdw's memory context. More... about 10 years ago
Revert "Possible fix for issue #29: pass true to ExecStoreTuple, so that it pfrees memory when it's cleaning up" More... about 10 years ago
Possible fix for issue #29: only switch to festate->mem_cxt memory context in tdsGetColumnMetadata to prevent too much bloating over the iterations of tdsIterateForeignScan More... about 10 years ago
Possible fix for issue #29: pass true to ExecStoreTuple, so that it pfrees memory when it's cleaning up More... about 10 years ago
Possible fix for issue #29: pfree values array in tdsIterateForeignScan after call to ExecStoreTuple More... about 10 years ago
Changed function signature of make_foreignscan for PostgreSQL 9.5 in tdsGetForeignPlan More... over 10 years ago
Added variables that control whether memory statistics are printed to the log. Variables are: tds_fdw.show_finished_memory_stats, tds_fdw.show_before_row_memory_stats, tds_fdw.show_after_row_memory_stats. More... over 10 years ago
Reset memory context in tdsEndForeignScan() More... over 10 years ago
Fixed issue with CREATE EXTENSION. More... over 10 years ago
Removed "database" option for foreign tables. Use "database" option for foreign servers instead. More... over 10 years ago
Refactored option code. More... over 10 years ago
Moved option code into its own set of files. More... over 10 years ago
Changed version numbers to 1.0.3. More... over 10 years ago
Added the new "msg_handler" foreign server option. More... over 10 years ago
Fixed bug that treated empty strings as NULL with some versions of the TDS protocol. Did some refactoring related to column metadata. Added memory contexts. More... over 10 years ago
Divided up information in README.md into multiple .md files. More... over 10 years ago
Added dbresults() calls after SET SHOWPLAN_ALL ON/OFF. It seems to work without it, but I'm adding it for completeness. More... over 10 years ago
Changed version numbers to 1.0.2. More... over 10 years ago
Added a foreign table option to get row estimation from MS SQL Server's SET SHOWPLAN_ALL. More... over 10 years ago
Fixed issues caused by bad dbcount() return value. More... over 10 years ago
Added foreign server-level database options. Added option to manually set TDS protocol version. Refactored option code. More... over 10 years ago
Added instructions for more PostgreSQL versions. More... over 11 years ago
Fixed META.json. More... over 11 years ago
Changed version number to 1.0.1. More... over 11 years ago
Fixed compile warnings. More... over 11 years ago
Fixed DATA line in Makefile. More... over 11 years ago