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
/
ecpg
Age
Commit message (
Expand
)
Author
2005-01-11
interval_out failed to mention 'ago' for negative intervals in SQL and
Tom Lane
2005-01-10
Fixed segfault in adjust_informix due to missing varchar type.
Michael Meskes
2005-01-01
Some more missed copyright notices. Many of these look like they
Tom Lane
2004-12-31
Tag appropriate files for rc3
PostgreSQL Daemon
2004-12-30
Fixed segfault in connect when specifying no database name.
Michael Meskes
2004-12-23
Add missing ecpg prototype for newly added functions.
Bruce Momjian
2004-12-23
Added PGTYPEStimestamp_add_interval written by Dave Cramer.
Michael Meskes
2004-12-06
Fixed bug in parsing of typedef'ed array sizes.
Michael Meskes
2004-11-20
Fix up makefile dependencies for pg_config_paths.h.
Tom Lane
2004-11-10
List VALUE as a keyword.
Michael Meskes
2004-11-09
Get rid of perror(), substitute some better phrased error messages.
Peter Eisentraut
2004-11-05
Create 'default_tablespace' GUC variable that supplies a TABLESPACE
Tom Lane
2004-11-01
fixed bug in segfault REVOKE statement
Dave Cramer
2004-10-18
Synced parser
Michael Meskes
2004-10-14
Add 'int' cast for getpid() because some Solaris releases return long
Bruce Momjian
2004-10-13
More minor cosmetic improvements:
Neil Conway
2004-10-12
Fix vpath build break, induced by Bruce's recent commit.
Neil Conway
2004-10-12
Add some pg_config_path.h dependencies for places that include
Bruce Momjian
2004-10-10
Cosmetic improvements/code cleanup:
Neil Conway
2004-10-09
Make getpid() use %d consistently for printing.
Bruce Momjian
2004-10-05
Add Win32 version info to client binaries.
Bruce Momjian
2004-10-05
'::' is no longer interpreted as a variable in a prepare statement.
Michael Meskes
2004-10-04
Make sure no libs use libpgport by removing it from the link line.
Bruce Momjian
2004-10-04
Make libpgport be front-end only and make libpgport_srv be a backend
Bruce Momjian
2004-09-27
Synced parser.
Michael Meskes
2004-09-09
Fix Cygwin defines to be consistent.
Bruce Momjian
2004-09-09
Make TZNAME_GLOBAL for reference to tzname global variable.
Bruce Momjian
2004-09-08
Use _timezone global on Cygwin instead of timezone.
Bruce Momjian
2004-09-06
Fixed segfault in Informix mode.
Michael Meskes
2004-09-01
Back out Cygwin timezone change until we have a more global solution.
Bruce Momjian
2004-09-01
Cast _timezone to int from time_t for Cygwin.
Bruce Momjian
2004-08-30
Another pgindent run with lib typedefs added.
Bruce Momjian
2004-08-29
Pgindent run for 8.0.
Bruce Momjian
2004-08-29
Update copyright to 2004.
Bruce Momjian
2004-08-28
Add missing semicolon; some bison versions warn of this.
Tom Lane
2004-08-11
Fix broken parsing of CREATE TABLE AS (looks like a mis-sync with main
Tom Lane
2004-08-04
Fix syntax error by adding a space.
Bruce Momjian
2004-07-26
SQL defines are only used in SQL space in Informix mode.
Michael Meskes
2004-07-20
Synced parser and keyword list.
Michael Meskes
2004-07-13
Cause libpq and ecpg libraries to be built as proper shared libraries
Tom Lane
2004-07-05
Added free() calls against memory leak in interval.c.
Michael Meskes
2004-07-05
- Fixed indicator in SET DESCRIPTOR.
Michael Meskes
2004-07-04
Made sure SET DESCRIPTOR accepts all data types including constants.
Michael Meskes
2004-07-01
Removed unused variable and added a typecast.
Michael Meskes
2004-06-30
Added SET DESCRIPTOR command.
Michael Meskes
2004-06-28
Arrays can be read as arrays or as character strings now.
Michael Meskes
2004-06-27
- Only use typedefs inside their scope.
Michael Meskes
2004-06-20
Synced parser and keyword list.
Michael Meskes
2004-06-17
Added patch by ISHIDA Akio to allow indicators in execute statements.
Michael Meskes
2004-06-11
ECPG preprocessor for PostgreSQL 7.4.1, 7.4.2 doubles const,
Bruce Momjian
[next]