aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAge
...
* Comments about GetFreeXLBuffer().Vadim B. Mikheev2001-02-13
| | | | | GetFreeXLBuffer(): use Insert->LgwrResult instead of private LgwrResult copy if it's more fresh (attempt to avoid acquiring info_lck/lgwr_lck).
* Some more including the patch to DatabaseMetaData backed out by Bruce.Peter Mount2001-02-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Tue Feb 13 16:33:00 GMT 2001 peter@retep.org.uk - More TestCases implemented. Refined the test suite api's. - Removed need for SimpleDateFormat in ResultSet.getDate() improving performance. - Rewrote ResultSet.getTime() so that it uses JDK api's better. Tue Feb 13 10:25:00 GMT 2001 peter@retep.org.uk - Added MiscTest to hold reported problems from users. - Fixed PGMoney. - JBuilder4/JDBCExplorer now works with Money fields. Patched Field & ResultSet (lots of methods) for this one. Also changed cash/money to return type DOUBLE not DECIMAL. This broke JBuilder as zero scale BigDecimal's can't have decimal places! - When a Statement is reused, the previous ResultSet is now closed. - Removed deprecated call in ResultSet.getTime() Thu Feb 08 18:53:00 GMT 2001 peter@retep.org.uk - Changed a couple of settings in DatabaseMetaData where 7.1 now supports those features - Implemented the DatabaseMetaData TestCase. Wed Feb 07 18:06:00 GMT 2001 peter@retep.org.uk - Added comment to Connection.isClosed() explaining why we deviate from the JDBC2 specification. - Fixed bug where the Isolation Level is lost while in autocommit mode. - Fixed bug where several calls to getTransactionIsolationLevel() returned the first call's result.
* Remove postgresql jdbc files, per Peter.Bruce Momjian2001-02-13
|
* Remove postgresql jdbc files, per Peter Mount.Bruce Momjian2001-02-13
|
* Back out *inv* changes for this file. Peter want to handle it.Bruce Momjian2001-02-13
|
* Remove unused files, per AndreasBruce Momjian2001-02-13
|
* Please apply the following patch to fix AIX and IRIX timestamp behaviorBruce Momjian2001-02-13
| | | | | | | | | | | | | | | as previously discussed. It makes AIX and IRIX not use DST for dates before 1970. The following expected files need to be removed from the regression tests, they contain wrong results and are not needed any more. src/test/regress/expected/horology-1947-PDT.out src/test/regress/expected/tinterval-1947-PDT.out src/test/regress/expected/abstime-1947-PDT.out Zeugswetter Andreas
* Removed abort() in XLogFileOpen.Vadim B. Mikheev2001-02-13
|
* Added some comments to setval, setval_is_called and do_setvalPhilip Warner2001-02-13
|
* - Fix help output: replace 'f' with 't' and change descPhilip Warner2001-02-13
| | | | | | - Add extra arg to formatStringLiteral to specify how to handle LF & TAB. I opted for encoding them except in procedure bodies & comments - Fixed bug in tar file input when restoring blobs
* Clean up portability problems in regexp package: change all routineTom Lane2001-02-13
| | | | | | definitions from K&R to ANSI C style, and fix broken assumption that int and long are the same datatype. This repairs problems observed on Alpha with regexps having between 32 and 63 states.
* Attached is a makefile for the ODBC driver for use under win32. It has beenBruce Momjian2001-02-12
| | | | | | tested only with MS VC++ 6.0SP4 using nmake. Dave Page
* Hmm, this isn't used either.Tom Lane2001-02-12
|
* Remove unused and largely-broken-anyway compatibility defs.Tom Lane2001-02-12
|
* New MS resource file, pgindented.Bruce Momjian2001-02-12
|
* Suppress compiler warning on Alpha.Tom Lane2001-02-12
|
* Rearrange order of operations in heap_create_with_catalog so that ifTom Lane2001-02-12
| | | | | | | | | two transactions create the same table name concurrently, the one that fails will complain about unique index pg_class_relname_index, rather than about pg_type_typname_index which'll confuse most people. Free side benefit: pg_class.reltype is correctly linked to the pg_type entry now. It's been zero in all but the preloaded pg_class entries since who knows when.
* CleanupBruce Momjian2001-02-12
|
* Add // -> /* */ mapping to pgindent.Bruce Momjian2001-02-12
|
* Update ODBC resource MS-generated file.Bruce Momjian2001-02-12
|
* Change more // comments.Bruce Momjian2001-02-12
|
* Remove // and make /* */Bruce Momjian2001-02-12
|
* Replace // comments from file for MS products.Bruce Momjian2001-02-12
|
* poit -> point.Bruce Momjian2001-02-12
|
* SOCK_get_next_byte should not return garbage after error/EOF. ReturnTom Lane2001-02-11
| | | | zero bytes instead.
* Remove unneeded shutdown() call, per Tom Lane.Bruce Momjian2001-02-11
|
* Improve error message when startup or shutdown proc fails.Tom Lane2001-02-11
|
* More cleanups.Bruce Momjian2001-02-11
|
* Include file alignment fixes.Bruce Momjian2001-02-11
|
* Move X packet before shutdown().Bruce Momjian2001-02-11
|
* Source alignment cleanups.Bruce Momjian2001-02-11
|
* More updates.Bruce Momjian2001-02-11
|
* More cleanup.Bruce Momjian2001-02-11
|
* More cleanup.Bruce Momjian2001-02-11
|
* Cleanup of source.Bruce Momjian2001-02-11
|
* The attached patch does the following:Bruce Momjian2001-02-11
| | | | | | | | | 1) Tidies up the Datasource Dialogue now the version options are gone. 2) Tidies a comment in info.c. 3) Increments all version numbers to 07.01.0003 to take account of recent revisions. Regards, Dave Page
* Move pg_encoding_mblen() from common.c to wchar.c.Tatsuo Ishii2001-02-11
|
* conv.c did not compile anymore. Fix wrong header file inclusion.Tatsuo Ishii2001-02-11
|
* Clean up mutibyte supoorting source files.Tatsuo Ishii2001-02-11
| | | | Now only wchar.c is shared by fronetnd/backend.
* Disable X connection close in ODBC until solution is found.Bruce Momjian2001-02-10
|
* Format to match standard conventionsBruce Momjian2001-02-10
|
* Convert to standard 4-space tabs.Bruce Momjian2001-02-10
|
* Only look for bison as YACC; other yaccs need to be selected explicitly.Peter Eisentraut2001-02-10
| | | | | When no suitable YACC is configured, supply useful informational messages to users. (Same way flex has been handled for a while.)
* move commentBruce Momjian2001-02-10
|
* Add comment about linker/compiler on bsd.Bruce Momjian2001-02-10
|
* Fix -Bsymbolic for FreeBSD and OpenBSD. NetBSD already had all these fixes.Bruce Momjian2001-02-10
|
* Repair BSD/OS shared library fixes.Peter Eisentraut2001-02-10
|
* Revert shlib changes.Bruce Momjian2001-02-10
|
* Remove protcol option buttons.Bruce Momjian2001-02-10
|
* ODBC BSD/OS fix.Bruce Momjian2001-02-10
|