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
2004-10-17
Give a more user-friendly error message in situation where CREATE DATABASE
Tom Lane
2004-10-16
Remove dllist.c from libpq. It's overkill for what libpq needs; we can
Tom Lane
2004-10-16
Give the ResourceOwner mechanism full responsibility for releasing buffer
Tom Lane
2004-10-16
Remove BufferLocks[] array in favor of a single pointer to the buffer
Tom Lane
2004-10-15
Repair possible failure to update hint bits back to disk, per
Tom Lane
2004-10-11
Fix OR-index-scan planner to recognize that a partial index is usable
Tom Lane
2004-10-11
Use native Cygwin symlinks so tablespaces work on Win95/98/ME which
Bruce Momjian
2004-10-11
Fix pg_indexes view so that it shows the index's tablespace not the
Tom Lane
2004-10-09
Adjust configuration-files GUC behavior as per my recent proposal.
Tom Lane
2004-10-08
Whack some sense into the configuration-file-location patch.
Tom Lane
2004-10-07
Fix problems with SQL functions returning rowtypes that have dropped
Tom Lane
2004-10-07
Prevent install error message when doing cmp on empty tree.
Bruce Momjian
2004-10-07
Adjust comments previously moved to column 1 by pgident.
Bruce Momjian
2004-10-06
Document what the "rep; nop" x86 assembler sequence is actually equivalent
Neil Conway
2004-10-06
Fix improper defines for uid_t and gid_t. Had them backwards.
Bruce Momjian
2004-10-06
Use #define instead of typedef for plperl because perl defines
Bruce Momjian
2004-10-06
Here is a patch to fix win32 ssl builds. Summary of changes:
Bruce Momjian
2004-10-06
please find attached an alternate submission which addresses open item
Bruce Momjian
2004-10-05
Fix typo in recent Win32 typedef change.
Bruce Momjian
2004-10-05
Remove unused Win32 defines, convert them to typdefs, per suggestion
Bruce Momjian
2004-10-04
Remove arithmetic operators on the 1-byte-char datatype, as per proposals
Tom Lane
2004-10-04
Correct the volatility labeling of ten timestamp-related functions,
Tom Lane
2004-10-02
Clean up handling of inherited-table update queries, per bug report
Tom Lane
2004-10-01
Code review for NOWAIT patch: downgrade NOWAIT from fully reserved keyword
Tom Lane
2004-09-30
Adjust index locking rules as per my proposal of earlier today. You
Tom Lane
2004-09-30
Come to think of it, functions in FROM have the same syntactic restriction
Tom Lane
2004-09-29
Minor adjustments to improve the accuracy of our computation of required
Tom Lane
2004-09-28
Arrange to preallocate all required space for the buffer and FSM hash
Tom Lane
2004-09-27
Add new macro as shorthand for MS VC and Borland C++:
Bruce Momjian
2004-09-27
More Win32 cleanups for Dave Page.
Bruce Momjian
2004-09-27
Improve MS VC builds for psql by handlling flex properly and prevent
Bruce Momjian
2004-09-27
Remove references to the ODBC driver from the main source tree. From Kris
Neil Conway
2004-09-27
A few minor list-related cleanups:
Neil Conway
2004-09-26
Use ULL not LL in UINT64CONST.
Tom Lane
2004-09-26
Repair bug that would allow libpq to think a command had succeeded when
Tom Lane
2004-09-24
Get rid of /*-inside-comment warning. My fault.
Tom Lane
2004-09-24
ExecProcAppend() wasn't called ExecAppend() because the latter name was
Neil Conway
2004-09-24
Fix TAS assembly stuff for Solaris/386. (I'm not in a position to
Tom Lane
2004-09-23
This patch attempts to note the use of the root.crt file in the server.
Bruce Momjian
2004-09-22
Arrange for hash join to skip scanning the outer relation if it detects
Tom Lane
2004-09-17
Allow WIN1250 as server encoding.
Peter Eisentraut
2004-09-16
Fix oversight: there's no reason for PG_TRY to use sigsetjmp(buf,1)
Tom Lane
2004-09-16
Add some marginal tweaks to eliminate memory leakages associated with
Tom Lane
2004-09-16
RecentXmin is too recent to use as the cutoff point for accessing
Tom Lane
2004-09-16
Restructure subtransaction handling to reduce resource consumption,
Tom Lane
2004-09-16
Fix a read of uninitialized memory in array_out(). Perform some minor
Neil Conway
2004-09-14
Win32 compile fix for misc_utils.
Tom Lane
2004-09-14
Make pltcl work on Win32. Magnus Hagander
Tom Lane
2004-09-13
Redesign query-snapshot timing so that volatile functions in READ COMMITTED
Tom Lane
2004-09-11
Renumber SnapshotNow and the other special snapshot codes so that
Tom Lane
[next]