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
/
port
Age
Commit message (
Expand
)
Author
2002-10-29
Update comments.
Bruce Momjian
2002-10-29
Re-add getopt.c for MSWin psql.
Bruce Momjian
2002-10-28
fseeko NetBSD fix.
Bruce Momjian
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-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-09-04
pgindent run.
Bruce Momjian
2002-09-02
Remove sys/types.h in files that include postgres.h, and hence c.h,
Bruce Momjian
2002-08-12
Remove use of __P so that <sys/cdefs.h> is not needed. Per suggestion
Tom Lane
2002-07-27
Assemble portability modules into libpgport library.
Peter Eisentraut
2002-07-19
Complete TODO item:
Bruce Momjian
2002-07-18
Move libc replacement files from src/backend/port to src/port.
Bruce Momjian
1997-04-12
remove the port related .h files from the top level directory.
Marc G. Fournier
1997-04-01
Misc port related issues
Marc G. Fournier
1997-03-25
Various patches for shared libraries under i386-solaris by:
Marc G. Fournier
1997-03-25
MOre univel port patches/files from:
Marc G. Fournier
1997-03-25
Needs USE_POSIX_SIGNALS
Marc G. Fournier
1997-03-20
From: "D'Arcy J.M. Cain" <darcy@druid.net>
Marc G. Fournier
1997-02-13
Improvements to the ultrix port, in particular a bunch of compiler
Marc G. Fournier
1997-02-13
Various patches for nextstep by GregorHoffleit
Marc G. Fournier
1997-02-12
What looks like some *major* improvements to btree indexing...
Marc G. Fournier
1997-02-09
Try to further reduce the PORT dependencies.
Marc G. Fournier