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
2016-05-10
Merge upto PostgreSQL 9.5.3 (ba37ac217791dfdf2b327c4b75e7083b6b03a2f5)
Pavan Deolasee
2016-05-09
Stamp 9.5.3.
Tom Lane
2016-04-29
Fix typo in VS2015 patch
Andrew Dunstan
2016-04-29
Support building with Visual Studio 2015
Andrew Dunstan
2016-04-22
Add putenv support for msvcrt from Visual Studio 2013
Magnus Hagander
2016-04-11
Make changes and bug fixes to let compilation and regression run on smartos
Pavan Deolasee
2016-03-31
Merge upto PostgreSQL 9.5.2 (730811c7d1600b92d4bcb91ac66d2206cf3a06ef)
Pavan Deolasee
2016-03-29
Avoid possibly-unsafe use of Windows' FormatMessage() function.
Tom Lane
2016-03-28
Stamp 9.5.2.
Tom Lane
2016-02-15
Use "expr" instead of "bc" for arithmetic since "bc" may not be available on
Pavan Deolasee
2016-02-08
Stamp 9.5.1.
Tom Lane
2016-02-08
Add support for overrding default log levels for specfic messages or all
Pavan Deolasee
2015-11-22
Adopt the GNU convention for handling tar-archive members exceeding 8GB.
Tom Lane
2015-11-17
Message improvements
Peter Eisentraut
2015-07-25
Redesign tablesample method API, and do extensive code review.
Tom Lane
2015-07-17
Fix a low-probability crash in our qsort implementation.
Tom Lane
2015-06-22
Truncate strings in tarCreateHeader() with strlcpy(), not sprintf().
Noah Misch
2015-05-24
pgindent run for 9.5
Bruce Momjian
2015-05-19
Revert error-throwing wrappers for the printf family of functions.
Tom Lane
2015-05-18
Add error-throwing wrappers for the printf family of functions.
Noah Misch
2015-05-18
Permit use of vsprintf() in PostgreSQL code.
Noah Misch
2015-05-15
TABLESAMPLE, SQL Standard and extensible
Simon Riggs
2015-04-26
Fix various typos and grammar errors in comments.
Andres Freund
2015-04-14
Optimize pg_comp_crc32c_sse42 routine slightly, and also use it on x86.
Heikki Linnakangas
2015-04-14
Use Intel SSE 4.2 CRC instructions where available.
Heikki Linnakangas
2015-04-14
Reorganize our CRC source files again.
Heikki Linnakangas
2015-03-25
Upgrade src/port/rint.c to be POSIX-compliant.
Tom Lane
2015-03-14
Build src/port/dirmod.c only on Windows.
Tom Lane
2015-03-07
Build fls.o only when AC_REPLACE_FUNCS so dictates via $(LIBOBJS).
Noah Misch
2015-03-01
Unlink static libraries before rebuilding them.
Noah Misch
2015-02-24
Error when creating names too long for tar format
Peter Eisentraut
2015-02-21
Try to fix busted gettimeofday() code.
Tom Lane
2015-02-21
Use FLEXIBLE_ARRAY_MEMBER in Windows-specific code.
Tom Lane
2015-02-21
Don't require users of src/port/gettimeofday.c to initialize it.
Robert Haas
2015-02-17
Improve pg_check_dir code and comments.
Robert Haas
2015-02-09
Move pg_crc.c to src/common, and remove pg_crc_tables.h
Heikki Linnakangas
2015-02-04
Add missing float.h include to snprintf.c.
Andres Freund
2015-02-02
port/snprintf(): fix overflow and do padding
Bruce Momjian
2015-01-24
Remove no-longer-referenced src/port/gethostname.c.
Tom Lane
2015-01-16
Another attempt at fixing Windows Norwegian locale.
Heikki Linnakangas
2015-01-11
Remove configure test for nonstandard variants of getpwuid_r().
Tom Lane
2015-01-11
Fix libpq's behavior when /etc/passwd isn't readable.
Tom Lane
2015-01-06
Update copyright for 2015
Bruce Momjian
2014-12-08
Windows: use GetSystemTimePreciseAsFileTime if available
Simon Riggs
2014-12-08
Use GetSystemTimeAsFileTime directly in win32
Simon Riggs
2014-12-05
Don't include file type bits in tar archive's mode field.
Heikki Linnakangas
2014-11-03
Fix win32setlocale.c const-related warnings.
Noah Misch
2014-10-24
Work around Windows locale name with non-ASCII character.
Heikki Linnakangas
2014-10-22
MinGW: Link with shell32.dll instead of shfolder.dll.
Noah Misch
2014-10-13
Suppress dead, unportable src/port/crypt.c code.
Noah Misch
[next]