CVS log for sql/pgsql/parser3pgsql.C

[BACK] Up to [parser3project] / sql / pgsql

Request diff between arbitrary revisions - Display revisions graphically


Keyword substitution: kv
Default branch: MAIN


Revision 1.51: download - view: text, markup, annotated - select for diffs
Mon Nov 8 08:57:16 2021 UTC (4 years, 6 months ago) by moko
Branches: MAIN
CVS tags: HEAD
Diff to: previous 1.50: preferred, unified; selected 1.12.6.1: preferred, unified
Changes since revision 1.50: +16 -13 lines
support for multiple client libraries specification, comma separated

Revision 1.50: download - view: text, markup, annotated - select for diffs
Sun Nov 7 22:16:54 2021 UTC (4 years, 6 months ago) by moko
Branches: MAIN
Diff to: previous 1.49: preferred, unified; selected 1.12.6.1: preferred, unified
Changes since revision 1.49: +24 -6 lines
postgresql:// scheme connect options are now supported (implements feature #1214)

Revision 1.49: download - view: text, markup, annotated - select for diffs
Wed Nov 3 16:27:15 2021 UTC (4 years, 6 months ago) by moko
Branches: MAIN
Diff to: previous 1.48: preferred, unified; selected 1.12.6.1: preferred, unified
Changes since revision 1.48: +9 -9 lines
PQsetdbLogin moved after options parsing

Revision 1.48: download - view: text, markup, annotated - select for diffs
Wed Nov 3 15:14:05 2021 UTC (4 years, 6 months ago) by moko
Branches: MAIN
Diff to: previous 1.47: preferred, unified; selected 1.12.6.1: preferred, unified
Changes since revision 1.47: +21 -62 lines
minor whitespace

Revision 1.47: download - view: text, markup, annotated - select for diffs
Wed Nov 3 14:51:51 2021 UTC (4 years, 6 months ago) by moko
Branches: MAIN
Diff to: previous 1.46: preferred, unified; selected 1.12.6.1: preferred, unified
Changes since revision 1.46: +10 -44 lines
with_default_transaction removed, autocommit implemented similar to mysql (related to feature #1214)

Revision 1.46: download - view: text, markup, annotated - select for diffs
Sat Nov 30 22:11:11 2019 UTC (6 years, 6 months ago) by moko
Branches: MAIN
CVS tags: pgsql_release_10_6
Diff to: previous 1.45: preferred, unified; selected 1.12.6.1: preferred, unified
Changes since revision 1.45: +2 -2 lines
Copyright year updated

Revision 1.45: download - view: text, markup, annotated - select for diffs
Fri Oct 25 12:27:44 2019 UTC (6 years, 7 months ago) by moko
Branches: MAIN
Diff to: previous 1.44: preferred, unified; selected 1.12.6.1: preferred, unified
Changes since revision 1.44: +19 -18 lines
WithoutDefaultTransaction -> with_default_transaction, disabled by default (implements feature #1191)

Revision 1.44: download - view: text, markup, annotated - select for diffs
Mon Oct 26 16:00:51 2015 UTC (10 years, 7 months ago) by moko
Branches: MAIN
Diff to: previous 1.43: preferred, unified; selected 1.12.6.1: preferred, unified
Changes since revision 1.43: +2 -2 lines
Copyright year updated

Revision 1.43: download - view: text, markup, annotated - select for diffs
Fri Oct 19 04:15:47 2012 UTC (13 years, 7 months ago) by misha
Branches: MAIN
CVS tags: pgsql_release_10_5
Diff to: previous 1.42: preferred, unified; selected 1.12.6.1: preferred, unified
Changes since revision 1.42: +3 -2 lines
no message

Revision 1.42: download - view: text, markup, annotated - select for diffs
Fri Oct 19 04:13:28 2012 UTC (13 years, 7 months ago) by misha
Branches: MAIN
Diff to: previous 1.41: preferred, unified; selected 1.12.6.1: preferred, unified
Changes since revision 1.41: +37 -16 lines
- By default driver doesn't escape \ char (PgSQL 9.1 has standard_conforming_strings=on by default that switch off escaping with \ char).
- A new driver option standard_conforming_strings=0|1 is added (default -- 1). Using ?standard_conforming_strings=0 it is possible to switch back to escaping \ char that could be useful for working with old pgsql servers. (bugfix: #889)

Revision 1.41: download - view: text, markup, annotated - select for diffs
Fri Jun 15 09:09:33 2012 UTC (13 years, 11 months ago) by moko
Branches: MAIN
CVS tags: pgsql_release_10_4
Diff to: previous 1.40: preferred, unified; selected 1.12.6.1: preferred, unified
Changes since revision 1.40: +12 -4 lines
bugfix: lt_dlinit() can fail, but lt_dlerror return 0, and we count 0 for success.

Revision 1.40: download - view: text, markup, annotated - select for diffs
Fri Jun 8 14:42:37 2012 UTC (13 years, 11 months ago) by moko
Branches: MAIN
Diff to: previous 1.39: preferred, unified; selected 1.12.6.1: preferred, unified
Changes since revision 1.39: +2 -2 lines
another n+1 fix for strncat

Revision 1.39: download - view: text, markup, annotated - select for diffs
Wed Jun 6 14:47:44 2012 UTC (13 years, 11 months ago) by moko
Branches: MAIN
Diff to: previous 1.38: preferred, unified; selected 1.12.6.1: preferred, unified
Changes since revision 1.38: +4 -4 lines
compiler warnings fixed:
-format '%u' expects type 'unsigned int', but argument 4 has type 'long unsigned int'
-strmcat might overflow destination buffer

Revision 1.38: download - view: text, markup, annotated - select for diffs
Wed Apr 18 09:39:15 2012 UTC (14 years, 1 month ago) by moko
Branches: MAIN
Diff to: previous 1.37: preferred, unified; selected 1.12.6.1: preferred, unified
Changes since revision 1.37: +1 -1 lines
after global replace fixes. == -> =

Revision 1.37: download - view: text, markup, annotated - select for diffs
Fri Mar 16 10:05:04 2012 UTC (14 years, 2 months ago) by moko
Branches: MAIN
Diff to: previous 1.36: preferred, unified; selected 1.12.6.1: preferred, unified
Changes since revision 1.36: +3 -2 lines
ident now works under Linux + ident displays filenames (closes issue #818)
Copyright updated

Revision 1.36: download - view: text, markup, annotated - select for diffs
Fri Mar 11 07:57:42 2011 UTC (15 years, 2 months ago) by misha
Branches: MAIN
Diff to: previous 1.35: preferred, unified; selected 1.12.6.1: preferred, unified
Changes since revision 1.35: +71 -63 lines
- transcode result was optimized ( new feature: #41 )

Revision 1.35: download - view: text, markup, annotated - select for diffs
Wed Oct 27 22:48:51 2010 UTC (15 years, 7 months ago) by moko
Branches: MAIN
Diff to: previous 1.34: preferred, unified; selected 1.12.6.1: preferred, unified
Changes since revision 1.34: +37 -6 lines
new in-parser quoting implementation (fixes issue #1)

Revision 1.34: download - view: text, markup, annotated - select for diffs
Thu Dec 25 02:33:56 2008 UTC (17 years, 5 months ago) by misha
Branches: MAIN
CVS tags: pgsql_release_10_3, pgsql_release_10_2
Diff to: previous 1.33: preferred, unified; selected 1.12.6.1: preferred, unified
Changes since revision 1.33: +692 -690 lines
no message

Revision 1.33: download - view: text, markup, annotated - select for diffs
Sun Dec 21 00:14:25 2008 UTC (17 years, 5 months ago) by misha
Branches: MAIN
Diff to: previous 1.32: preferred, unified; selected 1.12.6.1: preferred, unified
Changes since revision 1.32: +37 -32 lines
- bugfix: ?autocommit=1|0 should work now

Revision 1.32: download - view: text, markup, annotated - select for diffs
Thu Dec 18 01:45:03 2008 UTC (17 years, 5 months ago) by misha
Branches: MAIN
Diff to: previous 1.31: preferred, unified; selected 1.12.6.1: preferred, unified
Changes since revision 1.31: +685 -684 lines
- bugfix: mustn't call commint after each query if ?autocommit=0 option was specified

Revision 1.31: download - view: text, markup, annotated - select for diffs
Tue Jul 1 13:40:33 2008 UTC (17 years, 11 months ago) by misha
Branches: MAIN
CVS tags: pgsql_release_10_0
Diff to: previous 1.30: preferred, unified; selected 1.12.6.1: preferred, unified
Changes since revision 1.30: +113 -63 lines
- autocommit=0 not equal WithoutDefaultTransaction=1. first one make 1 connect == 1 transaction. second -- disable begin/commit/rollback at all
- call commit after query execution if autocommit option wasn't disabled
- much less calls for PQftype
- no more transcode calls for number/date types

Revision 1.30: download - view: text, markup, annotated - select for diffs
Thu Jun 26 15:49:40 2008 UTC (17 years, 11 months ago) by misha
Branches: MAIN
Diff to: previous 1.29: preferred, unified; selected 1.12.6.1: preferred, unified
Changes since revision 1.29: +126 -130 lines
- new API and version number (10.0)
- $.limit(0) fixes
- little refactoring

Revision 1.29: download - view: text, markup, annotated - select for diffs
Tue Jun 24 17:43:48 2008 UTC (17 years, 11 months ago) by misha
Branches: MAIN
Diff to: previous 1.28: preferred, unified; selected 1.12.6.1: preferred, unified
Changes since revision 1.28: +73 -73 lines
some code reformating

Revision 1.28: download - view: text, markup, annotated - select for diffs
Thu Oct 25 17:08:41 2007 UTC (18 years, 7 months ago) by misha
Branches: MAIN
CVS tags: pgsql_release_9_6
Diff to: previous 1.27: preferred, unified; selected 1.12.6.1: preferred, unified
Changes since revision 1.27: +5 -5 lines
- allow ?charset and ?ClientCharset at once

Revision 1.27: download - view: text, markup, annotated - select for diffs
Mon Jan 29 10:22:45 2007 UTC (19 years, 4 months ago) by misha
Branches: MAIN
Diff to: previous 1.26: preferred, unified; selected 1.12.6.1: preferred, unified
Changes since revision 1.26: +33 -25 lines
- last version commited

Revision 1.26: download - view: text, markup, annotated - select for diffs
Fri Jan 26 10:10:32 2007 UTC (19 years, 4 months ago) by misha
Branches: MAIN
Diff to: previous 1.25: preferred, unified; selected 1.12.6.1: preferred, unified
Changes since revision 1.25: +103 -64 lines
- patch from egr: .bind IN variables support, TODO: OUT, INOUT, from Egr

Revision 1.25: download - view: text, markup, annotated - select for diffs
Thu Dec 23 16:54:52 2004 UTC (21 years, 5 months ago) by paf
Branches: MAIN
CVS tags: release_3_1_4, paf_left
Diff to: previous 1.24: preferred, unified; selected 1.12.6.1: preferred, unified
Changes since revision 1.24: +13 -2 lines
sql connect string, rsplit @

Revision 1.24: download - view: text, markup, annotated - select for diffs
Thu Dec 23 16:18:21 2004 UTC (21 years, 5 months ago) by paf
Branches: MAIN
Diff to: previous 1.23: preferred, unified; selected 1.12.6.1: preferred, unified
Changes since revision 1.23: +1 -2 lines
no message

Revision 1.23: download - view: text, markup, annotated - select for diffs
Thu Dec 23 15:57:41 2004 UTC (21 years, 5 months ago) by paf
Branches: MAIN
Diff to: previous 1.22: preferred, unified; selected 1.12.6.1: preferred, unified
Changes since revision 1.22: +33 -19 lines
egr patch on WithoutDefaultTransaction

Revision 1.22: download - view: text, markup, annotated - select for diffs
Wed Jun 23 07:32:07 2004 UTC (21 years, 11 months ago) by paf
Branches: MAIN
Diff to: previous 1.21: preferred, unified; selected 1.12.6.1: preferred, unified
Changes since revision 1.21: +7 -2 lines
new api supported, not implemented yet:
	^void:sql{call paf(:a)}[
		$.bind[hash]
	]

Revision 1.21: download - view: text, markup, annotated - select for diffs
Tue May 25 07:07:48 2004 UTC (22 years ago) by paf
Branches: MAIN
CVS tags: release_3_1_3
Diff to: previous 1.20: preferred, unified; selected 1.12.6.1: preferred, unified
Changes since revision 1.20: +4 -4 lines
beauty: param renamed to reflect it's nature

Revision 1.20: download - view: text, markup, annotated - select for diffs
Tue Mar 30 08:18:25 2004 UTC (22 years, 2 months ago) by paf
Branches: MAIN
Diff to: previous 1.19: preferred, unified; selected 1.12.6.1: preferred, unified
Changes since revision 1.19: +3 -3 lines
merged bugfixes from 3.1.2

Revision 1.18.2.2: download - view: text, markup, annotated - select for diffs
Mon Mar 29 07:56:28 2004 UTC (22 years, 2 months ago) by paf
Branches: release_3_1_2
Diff to: previous 1.18.2.1: preferred, unified; next MAIN 1.19: preferred, unified; selected 1.12.6.1: preferred, unified
Changes since revision 1.18.2.1: +3 -3 lines
bugfix: toupper wonders

Revision 1.18.2.1: download - view: text, markup, annotated - select for diffs
Fri Mar 26 14:31:17 2004 UTC (22 years, 2 months ago) by paf
Branches: release_3_1_2
Diff to: previous 1.18: preferred, unified; selected 1.12.6.1: preferred, unified
Changes since revision 1.18: +16 -13 lines
beauty: merged from HEAD [mistakenly commited there]

Revision 1.19: download - view: text, markup, annotated - select for diffs
Fri Mar 26 13:29:40 2004 UTC (22 years, 2 months ago) by paf
Branches: MAIN
Diff to: previous 1.18: preferred, unified; selected 1.12.6.1: preferred, unified
Changes since revision 1.18: +16 -13 lines
cstrClientCharset localized, gcc const wonders worked around

Revision 1.18: download - view: text, markup, annotated - select for diffs
Fri Mar 5 10:16:41 2004 UTC (22 years, 3 months ago) by paf
Branches: MAIN
Branch point for: release_3_1_2
Diff to: previous 1.17: preferred, unified; selected 1.12.6.1: preferred, unified
Changes since revision 1.17: +64 -20 lines
new: pgsql option [like that recently added to oracle driver]
            ClientCharset=parser-charset << charset in which parser thinks client works

Revision 1.17: download - view: text, markup, annotated - select for diffs
Fri Jan 30 07:30:40 2004 UTC (22 years, 4 months ago) by paf
Branches: MAIN
Diff to: previous 1.16: preferred, unified; selected 1.12.6.1: preferred, unified
Changes since revision 1.16: +2 -2 lines
bugfix: connection struct mem to be controlled by libgc [oracle already fixed before]

Revision 1.16: download - view: text, markup, annotated - select for diffs
Mon Jan 26 15:22:26 2004 UTC (22 years, 4 months ago) by paf
Branches: MAIN
Diff to: previous 1.15: preferred, unified; selected 1.12.6.1: preferred, unified
Changes since revision 1.15: +56 -37 lines
change: moved to new interface [without extra 'services' passing back/forth]

Revision 1.15: download - view: text, markup, annotated - select for diffs
Mon Sep 29 06:09:57 2003 UTC (22 years, 8 months ago) by paf
Branches: MAIN
CVS tags: release_3_1_1
Diff to: previous 1.14: preferred, unified; selected 1.12.6.1: preferred, unified
Changes since revision 1.14: +7 -1 lines
'/**xxx' situation were not handled

Revision 1.14: download - view: text, markup, annotated - select for diffs
Fri Sep 26 15:37:21 2003 UTC (22 years, 8 months ago) by paf
Branches: MAIN
Diff to: previous 1.13: preferred, unified; selected 1.12.6.1: preferred, unified
Changes since revision 1.13: +3 -3 lines
merged to HEAD: fix: very old bug: wrong quote escaping

Revision 1.13.4.1: download - view: text, markup, annotated - select for diffs
Fri Sep 26 15:36:03 2003 UTC (22 years, 8 months ago) by paf
Branches: release_3_1_0
Diff to: previous 1.13: preferred, unified; next MAIN 1.14: preferred, unified; selected 1.12.6.1: preferred, unified
Changes since revision 1.13: +3 -3 lines
fix: very old bug: wrong quote escaping

Revision 1.13: download - view: text, markup, annotated - select for diffs
Thu Jul 24 10:09:40 2003 UTC (22 years, 10 months ago) by paf
Branches: MAIN
Branch point for: release_3_1_0
Diff to: previous 1.12: preferred, unified; selected 1.12.6.1: preferred, unified
Changes since revision 1.12: +31 -31 lines
moved tempate_gc to HEAD

Revision 1.12.6.3: download - view: text, markup, annotated - select for diffs
Wed Jul 23 13:51:57 2003 UTC (22 years, 10 months ago) by paf
Diff to: previous 1.12.6.2: preferred, unified; branchpoint 1.12: preferred, unified; next MAIN 1.13: preferred, unified; selected 1.12.6.1: preferred, unified
Changes since revision 1.12.6.2: +2 -1 lines
potential new bug: fixed [lob 0-terminated]

Revision 1.12.6.2: download - view: text, markup, annotated - select for diffs
Wed Jul 23 13:21:12 2003 UTC (22 years, 10 months ago) by paf
Diff to: previous 1.12.6.1: preferred, unified; branchpoint 1.12: preferred, unified
Changes since revision 1.12.6.1: +12 -12 lines
updated to interface v8

Revision 1.12.6.1: download - view: text, markup, annotated - [selected for diffs]
Wed Mar 26 14:09:06 2003 UTC (23 years, 2 months ago) by paf
Diff to: previous 1.12: preferred, unified
Changes since revision 1.12: +19 -20 lines
mistakenly patched HEAD branch. copying changes to template_gc one

Revision 1.12: download - view: text, markup, annotated - select for diffs
Tue Jan 21 15:51:30 2003 UTC (23 years, 4 months ago) by paf
Branches: MAIN
CVS tags: release_3_0_8
Diff to: previous 1.11: preferred, unified; selected 1.12.6.1: preferred, unified
Changes since revision 1.11: +2 -2 lines
2002->2003

Revision 1.11: download - view: text, markup, annotated - select for diffs
Wed Jan 15 10:55:38 2003 UTC (23 years, 4 months ago) by paf
Branches: MAIN
Diff to: previous 1.10: preferred, unified; selected 1.12.6.1: preferred, unified
Changes since revision 1.10: +3 -1 lines
long ago forgotten lt_dlinit() called now

Revision 1.10: download - view: text, markup, annotated - select for diffs
Sun Dec 15 08:52:10 2002 UTC (23 years, 5 months ago) by paf
Branches: MAIN
CVS tags: release_3_0_0007, release_3_0_0006
Diff to: previous 1.9: preferred, unified; selected 1.12.6.1: preferred, unified
Changes since revision 1.9: +2 -2 lines
\ -> \\ bug fix

Revision 1.9: download - view: text, markup, annotated - select for diffs
Mon Dec 9 12:36:19 2002 UTC (23 years, 5 months ago) by paf
Branches: MAIN
Diff to: previous 1.8: preferred, unified; selected 1.12.6.1: preferred, unified
Changes since revision 1.8: +16 -6 lines
changed exception handling mech in sql handlers #2

Revision 1.8: download - view: text, markup, annotated - select for diffs
Fri Mar 22 16:19:13 2002 UTC (24 years, 2 months ago) by paf
Branches: MAIN
CVS tags: release_3_0_0005, release_3_0_0004, release_3_0_0003, release_3_0_0002, release_1_0_0001
Diff to: previous 1.7: preferred, unified; selected 1.12.6.1: preferred, unified
Changes since revision 1.7: +56 -6 lines
?CLIENT_ENCODING=zz&DATESTYLE=zz

Revision 1.7: download - view: text, markup, annotated - select for diffs
Fri Mar 22 15:50:25 2002 UTC (24 years, 2 months ago) by paf
Branches: MAIN
Diff to: previous 1.6: preferred, unified; selected 1.12.6.1: preferred, unified
Changes since revision 1.6: +2 -2 lines
checked empty host

Revision 1.6: download - view: text, markup, annotated - select for diffs
Fri Feb 8 08:32:50 2002 UTC (24 years, 3 months ago) by paf
Branches: MAIN
Diff to: previous 1.5: preferred, unified; selected 1.12.6.1: preferred, unified
Changes since revision 1.5: +3 -3 lines
name spelling

Revision 1.5: download - view: text, markup, annotated - select for diffs
Fri Feb 8 07:28:25 2002 UTC (24 years, 3 months ago) by paf
Branches: MAIN
Diff to: previous 1.4: preferred, unified; selected 1.12.6.1: preferred, unified
Changes since revision 1.4: +2 -2 lines
2002

Revision 1.4: download - view: text, markup, annotated - select for diffs
Fri Nov 16 12:39:15 2001 UTC (24 years, 6 months ago) by paf
Branches: MAIN
Diff to: previous 1.3: preferred, unified; selected 1.12.6.1: preferred, unified
Changes since revision 1.3: +16 -16 lines
introducing estimating String::cstr_bufsize, 0

Revision 1.3: download - view: text, markup, annotated - select for diffs
Sun Nov 11 11:01:47 2001 UTC (24 years, 6 months ago) by paf
Branches: MAIN
Diff to: previous 1.2: preferred, unified; selected 1.12.6.1: preferred, unified
Changes since revision 1.2: +2 -2 lines
init not const

Revision 1.2: download - view: text, markup, annotated - select for diffs
Mon Oct 29 08:57:58 2001 UTC (24 years, 7 months ago) by paf
Branches: MAIN
Diff to: previous 1.1: preferred, unified; selected 1.12.6.1: preferred, unified
Changes since revision 1.1: +2 -2 lines
z

Revision 1.1.1.1 (vendor branch): download - view: text, markup, annotated - select for diffs
Fri Sep 21 15:44:37 2001 UTC (24 years, 8 months ago) by parser
Diff to: previous 1.1: preferred, unified; selected 1.12.6.1: preferred, unified
Changes since revision 1.1: +0 -0 lines
no message

Revision 1.1: download - view: text, markup, annotated - select for diffs
Fri Sep 21 15:44:37 2001 UTC (24 years, 8 months ago) by parser
Branches: MAIN
Diff to: selected 1.12.6.1: preferred, unified
Initial revision

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options

E-mail: