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
/
backend
Age
Commit message (
Expand
)
Author
1996-12-09
Add comments describing interface to heap_getattr().
Bryan Henderson
1996-12-07
Reduce printing from debug level 2 ande layout change.
Bruce Momjian
1996-12-07
Reduce printing from deub level 2 ande layout change.
Bruce Momjian
1996-12-07
Remove Dan's fix of SELECT NULL to fix INSERT NULL.
Bruce Momjian
1996-12-07
Fix for SELECT NULL.
Bruce Momjian
1996-12-07
Fix from Jan agreed with by Massimo.
Bruce Momjian
1996-12-06
_bt_updateitem is returned in code, but works only if sizes of keys
Vadim B. Mikheev
1996-12-06
1. _bt_compare fixed to work properly with new code in _bt_insertonpg
Vadim B. Mikheev
1996-12-04
Remove duplicate patch for COUNT fix.
Bruce Momjian
1996-12-04
Change portname "sparc" to "sunos4" and change some portname dependencies to
Bryan Henderson
1996-12-03
Change tests to lowercase for esthetics.
Bruce Momjian
1996-12-03
pname=NULL -> pname="" (stringinfo.c:appendStringInfo doesn't like NULL).
Vadim B. Mikheev
1996-12-03
Make COUNT,SUM case insensitive.
Bruce Momjian
1996-12-01
Fix compiler warning about unitialized variables.
Bruce Momjian
1996-11-30
This patch changes quite a few instances of references of Oid's
Bruce Momjian
1996-11-30
As someone asked for this feature - patch for 1.09 follows.
Bruce Momjian
1996-11-30
Change end-of-line comma to semicolon.
Bruce Momjian
1996-11-30
Added BETWEEN and IN to grammar. Map != to <>.
Bruce Momjian
1996-11-29
Allow select oid,* from table. Allow * anywhere in target list.
Bruce Momjian
1996-11-29
Added: dynamic re-moving page from list of pages usable for shrinking
Vadim B. Mikheev
1996-11-29
Fix for BSDI compile.
Bruce Momjian
1996-11-28
Changed saved_relname size to save memory.
Bruce Momjian
1996-11-28
Fix for "might be used uninitialized" warnings.
Vadim B. Mikheev
1996-11-27
TransactionIdIsInProgress is commented out
Vadim B. Mikheev
1996-11-27
Allow all empty queries to return EMPTY.
Bruce Momjian
1996-11-27
More stuff to make it compile on various ports.
Bryan Henderson
1996-11-27
Shrinking and other things.
Vadim B. Mikheev
1996-11-27
New smgrtruncate smgr' interface func.
Vadim B. Mikheev
1996-11-27
New mdtruncate() func for single segment relations (< 2Gb).
Vadim B. Mikheev
1996-11-27
TransactionIdIsInProgress is here now and gives quality answer
Vadim B. Mikheev
1996-11-27
Setting MyProc->xid to InvalidTransactionId while creating
Vadim B. Mikheev
1996-11-27
Setting MyProc->xid to current transaction' id in StartTransaction
Vadim B. Mikheev
1996-11-27
TransactionIdIsInProgress moved to shmem.c
Vadim B. Mikheev
1996-11-26
Make it compile on Ultrix. Thanks Erik Bertelson.
Bryan Henderson
1996-11-26
Properly structure ProcedureNameIndexScan so it doesn't generate
Bryan Henderson
1996-11-25
Include fcntl.h, which is not automatically included by sys/file.h on all sys...
Bryan Henderson
1996-11-25
Prevent empty queries from crashing server.
Bruce Momjian
1996-11-24
Fix access through null pointer info->rule_action. Thanks Darren King.
Bryan Henderson
1996-11-24
Fix syntax error: missing argument to elog(). Thanks Darren King.
Bryan Henderson
1996-11-24
Typecasts, etc. to make compile work on AIX. Thanks Darren King..
Bryan Henderson
1996-11-24
Move include of signal.h inside pqsignal.h so it's always where it's needed.
Bryan Henderson
1996-11-23
First pass at getting shared libraries on AIX properly built.
Bryan Henderson
1996-11-22
Fix bug: -D options implies -d option.
Bryan Henderson
1996-11-21
Fix memory overhelding while forming index' result:
Vadim B. Mikheev
1996-11-21
Fix memory overhelding while forming index' result:
Vadim B. Mikheev
1996-11-21
Fix memory overhelding while forming index' result:
Vadim B. Mikheev
1996-11-20
Can't add a keyword without making it a keyword. :-)
Bruce Momjian
1996-11-20
There is a bug in aclinsert3 in the code which update the acl arrays.
Bruce Momjian
1996-11-19
Removed old Assert's used during development.
Bruce Momjian
1996-11-19
The routines in magic.c have moved to the more accessible version.c.
Bryan Henderson
[next]