index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
interfaces
Commit message (
Expand
)
Author
Age
*
Document all the ecpg error codes.
Bruce Momjian
2001-10-18
*
Accept an INTERVAL argument for SET TIME ZONE per SQL99.
Thomas G. Lockhart
2001-10-18
*
Added Lee Kindness' patches.
Michael Meskes
2001-10-18
*
Updated the list of encodings supported to match what the backend now supports
Barry Lind
2001-10-16
*
Added some additional comments in the code
Barry Lind
2001-10-16
*
Python handle as string all int8 values from postgresql. This could be
Bruce Momjian
2001-10-16
*
Doesn't anyone test stuff before they commit it?
Tom Lane
2001-10-15
*
> Uh, isn't the correct fix
Bruce Momjian
2001-10-15
*
Synchronize with main parser's keyword list (someone didn't check his
Tom Lane
2001-10-15
*
- Fixed GRANT statement.
Michael Meskes
2001-10-14
*
Fix logic in insert() function.
Peter Eisentraut
2001-10-13
*
Update the version of psqlodbc driver.
Hiroshi Inoue
2001-10-12
*
Fix the bug reported by Chris Lee.
Hiroshi Inoue
2001-10-12
*
Allow optional () after current_user, session_user, user, current_time,
Peter Eisentraut
2001-10-09
*
This patch fixes a bug introduced in the jdbc bytea support patch.
Barry Lind
2001-10-09
*
Fix include file so library is binary compatible again.
Michael Meskes
2001-10-08
*
files attached are Traditional Chinese translations translated
Bruce Momjian
2001-10-05
*
Make sure each call to ECPGraise is logged.
Michael Meskes
2001-10-05
*
Fixed typo in proproc.y
Michael Meskes
2001-10-05
*
Attached is a patch which deals with
Bruce Momjian
2001-10-04
*
I've just finished the Chinese NLS support(zh_CN part) files
Bruce Momjian
2001-10-04
*
Consistently use gcc's __attribute__((format)) to check sprintf-style
Tom Lane
2001-10-03
*
DROP AGGREGATE and COMMENT ON AGGREGATE now accept the expected syntax
Tom Lane
2001-10-03
*
Add CREATE OR REPLACE FUNCTION syntax to allow replacing a function
Tom Lane
2001-10-02
*
Re-added Tom's patch fixing my setlocale patch. I accidently
Michael Meskes
2001-10-02
*
- Fixed truncate bug.
Michael Meskes
2001-10-01
*
Make libpq++ safe again for older C++ compilers. Do 'using namespace std'
Tom Lane
2001-09-30
*
Fix sloppiness about static vs non-static declaration of functions.
Tom Lane
2001-09-30
*
winsock_strerror crashed on me. This fixes a line of code that looks
Tom Lane
2001-09-30
*
Fix the setlocale problem in a way that actually works. setlocale
Tom Lane
2001-09-29
*
A couple of lines were missing from my last patch - this one fixes things.
Bruce Momjian
2001-09-29
*
Per the recent discussion there's been some code changes in JDBC's
Bruce Momjian
2001-09-29
*
Fix the bug about boolean type handling reported by
Hiroshi Inoue
2001-09-29
*
Disable local creds on OpenBSD because it doesn't support it. Document
Bruce Momjian
2001-09-26
*
- Synced preproc.y with gram.y.
Michael Meskes
2001-09-25
*
1) Fix compile errors on Windows.
Hiroshi Inoue
2001-09-24
*
Don't refer to odbcinst.ini by absolute path. SQLGetPrivateProfileString
Peter Eisentraut
2001-09-23
*
The attached patch is my first run-through of the JDBC test suite. A
Bruce Momjian
2001-09-23
*
Provide some initial support for building the ODBC driver for
Peter Eisentraut
2001-09-22
*
Code review for MD5 authorization patch. Clean up some breakage
Tom Lane
2001-09-21
*
1) Avoid an overflow of connection string for Access(Microsoft Jet).
Hiroshi Inoue
2001-09-21
*
Change the version. We are moving towards the next release.
D'Arcy J.M. Cain
2001-09-19
*
- Synced preproc.y with gram.y.
Michael Meskes
2001-09-19
*
Fix bogus failure-return value from lo_create, per report from Gavin
Tom Lane
2001-09-17
*
Attached is a patch that fixes ResultSetMetaData.isNullable() in
Bruce Momjian
2001-09-17
*
I'm attaching a patch which fixes the corruption in strings caused
Bruce Momjian
2001-09-17
*
Use portable putenv(), not unportable setenv().
Tom Lane
2001-09-17
*
> Here's a revised patch. Changes:
Bruce Momjian
2001-09-14
*
Allow '1' in jdbc2 boolean test.
Bruce Momjian
2001-09-14
*
Change an *if condition*.
Hiroshi Inoue
2001-09-14
[next]