index
:
delta/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
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
git.postgresql.org: git/postgresql.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
/
port.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Redesign tablesample method API, and do extensive code review.
Tom Lane
2015-07-25
1
-4
/
+0
*
Revert error-throwing wrappers for the printf family of functions.
Tom Lane
2015-05-19
1
-56
/
+24
*
Add error-throwing wrappers for the printf family of functions.
Noah Misch
2015-05-18
1
-27
/
+53
*
Permit use of vsprintf() in PostgreSQL code.
Noah Misch
2015-05-18
1
-0
/
+6
*
TABLESAMPLE, SQL Standard and extensible
Simon Riggs
2015-05-15
1
-0
/
+4
*
Tweak __attribute__-wrapping macros for better pgindent results.
Tom Lane
2015-03-26
1
-16
/
+4
*
Build src/port/dirmod.c only on Windows.
Tom Lane
2015-03-14
1
-1
/
+1
*
Add macros wrapping all usage of gcc's __attribute__.
Andres Freund
2015-03-11
1
-7
/
+7
*
Don't require users of src/port/gettimeofday.c to initialize it.
Robert Haas
2015-02-21
1
-2
/
+0
*
Fix libpq's behavior when /etc/passwd isn't readable.
Tom Lane
2015-01-11
1
-1
/
+1
*
Update copyright for 2015
Bruce Momjian
2015-01-06
1
-1
/
+1
*
Windows: use GetSystemTimePreciseAsFileTime if available
Simon Riggs
2014-12-08
1
-0
/
+2
*
Declare mkdtemp() only if we're providing it.
Tom Lane
2014-10-17
1
-3
/
+4
*
Detect presence of SSL_get_current_compression
Magnus Hagander
2014-07-15
1
-0
/
+4
*
Add mkdtemp() to libpgport.
Noah Misch
2014-06-14
1
-0
/
+3
*
Fix unportable setvbuf() usage in initdb.
Tom Lane
2014-05-15
1
-0
/
+14
*
Silence warnings about redefining popen on Mingw-w64.
Heikki Linnakangas
2014-05-15
1
-0
/
+12
*
pgindent run for 9.4
Bruce Momjian
2014-05-06
1
-2
/
+2
*
Replace SYSTEMQUOTEs with Windows-specific wrapper functions.
Heikki Linnakangas
2014-05-05
1
-36
/
+9
*
Make sure -D is an absolute path when starting server on Windows.
Tom Lane
2014-04-04
1
-0
/
+1
*
Centralize getopt-related declarations in a new header file pg_getopt.h.
Tom Lane
2014-02-15
1
-4
/
+0
*
Move username lookup functions from /port to /common
Bruce Momjian
2014-01-10
1
-4
/
+0
*
Update copyright for 2014
Bruce Momjian
2014-01-07
1
-1
/
+1
*
Fix incorrect error message reported for non-existent users
Bruce Momjian
2013-12-18
1
-0
/
+4
*
Get rid of use of asprintf() in favor of a more portable implementation.
Tom Lane
2013-10-22
1
-5
/
+0
*
Add use of asprintf()
Peter Eisentraut
2013-10-13
1
-0
/
+5
*
Renovate display of non-ASCII messages on Windows.
Noah Misch
2013-06-26
1
-0
/
+4
*
pgindent run for release 9.3
Bruce Momjian
2013-05-29
1
-1
/
+1
*
initdb needs pqsignal() even on Windows.
Tom Lane
2013-03-17
1
-3
/
+0
*
Move pqsignal() to libpgport.
Tom Lane
2013-03-17
1
-0
/
+7
*
Add support for piping COPY to/from an external program.
Heikki Linnakangas
2013-02-27
1
-0
/
+3
*
Use correct output device for Windows prompts.
Andrew Dunstan
2013-01-24
1
-3
/
+0
*
Centralize single quote escaping in src/port/quotes.c
Magnus Hagander
2013-01-05
1
-0
/
+3
*
Move tar function headers to pgtar.h
Magnus Hagander
2013-01-02
1
-4
/
+0
*
Update copyrights for 2013
Bruce Momjian
2013-01-01
1
-1
/
+1
*
Unify some tar functionality across different parts
Magnus Hagander
2013-01-01
1
-0
/
+4
*
Make new event trigger facility actually do something.
Robert Haas
2012-07-20
1
-0
/
+1
*
Run pgindent on 9.2 source tree in preparation for first 9.3
Bruce Momjian
2012-06-10
1
-2
/
+1
*
Remove strdup, strtol, strtoul from libpgport
Peter Eisentraut
2012-05-07
1
-4
/
+0
*
Remove BSD/OS (BSDi) port. There are no known users upgrading to
Bruce Momjian
2012-05-03
1
-1
/
+1
*
Remove now redundant pgpipe code.
Andrew Dunstan
2012-03-28
1
-20
/
+1
*
Support fls().
Robert Haas
2012-02-07
1
-0
/
+4
*
Update copyright notices for year 2012.
Bruce Momjian
2012-01-01
1
-1
/
+1
*
setlocale() on Windows doesn't work correctly if the locale name contains
Heikki Linnakangas
2011-09-01
1
-1
/
+12
*
Move the line to undefine setlocale() macro on Win32 outside USE_REPL_SNPRINTF
Heikki Linnakangas
2011-09-01
1
-9
/
+10
*
Make pgbench use erand48() rather than random().
Robert Haas
2011-08-03
1
-6
/
+3
*
Add \ir command to psql.
Robert Haas
2011-07-06
1
-0
/
+1
*
Looks like we can't declare getpeereid on Windows anyway.
Tom Lane
2011-06-02
1
-1
/
+1
*
Implement getpeereid() as a src/port compatibility function.
Tom Lane
2011-06-02
1
-0
/
+4
*
Use a macro variable PG_PRINTF_ATTRIBUTE for the style used for checking prin...
Andrew Dunstan
2011-04-28
1
-4
/
+4
[next]