index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
port
Age
Commit message (
Expand
)
Author
2015-08-31
Remove support for Unix systems without the POSIX signal APIs.
Tom Lane
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-30
Stamp HEAD as 9.6devel.
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
2014-09-10
Add support for optional_argument to our own getopt_long() implementation.
Andres Freund
2014-07-23
Report success when Windows kill() emulation signals an exiting process.
Noah Misch
2014-06-14
Add mkdtemp() to libpgport.
Noah Misch
2014-06-11
Stamp HEAD as 9.5devel.
Tom Lane
2014-05-06
pgindent run for 9.4
Bruce Momjian
2014-05-05
Replace SYSTEMQUOTEs with Windows-specific wrapper functions.
Heikki Linnakangas
2014-04-04
Preserve errno across free().
Tom Lane
2014-04-04
Make sure -D is an absolute path when starting server on Windows.
Tom Lane
2014-04-02
Fix assorted issues in client host name lookup.
Tom Lane
2014-03-21
Remove MinGW readdir/errno bug workaround fixed on 2003-10-10
Bruce Momjian
2014-03-21
Properly check for readdir/closedir() failures
Bruce Momjian
2014-03-13
C comments: remove odd blank lines after #ifdef WIN32 lines
Bruce Momjian
[next]