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
/
include
Age
Commit message (
Expand
)
Author
2000-01-02
Update length of timestamp to 30.
Bruce Momjian
1999-12-31
Clean up datatypes and comments for op_class() routine.
Tom Lane
1999-12-30
Repair bugs discussed in pghackers thread of 15 May 1999: creation of a
Tom Lane
1999-12-28
Removed LZTEXT datatype as discussed.
Jan Wieck
1999-12-21
update_pg_pwd() is an AR trigger. Corrected return type.
Jan Wieck
1999-12-21
Added empty TOASTER files and corrected some minor glitches
Jan Wieck
1999-12-20
Required catalog changes for extended LONG attribute storage.
Jan Wieck
1999-12-20
Clean up some minor gcc warnings.
Tom Lane
1999-12-20
Avoid compiler warnings on systems that have snprintf and/or vsnprintf
Tom Lane
1999-12-17
This is my -- hopefully sufficiently portable -- attempt at cleaning out
Bruce Momjian
1999-12-16
Some changes to prepare for LONG attributes.
Jan Wieck
1999-12-16
Here's the Create/Alter/Drop Group stuff that's been really overdue. I
Bruce Momjian
1999-12-16
I have done the QNX4 port with the current source tree. The number of
Bruce Momjian
1999-12-14
fix_parsetree_attnums was not nearly smart enough about walking parse
Tom Lane
1999-12-14
Depending on my interpreting (and programming) skills, this might solve
Bruce Momjian
1999-12-13
aggregate(DISTINCT ...) works, per SQL spec.
Tom Lane
1999-12-12
any_ordering_op()'s argument should be declared Oid not int.
Tom Lane
1999-12-12
I'm in TODO mood today ...
Bruce Momjian
1999-12-10
Added global variable to have RI triggers override
Jan Wieck
1999-12-10
Fix memory overrun while setting ps status
Tatsuo Ishii
1999-12-10
Teach grammar and parser about aggregate(DISTINCT ...). No implementation
Tom Lane
1999-12-10
Rename several destroy* functions/tags to drop*.
Bruce Momjian
1999-12-09
Replace generic 'Illegal use of aggregates' error message with one that
Tom Lane
1999-12-08
Fix indexing of cidr.
Bruce Momjian
1999-12-08
Cleanup
Bruce Momjian
1999-12-06
Completed FOREIGN KEY syntax.
Jan Wieck
1999-12-01
Improve descriptions of date/time functions.
Bruce Momjian
1999-11-30
create/alter user extension
Bruce Momjian
1999-11-25
Added another single byte oriented decompressor, useful for
Jan Wieck
1999-11-24
Cleanup for pg_statistic commit.
Bruce Momjian
1999-11-24
Add pg_statistic index, add missing Hiroshi file.
Bruce Momjian
1999-11-24
Rename heap_replace to heap_update.
Bruce Momjian
1999-11-23
Tid access method feature from Hiroshi Inoue, Inoue@tpf.co.jp
Bruce Momjian
1999-11-23
ecpg ECPGFree fix from Rene Hogendoorn.
Bruce Momjian
1999-11-23
Update opclass to be non-unique.
Bruce Momjian
1999-11-22
Add system indexes to match all caches.
Bruce Momjian
1999-11-22
Clean up some problems in error recovery --- elog() was pretty broken
Tom Lane
1999-11-21
Combine index_info and find_secondary_indexes into a single routine that
Tom Lane
1999-11-21
Clean up comments.
Tom Lane
1999-11-21
Change backend-side COPY to write files with permissions 644 not 666
Tom Lane
1999-11-21
Repair problem exposed by Jan's new parallel-regression-test scaffold:
Tom Lane
1999-11-18
Fix for arm32 and fix for dbname with dash.
Bruce Momjian
1999-11-18
Changed pg_rewrite attributes ev_qual and ev_action to the new
Jan Wieck
1999-11-17
Some minor corrections to the LZ compression. In fact I wanted to
Jan Wieck
1999-11-17
The new LZ compression and an lztext data type based on it.
Jan Wieck
1999-11-16
Modify elog() logic so that it won't try to longjmp(Warn_restart) before
Tom Lane
1999-11-16
Commit to make clearer distinction for temp names and real names.
Bruce Momjian
1999-11-15
Clean up possible memory leakage in nodeSubplan
Tom Lane
1999-11-15
Implement subselects in target lists. Also, relax requirement that
Tom Lane
1999-11-12
Fix ExecSubPlan to handle nulls per the SQL spec --- it didn't combine
Tom Lane
[next]