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
Age
Commit message (
Expand
)
Author
2002-10-29
Update comments.
Bruce Momjian
2002-10-29
getopt.c now in /port, for MS Win.
Bruce Momjian
2002-10-29
Re-add getopt.c for MSWin psql.
Bruce Momjian
2002-10-29
Re-add getopt.c.
Bruce Momjian
2002-10-29
Update regression for FreeBSD 4.7, for Larry Rosenman
Bruce Momjian
2002-10-28
Add ORDER BY to join regression test.
Bruce Momjian
2002-10-28
fseeko NetBSD fix.
Bruce Momjian
2002-10-27
Suppress compile warnings on OS X.
Tom Lane
2002-10-26
Add missing semicolons to a few PG_FUNCTION_INFO_V1 calls.
Tom Lane
2002-10-25
Add dummy variable declaration to PG_FUNCTION_INFO_V1() to prevent
Tom Lane
2002-10-25
Remove #warning directive, which is nonstandard and isn't really
Tom Lane
2002-10-25
Change to fseeko(), per Philip.
Bruce Momjian
2002-10-25
Patch submitted by Kris Jurka to fix arrayindexoutofbounds exception caused
Barry Lind
2002-10-25
Allow fseeko in pg_dump only if fseeko() will work for all supported file
Bruce Momjian
2002-10-24
Code review for connection timeout patch. Avoid unportable assumption
Tom Lane
2002-10-24
Fix some places that were unportably assuming struct timeval's tv_sec
Tom Lane
2002-10-24
Function-call-style type coercions should be treated as explicit
Tom Lane
2002-10-24
Fix include for NetBSD.
Bruce Momjian
2002-10-24
Add prototype include to fseeko.c.
Bruce Momjian
2002-10-24
Add fseeko for NetBSD.
Bruce Momjian
2002-10-24
Fix include files for new PageOutput call.
Bruce Momjian
2002-10-23
Add fseeko/ftello prototypes for BSD/OS only to c.h.
Bruce Momjian
2002-10-23
Improve coding style of new function.
Bruce Momjian
2002-10-23
Make BSD/OS fseeko thread-safe.
Bruce Momjian
2002-10-23
Add fseeko/ftello using fsetpos/fgetpos for BSD/OS.
Bruce Momjian
2002-10-23
Page \h output and centralize psql paging code in PageOutput().
Bruce Momjian
2002-10-22
Perform transaction cleanup operations in a less ad-hoc, more
Tom Lane
2002-10-22
create_index test must run after create_misc test.
Tom Lane
2002-10-22
Update for test changes.
Peter Eisentraut
2002-10-22
Add DLLIMPORT declarations required by contrib with asserts enabled.
Peter Eisentraut
2002-10-22
Allow 8-byte off_t to properly pg_dump, from Philip Warner with mods by Bruce.
Bruce Momjian
2002-10-21
Fix places that were using IsTransactionBlock() as an (inadequate) check
Tom Lane
2002-10-21
Cleanup for CLUSTERDB failure:
Bruce Momjian
2002-10-21
Fix ALTER TABLE ... ADD COLUMN for inheritance cases.
Bruce Momjian
2002-10-21
Remove unnecessary (and inadequate) check of IsTransactionBlock() in
Tom Lane
2002-10-21
Avoid using IsTransactionBlock() in DeferredTriggerSetState(); no real
Tom Lane
2002-10-21
Make CREATE/ALTER/DROP USER/GROUP transaction-safe, or at least pretty
Tom Lane
2002-10-21
Add DLLIMPORT declarations needed by contrib modules.
Peter Eisentraut
2002-10-21
Add guards against double inclusion.
Peter Eisentraut
2002-10-21
Translation updates
Peter Eisentraut
2002-10-21
Remove obsoleted stuff merged in from branch.
Peter Eisentraut
2002-10-21
Merged ecpg_big_bison back into HEAD
Michael Meskes
2002-10-20
Fix potential problem with btbulkdelete deleting an indexscan's current
Tom Lane
2002-10-20
Returns exit status 1 if invalid encoding name or
Tatsuo Ishii
2002-10-20
Applied patch from Teofilis Martisius to improve performance.
Barry Lind
2002-10-20
Rule rewriter was doing the wrong thing with conditional INSTEAD rules
Tom Lane
2002-10-20
Disallow aggregate functions in rule WHERE clauses. Per gripe from
Tom Lane
2002-10-20
Applied patch submitted by Mike Beachy to give a better error message if
Barry Lind
2002-10-19
Fix within-function memory leaks in the various PLs' interfaces to
Tom Lane
2002-10-19
Applied patch submitted by Kris Jurka to result in a better error message
Barry Lind
[next]