index
:
delta/postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
git.postgresql.org: git/postgresql.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
interfaces
/
odbc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix relative path references so that make knowns which dependencies refer
Peter Eisentraut
2000-08-31
1
-3
/
+3
*
Remove bogus use of int4out().
Tom Lane
2000-08-29
1
-2
/
+2
*
didn't compile
Peter Eisentraut
2000-07-14
1
-3
/
+5
*
|> The Makefile.shlib changes will have to be discussed with other Linux
Bruce Momjian
2000-07-07
1
-2
/
+14
*
Makefile cleanup for interface tree. Now essentially with all the
Peter Eisentraut
2000-06-28
2
-77
/
+62
*
Cleaned up PL/pgSQL build. Fixed a couple of copyandpaste'os in the
Peter Eisentraut
2000-06-20
1
-2
/
+2
*
Integrated ODBC driver into regular build. No more standalone business,
Peter Eisentraut
2000-06-19
14
-5526
/
+61
*
Rename HAVE_SQLGETPRIVATEPROFILESTRING to something resonable in length
Bruce Momjian
2000-06-19
2
-2
/
+2
*
fix HAVE_SQLGETPRIVATEPROFILESTRING define
Bruce Momjian
2000-06-19
2
-2
/
+2
*
OK, I have tidied up todays (13th) snapshot with the attached patch, I
Bruce Momjian
2000-06-14
1
-2
/
+1
*
Back out old unixodbc patches and apply new ones. Nick Gorham
Bruce Momjian
2000-06-12
3
-5
/
+5
*
I have made the couple of mods required to make the odbc driver with
Bruce Momjian
2000-06-09
2
-1
/
+4
*
More odbc include cleanups
Bruce Momjian
2000-06-08
3
-11
/
+12
*
Update odbc include
Bruce Momjian
2000-06-08
1
-1
/
+1
*
Fix ODBC for new binary fopen/open params
Bruce Momjian
2000-06-08
1
-0
/
+10
*
Moved configure script from src/ to the top level directory. Moved
Peter Eisentraut
2000-06-06
1
-3
/
+3
*
Remove NT-specific file open defines by defining our own open macros for
Bruce Momjian
2000-06-02
2
-48
/
+32
*
Cleanup of <> and ""
Bruce Momjian
2000-05-29
1
-2
/
+2
*
Remove // comments from ODBC.
Bruce Momjian
2000-05-27
28
-662
/
+667
*
Irix fixes from Murad Nayal
Bruce Momjian
2000-05-22
1
-1
/
+1
*
Back out odbc changes until 7.1.
Bruce Momjian
2000-05-17
28
-667
/
+662
*
Several compilation and run-time problems occur when building on SGI
Bruce Momjian
2000-05-16
28
-662
/
+667
*
Remove configure check for how to abbreviate 'tr A-Z a-z', and instead
Tom Lane
2000-05-16
2
-86
/
+179
*
Add transcendental math functions (sine, cosine, etc)
Thomas G. Lockhart
2000-04-07
1
-1
/
+1
*
Correct off-by-one error in strncat() usage.
Tom Lane
2000-04-04
1
-4
/
+4
*
Augment the function call map logic with code from Tom Lane.
Thomas G. Lockhart
2000-04-04
1
-37
/
+129
*
Change form of query which used "DISTINCT ON" to help support primary keys.
Thomas G. Lockhart
2000-03-27
2
-28
/
+83
*
Forgot that odbc had its own copies of config.sub/config.guess.
Tom Lane
2000-03-21
2
-155
/
+958
*
Fix query for primary keys to reflect new DISTINCT ON () syntax.
Thomas G. Lockhart
2000-03-21
1
-1
/
+1
*
Clean up minor compiler warnings.
Tom Lane
2000-03-18
6
-27
/
+20
*
Patch for Irix from Mark Dalphin.
Bruce Momjian
2000-03-02
1
-2
/
+2
*
update to 6.40.0009 and provide WIN32 defines for auto-configured items
Byron Nikolaidis
2000-02-28
3
-8
/
+16
*
missing state transition
Byron Nikolaidis
2000-02-28
1
-0
/
+7
*
Package: postgresql
Bruce Momjian
2000-02-16
1
-1
/
+2
*
I suspect that you are not the person to send this to, but I wasn't sure
Bruce Momjian
2000-02-14
1
-55
/
+56
*
Added numeric and int8 types.
Byron Nikolaidis
2000-01-30
7
-29
/
+334
*
Rename oid8 -> oidvector and int28 -> int2vector. Cleanup of *out functions.
Bruce Momjian
2000-01-10
2
-3
/
+3
*
Update int28out and out8out and _in_ functions to handle trailing zeros
Bruce Momjian
2000-01-10
1
-2
/
+2
*
Fix it's and its to be correct.
Bruce Momjian
2000-01-05
7
-12
/
+12
*
Rename readonly to onlyread in odbc. Use varargs properly.
Bruce Momjian
1999-11-30
6
-29
/
+27
*
Small patch which fixes the ODBC driver so it doesn't segfault if:
Bruce Momjian
1999-11-29
2
-10
/
+22
*
Standardize on MAXPGPATH as the size of a file pathname buffer,
Tom Lane
1999-10-25
2
-24
/
+18
*
bug fix for large objects (free)
Byron Nikolaidis
1999-10-25
2
-3
/
+5
*
driver v06-40-0007
Byron Nikolaidis
1999-09-03
2
-35
/
+115
*
driver v06-40-0007
Byron Nikolaidis
1999-09-03
3
-2
/
+4
*
Re-apply range check patch after fixing LIMIT_H test and defines.
Bruce Momjian
1999-07-09
1
-1
/
+1
*
Make sure symlinks for sharedlib get removed by 'make clean'.
Tom Lane
1999-06-30
1
-4
/
+4
*
Update driver to 6-40-0006
Byron Nikolaidis
1999-05-13
3
-9
/
+9
*
here are some patches for 6.5.0 which I already submitted but have never
Bruce Momjian
1999-05-03
2
-4
/
+5
*
Change my-function-name-- to my_function_name, and optimizer renames.
Bruce Momjian
1999-02-13
1
-1
/
+1
[next]