index
:
postgres-xl.git
XL9_5_STABLE
XL_10_STABLE
master
xl_dbt3_expt
xl_doc_update
xl_test
Official repo for Postgres-XL. Stable branch is XL9_5_STABLE. Current development is PG10 compatible. Controlled by Postgres-X2 Core Team.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
interfaces
Age
Commit message (
Expand
)
Author
2004-03-21
Revise syntax-error reporting behavior to give pleasant results for
Tom Lane
2004-03-15
The "cvs add" of test_thread_implicit.pgc seems to have been missed,
Bruce Momjian
2004-03-15
Add PQmbdsplen() which returns the "display length" of a character.
Tatsuo Ishii
2004-03-14
Fix error in termination of COPY IN mode when using V2 protocol.
Tom Lane
2004-03-14
Fix ecpg_sqlca_key_destructor to return void.
Bruce Momjian
2004-03-14
- Fixed Informix compat math functions to cope with the situations
Michael Meskes
2004-03-12
Rename incorrect references to nonblock.c to noblock.c. Claudio.
Bruce Momjian
2004-03-10
Move non-blocking code into its own /port file, for code clarity.
Bruce Momjian
2004-03-09
Make a separate win32 debug DLL along with the non-debug version:
Bruce Momjian
2004-03-05
libpq's query to get the OIDs of large-object support functions was not
Tom Lane
2004-03-04
- Fixed segfault due to missing check for variable declaration.
Michael Meskes
2004-03-02
Added partly missing VOLATILE keyword.
Michael Meskes
2004-02-24
Add %option nodefault to all our flex lexers. Fix a couple of rule gaps
Tom Lane
2004-02-24
- Corrected error handling in PGTYPEStimestamp_from_asc.
Michael Meskes
2004-02-23
Fixed incorrect output of indicator structs using the name of the data struct.
Michael Meskes
2004-02-18
Added missing rule for DOUBLE variables.
Michael Meskes
2004-02-16
- Cleaned up parser a little bit. It does not make sense to allow a
Michael Meskes
2004-02-15
New translation
Peter Eisentraut
2004-02-15
- Allowed some C keywords to be used as SQL column names.
Michael Meskes
2004-02-15
- Added missing braces to array parsing.
Michael Meskes
2004-02-10
More clearly describe why PQinSend returns false for non-threaded libpq.
Bruce Momjian
2004-02-10
Repair missing inclusions of -lintl for shared libraries.
Tom Lane
2004-02-02
Use Tcl_PutEnv() in place of putenv() in libpgtcl, as the latter can
Neil Conway
2004-02-02
Briefly,
Bruce Momjian
2004-01-28
Fix typo.
Tom Lane
2004-01-28
Removed some debugging output.
Michael Meskes
2004-01-28
- Issue a warning if a cursor is declared but not opened.
Michael Meskes
2004-01-26
Ensure that close() and fclose() are checked for errors, at least in
Tom Lane
2004-01-21
Added WHENEVER NOT_FOUND to SELECT/INSERT/UPDATE/DELETE.
Michael Meskes
2004-01-19
Remove JDBC from the build system and documentation, too.
Tom Lane
2004-01-19
missed a few files
PostgreSQL Daemon
2004-01-19
JDBC is now on GBorg
PostgreSQL Daemon
2004-01-19
Repair problem identified by Olivier Prenant: ALTER DATABASE SET search_path
Tom Lane
2004-01-13
Translation update
Peter Eisentraut
2004-01-13
Fix ecpg test program to properly access int* null indicator.
Bruce Momjian
2004-01-09
Add comment about synchronous signals.
Bruce Momjian
2004-01-09
Allow libpq to do thread-safe SIGPIPE handling. This allows it to
Bruce Momjian
2004-01-07
More janitorial work: remove the explicit casting of NULL literals to a
Neil Conway
2004-01-05
Translation updates
Peter Eisentraut
2004-01-04
Fixed bug in GRANT OPTION FOR parsing.
Michael Meskes
2004-01-04
Fix portability bugs: char values passed to <ctype.h> functions must
Tom Lane
2003-12-29
Added missing whitespaces to array argument parsing.
Michael Meskes
2003-12-28
Fix sanity-check code that mistakenly assumed error and notice messages
Tom Lane
2003-12-28
Avoid infinite loop if connection is lost during PQexecStart() or
Tom Lane
2003-12-24
Fixed segfault in parsing of EXEC SQL SELECT * FROM foo() AS TBL( c int, i int);
Michael Meskes
2003-12-21
Back out:
Bruce Momjian
2003-12-20
Dept. of third thoughts: in fact, libpq should support SCM_CREDS challenge
Tom Lane
2003-12-20
Fix broken IDENT support for FreeBSD (appears to have been broken by
Tom Lane
2003-12-20
In my mind there were two categories of open issues
Bruce Momjian
2003-12-19
Supress ecpg thread test if configure didn't enable threads. Fix
Bruce Momjian
[next]