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
2004-12-16
Translation updates
Peter Eisentraut
2004-12-15
Fix another place broken by new List implementation :-(. Per example
Tom Lane
2004-12-15
Disallow SETOF in the input of parseTypeString(). Formerly it was
Tom Lane
2004-12-15
Calculation of keys_are_unique flag was wrong for cases involving
Tom Lane
2004-12-15
Translation update
Peter Eisentraut
2004-12-13
New translation
Peter Eisentraut
2004-12-13
Translation updates
Peter Eisentraut
2004-12-13
Translation updates
Peter Eisentraut
2004-12-13
Avoid generating excess (and illegal) parentheses around an aliased JOIN
Tom Lane
2004-12-12
PREPARE and EXPLAIN need to copy the source query just like we recently
Tom Lane
2004-12-12
Translation updates
Peter Eisentraut
2004-12-12
Upgrade formrdesc() so that it can correctly initialize the tupledesc
Tom Lane
2004-12-11
Instead of supposing (wrongly, in the general case) that the rowtype
Tom Lane
2004-12-11
Translation updates
Peter Eisentraut
2004-12-11
Translation updates
Peter Eisentraut
2004-12-11
Translation updates
Peter Eisentraut
2004-12-11
Translation updates
Peter Eisentraut
2004-12-11
Translation updates
Peter Eisentraut
2004-12-11
Translation updates
Peter Eisentraut
2004-12-06
ActiveSnapshot must be set to something valid while running deferred
Tom Lane
2004-12-04
Back out addition of Win1252 encoding.
Bruce Momjian
2004-12-03
Use StrNCpy not strncpy to fill hash key, to ensure the resulting key
Tom Lane
2004-12-03
> If it bothers you that much. I'd make a flag, cleared at the start of
Bruce Momjian
2004-12-03
Back out fix for Unicode characters above 0x10000
Bruce Momjian
2004-12-02
> I have installed your patch and adjusted the names of the standards
Bruce Momjian
2004-12-02
> I enclose a short patch to reduce the PGARCH_RESTART_INTERVAL from 60
Bruce Momjian
2004-12-02
Fix for Unicode characters above 0x10000.
Bruce Momjian
2004-12-02
On win32, there is currently no way to get the equivalent function of
Bruce Momjian
2004-12-02
Add Charset WIN1252 support.
Bruce Momjian
2004-12-02
Change Win32 dlerror message to:
Bruce Momjian
2004-12-02
Disallow the combination VACUUM FULL FREEZE for safety's sake, for the
Tom Lane
2004-12-02
Teach regex_fixed_prefix() the correct handling of advanced regex
Tom Lane
2004-12-02
Make some adjustments to reduce platform dependencies in plan selection.
Tom Lane
2004-12-01
Fix timestamptz_age() to do calculation in local timezone not GMT, per bug 1332.
Tom Lane
2004-12-01
Change planner to use the current true disk file size as its estimate of
Tom Lane
2004-11-28
Avoid scribbling on original parsetree during DECLARE CURSOR. This
Tom Lane
2004-11-27
Work around lack of NLS support in libpgport by making those components
Peter Eisentraut
2004-11-27
Update of conformance information to SQL:2003
Peter Eisentraut
2004-11-24
Install Tcl regex fixes to sync our regex engine with Tcl 8.4.8 (up from
Tom Lane
2004-11-24
Our interface code for Spencer's regexp package was checking for regexp
Tom Lane
2004-11-24
A client_encoding specification coming from the connection request has
Tom Lane
2004-11-24
Assert that BufferIsPinned() in IncrBufferRefCount(), rather than using
Neil Conway
2004-11-21
Fix rounding problem in dynahash.c's decision about when the target
Tom Lane
2004-11-21
Reduce the default size of the PortalHashTable in order to save a
Tom Lane
2004-11-20
Patch of 2004-03-30 corrected date_part(timestamp) for extracting
Tom Lane
2004-11-20
Avoid scanning the relcache during AtEOSubXact_RelationCache when there
Tom Lane
2004-11-20
Reduce the default size of the local lock hash table. There's usually
Tom Lane
2004-11-20
Fix one more place where we were expecting lcons() to be nondestructive
Tom Lane
2004-11-20
Fix unportable isdigit() call --- must cast arg to unsigned char.
Tom Lane
2004-11-20
Move pgstat_report_tabstat() call so that stats are not reported to the
Tom Lane
[next]