Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Version was 3.3 but last released version was 3.1. Setting to match rest | D'Arcy J.M. Cain | 2001-11-04 | 1 | -1/+1 |
| | | | | of the documentation in preparation for upcoming release. | ||||
* | Note that PyGreSQL has been checked against Python 2.1 now. | D'Arcy J.M. Cain | 2001-11-04 | 1 | -1/+1 |
| | |||||
* | The "%d", while syntactically correct, was confusing. Added a space to | D'Arcy J.M. Cain | 2001-11-04 | 1 | -1/+1 |
| | | | | make it clearer that d was the argument to the format operator. | ||||
* | 1) Improve literal handling in parse_statement(). | Hiroshi Inoue | 2001-11-03 | 7 | -37/+45 |
| | | | | | | 2) Remove some no longer valid comments. 3) Fix an option dialog setting bug. 4) Fix ODBCVER handling errors. | ||||
* | proper select for Jason Davies patch to getImportedKeys | Dave Cramer | 2001-11-02 | 1 | -11/+9 |
| | |||||
* | proper select for Jason Davies patch to getImportedKeys | Dave Cramer | 2001-11-02 | 1 | -113/+150 |
| | | | | fixes for compiling Jason's getImportedKeys, getExportedKeys | ||||
* | Windows portability macros SOCK_ERRNO and SOCK_STRERROR should be in | Tom Lane | 2001-11-02 | 2 | -269/+276 |
| | | | | libpq-int.h, not cluttering application namespace in libpq-fe.h. | ||||
* | updates | Peter Eisentraut | 2001-11-02 | 1 | -94/+96 |
| | |||||
* | Suppress compiler warning (only seen in MULTIBYTE case). | Tom Lane | 2001-11-02 | 1 | -0/+1 |
| | |||||
* | Sync parser yet again. | Michael Meskes | 2001-11-02 | 3 | -34/+15 |
| | |||||
* | minor improvements on Dave's last checkin | Barry Lind | 2001-11-01 | 2 | -8/+3 |
| | |||||
* | Suppress a compiler warning. | Hiroshi Inoue | 2001-10-31 | 1 | -0/+6 |
| | |||||
* | changes to support 3rd party ERD tools and staroffice | Dave Cramer | 2001-10-31 | 1 | -157/+320 |
| | |||||
* | allow null passwords | Dave Cramer | 2001-10-31 | 1 | -4/+7 |
| | |||||
* | added dummy login | Dave Cramer | 2001-10-31 | 1 | -9/+123 |
| | |||||
* | Traditional Chinese error messages for JDBC. | Bruce Momjian | 2001-10-31 | 1 | -0/+75 |
| | | | | Zhenbang Wei | ||||
* | Add ALTER TABLE ADD UNIQUE regression tests from Christopher Kings-Lynne. | Bruce Momjian | 2001-10-31 | 2 | -8/+8 |
| | | | | | | Add space between slash for ALTER TABLE / ADD .... Regression and *.po updates to follow. | ||||
* | Apply updated PO language patch. | Bruce Momjian | 2001-10-31 | 1 | -16/+16 |
| | | | | Zhenbang Wei | ||||
* | PO language update. | Bruce Momjian | 2001-10-31 | 1 | -2/+1 |
| | | | | forth@pagic.net | ||||
* | fixed change in behavior introduced in bytea / getBytes changes. This patch ↵ | Barry Lind | 2001-10-30 | 2 | -38/+62 |
| | | | | reverts back unintentional change in behavior to return raw value even when not bytea column | ||||
* | Fix small problem Tom Lane found with pgindent run. | Bruce Momjian | 2001-10-30 | 1 | -3/+3 |
| | |||||
* | updated patch from Mark Lillywhite per Tom Lane's comments: subtract ↵ | Barry Lind | 2001-10-30 | 1 | -3/+3 |
| | | | | VARHDRSZ first then and with 0xffff | ||||
* | applied patch from Mark Lillywhite, patch was already applied to jdbc2, this ↵ | Barry Lind | 2001-10-30 | 1 | -2/+14 |
| | | | | applies same fix to jdbc1 code | ||||
* | Change position of a check button in multibyte mode. | Hiroshi Inoue | 2001-10-29 | 1 | -1/+1 |
| | |||||
* | Another pgindent run. Fixes enum indenting, and improves #endif | Bruce Momjian | 2001-10-28 | 69 | -824/+854 |
| | | | | spacing. Also adds space for one-line comments. | ||||
* | Remove 294 reduce/reduce conflicts. | Tom Lane | 2001-10-25 | 1 | -5/+3 |
| | |||||
* | pgjindent jdbc files. First time jdbc files were formatted. | Bruce Momjian | 2001-10-25 | 85 | -22572/+24211 |
| | |||||
* | pgindent run on all C files. Java run to follow. initdb/regression | Bruce Momjian | 2001-10-25 | 91 | -3305/+3487 |
| | | | | tests pass. | ||||
* | Add do { ... } while (0) to more bad macros. | Bruce Momjian | 2001-10-25 | 2 | -4/+11 |
| | |||||
* | Add missing "do { ... } while(0)" in ODBC macros and add find_baddefs | Bruce Momjian | 2001-10-25 | 1 | -12/+17 |
| | | | | script. | ||||
* | Here is a patch for DatabaseMetaData to show precision properly. It is | Bruce Momjian | 2001-10-24 | 1 | -2/+13 |
| | | | | from Mark Lillywhite. I am adding to the patch queue. | ||||
* | fix for a bug in DatabaseMetaData.getIndexInfo(). This fixes a bug reported ↵ | Barry Lind | 2001-10-24 | 2 | -6/+8 |
| | | | | by tom_falconer@lineone.net. On Sept 7th, he sent a test case to the list demonstrating the bug. His test case now works successfully with this patch | ||||
* | synced preproc.y with gram.y | Michael Meskes | 2001-10-22 | 2 | -18/+47 |
| | |||||
* | > This stops the interface from leaking the row tuples (and thus the | Bruce Momjian | 2001-10-19 | 1 | -0/+1 |
| | | | | | | > results of every fetch). Stephen Robert Norris | ||||
* | removed "not fully implemented" warning for nullif | Michael Meskes | 2001-10-19 | 2 | -2/+4 |
| | |||||
* | Change SC_fetch() to not retrieve data in case the | Hiroshi Inoue | 2001-10-19 | 1 | -1/+5 |
| | | | | | SQL_RETRIEVE_DATA option is SQL_RD_OFF. This would avoid a crash when scrolling Grid controls. | ||||
* | Document all the ecpg error codes. | Bruce Momjian | 2001-10-18 | 1 | -5/+5 |
| | |||||
* | Accept an INTERVAL argument for SET TIME ZONE per SQL99. | Thomas G. Lockhart | 2001-10-18 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | Modified the parser and the SET handlers to use full Node structures rather than simply a character string argument. Implement INTERVAL() YEAR TO MONTH (etc) syntax per SQL99. Does not yet accept the goofy string format that goes along with, but this should be fairly straight forward to fix now as a bug or later as a feature. Implement precision for the INTERVAL() type. Use the typmod mechanism for both of INTERVAL features. Fix the INTERVAL syntax in the parser: opt_interval was in the wrong place. INTERVAL is now a reserved word, otherwise we get reduce/reduce errors. Implement an explicit date_part() function for TIMETZ. Should fix coersion problem with INTERVAL reported by Peter E. Fix up some error messages for date/time types. Use all caps for type names within message. Fix recently introduced side-effect bug disabling 'epoch' as a recognized field for date_part() etc. Reported by Peter E. (??) Bump catalog version number. Rename "microseconds" current transaction time field from ...Msec to ...Usec. Duh! date/time regression tests updated for reference platform, but a few changes will be necessary for others. | ||||
* | Added Lee Kindness' patches. | Michael Meskes | 2001-10-18 | 2 | -13/+22 |
| | |||||
* | Updated the list of encodings supported to match what the backend now supports | Barry Lind | 2001-10-16 | 1 | -7/+20 |
| | |||||
* | Added some additional comments in the code | Barry Lind | 2001-10-16 | 1 | -1/+9 |
| | |||||
* | Python handle as string all int8 values from postgresql. This could be | Bruce Momjian | 2001-10-16 | 1 | -0/+3 |
| | | | | | | | | | | | | | | | view when using the aggregate function count() and function nextval that returns an int8 value, but in python is represented like string: >> db.query("select nextval('my_seq')").getresult() [('2',)] >> db.query("select count(*) from films").dictresult() [{'count': '120'}] Ricardo Caesar Lenzi | ||||
* | Doesn't anyone test stuff before they commit it? | Tom Lane | 2001-10-15 | 1 | -1/+1 |
| | |||||
* | > Uh, isn't the correct fix | Bruce Momjian | 2001-10-15 | 1 | -6/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | > ! $$ = cat_str(8, make_str("grant"), $2, make_str("on"), $4, $5, > make_str("to"), $7, $8); > ISTM your patch loses the opt_with_grant clause. (Of course the > backend doesn't currently accept that clause anyway, but that's no > reason for ecpg to drop it.) My patch doesn't loose the option, it's never been passed on anyway: opt_with_grant: WITH GRANT OPTION { mmerror(ET_ERROR, "WITH GRANT OPTION is not supported. Only relation owners can set privileges"); } | /*EMPTY*/ ; The existing code in ecpg/preproc/preproc.y to handle the WITH option simply throws an error and aborts the processing... The patch below prevents the segfault and also passes on the WITH option to the backend, probably a better fix. Lee Kindness | ||||
* | Synchronize with main parser's keyword list (someone didn't check his | Tom Lane | 2001-10-15 | 1 | -3/+1 |
| | | | | last commit very carefully...) | ||||
* | - Fixed GRANT statement. | Michael Meskes | 2001-10-14 | 2 | -43/+41 |
| | | | | - Synced preproc.y with gram.y. | ||||
* | Fix logic in insert() function. | Peter Eisentraut | 2001-10-13 | 1 | -2/+2 |
| | |||||
* | Update the version of psqlodbc driver. | Hiroshi Inoue | 2001-10-12 | 2 | -6/+6 |
| | |||||
* | Fix the bug reported by Chris Lee. | Hiroshi Inoue | 2001-10-12 | 2 | -8/+9 |
| | |||||
* | Allow optional () after current_user, session_user, user, current_time, | Peter Eisentraut | 2001-10-09 | 2 | -120/+197 |
| | | | | | | | | | current_timestamp, current_date for ODBC compatibility. Add more functions to odbc.sql catalog extension, use new CREATE OR REPLACE FUNCTION. Document iODBC/unixODBC build options. |