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
*
fixed change in behavior introduced in bytea / getBytes changes. This patch ...
Barry Lind
2001-10-30
*
Fix small problem Tom Lane found with pgindent run.
Bruce Momjian
2001-10-30
*
updated patch from Mark Lillywhite per Tom Lane's comments: subtract VARHDRSZ...
Barry Lind
2001-10-30
*
applied patch from Mark Lillywhite, patch was already applied to jdbc2, this ...
Barry Lind
2001-10-30
*
Change position of a check button in multibyte mode.
Hiroshi Inoue
2001-10-29
*
Another pgindent run. Fixes enum indenting, and improves #endif
Bruce Momjian
2001-10-28
*
Remove 294 reduce/reduce conflicts.
Tom Lane
2001-10-25
*
pgjindent jdbc files. First time jdbc files were formatted.
Bruce Momjian
2001-10-25
*
pgindent run on all C files. Java run to follow. initdb/regression
Bruce Momjian
2001-10-25
*
Add do { ... } while (0) to more bad macros.
Bruce Momjian
2001-10-25
*
Add missing "do { ... } while(0)" in ODBC macros and add find_baddefs
Bruce Momjian
2001-10-25
*
Here is a patch for DatabaseMetaData to show precision properly. It is
Bruce Momjian
2001-10-24
*
fix for a bug in DatabaseMetaData.getIndexInfo(). This fixes a bug reported ...
Barry Lind
2001-10-24
*
synced preproc.y with gram.y
Michael Meskes
2001-10-22
*
> This stops the interface from leaking the row tuples (and thus the
Bruce Momjian
2001-10-19
*
removed "not fully implemented" warning for nullif
Michael Meskes
2001-10-19
*
Change SC_fetch() to not retrieve data in case the
Hiroshi Inoue
2001-10-19
*
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
[next]