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
1999-02-18
Fix bushy plans. Cleanup.
Bruce Momjian
1999-02-16
Re-enable bushy plans. Vadim want them.
Bruce Momjian
1999-02-15
rename
Bruce Momjian
1999-02-15
optimizer rename
Bruce Momjian
1999-02-15
optimizer rename
Bruce Momjian
1999-02-15
otherrels is now unjoined_rels
Bruce Momjian
1999-02-15
optimizer rename
Bruce Momjian
1999-02-15
Remove duplicate geqo functions, and more optimizer cleanup
Bruce Momjian
1999-02-14
Optimizer rename.
Bruce Momjian
1999-02-13
Change my-function-name-- to my_function_name, and optimizer renames.
Bruce Momjian
1999-02-13
Remove equivalence between datetime and float8. Led to nothin' but trouble.
Thomas G. Lockhart
1999-02-13
Add routines to convert between int8 and text/varchar types.
Thomas G. Lockhart
1999-02-13
Include some Julian date declarations to share between various date/time
Thomas G. Lockhart
1999-02-12
Optimizer cleanup.
Bruce Momjian
1999-02-12
JoinPath -> NestPath for nested loop.
Bruce Momjian
1999-02-12
Fix optimizer and make faster.
Bruce Momjian
1999-02-11
Optimizer cleanup.
Bruce Momjian
1999-02-11
More optimizer speedups.
Bruce Momjian
1999-02-11
Optimizer fix for samekeys() and cost fixes for longer optimizer keys.
Bruce Momjian
1999-02-11
Include <varargs.h> on SunOS. (Does any other platform need it??)
Tom Lane
1999-02-10
Optmizer cleanup
Bruce Momjian
1999-02-10
Rename Path.keys to Path.pathkeys. Too many 'keys' used for other things.
Bruce Momjian
1999-02-09
Rename Temp to Noname for noname tables.
Bruce Momjian
1999-02-09
Major optimizer improvement for joining a large number of tables.
Bruce Momjian
1999-02-08
Added LIMIT/OFFSET functionality including new regression test for it.
Jan Wieck
1999-02-08
Optimizer cleanup.
Bruce Momjian
1999-02-07
Correct definition of srandom() --- it takes unsigned int not int.
Tom Lane
1999-02-07
Changed ExecConstraints() and ExecRelCheck() to cache the constraints
Jan Wieck
1999-02-06
Optimizer cleanup.
Bruce Momjian
1999-02-06
New alloc set code using a memory block pool for small allocations.
Jan Wieck
1999-02-05
Optimizer cleanup.
Bruce Momjian
1999-02-04
More optimizer cleanups.
Bruce Momjian
1999-02-04
More optimizer renaming HInfo -> HashInfo.
Bruce Momjian
1999-02-03
Optimizer rename ClauseInfo -> RestrictInfo. Update optimizer README.
Bruce Momjian
1999-02-02
SET_ARGS cleanup
Bruce Momjian
1999-02-02
Included patches make some enhancements to the multi-byte support.
Bruce Momjian
1999-02-02
Fix create_rule is->as.
Bruce Momjian
1999-02-02
Add TEMP tables/indexes. Add COPY pfree(). Other cleanups.
Bruce Momjian
1999-01-29
READ COMMITTED isolevel is implemented and is default now.
Vadim B. Mikheev
1999-01-27
Speedup of PL/pgSQL by calling ExecEvalExpr() directly
Jan Wieck
1999-01-27
Another SELECT speedup: extract OIDs of column print functions
Tom Lane
1999-01-25
Agg/Aggreg cleanup and datetime.sql patch.
Bruce Momjian
1999-01-25
SELECT FOR UPDATE is implemented...
Vadim B. Mikheev
1999-01-24
Replace typtoout() and gettypelem() with a single routine,
Tom Lane
1999-01-24
Fix a couple little problems with signed vs. unsigned
Tom Lane
1999-01-24
Rename Aggreg to Aggref.
Bruce Momjian
1999-01-23
Remove unused Choose node.
Bruce Momjian
1999-01-23
Add explicit buffering in backend libpq, to compensate for
Tom Lane
1999-01-21
The following patch finishes primary key support. Previously, when
Bruce Momjian
1999-01-21
FOR UPDATE is in parser & rules.
Vadim B. Mikheev
[next]