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
/
port
Commit message (
Expand
)
Author
Age
Files
Lines
*
Put back #include <windows.h> in dirmod.c.
Tom Lane
2017-02-25
1
-0
/
+1
*
Remove useless duplicate inclusions of system header files.
Tom Lane
2017-02-25
5
-9
/
+0
*
Attempt to handle pending-delete files on Windows
Magnus Hagander
2017-01-04
2
-0
/
+18
*
Update copyright via script for 2017
Bruce Momjian
2017-01-03
35
-35
/
+35
*
Replace PostmasterRandom() with a stronger source, second attempt.
Heikki Linnakangas
2016-12-05
3
-0
/
+160
*
Make pgwin32_putenv() probe every known CRT, regardless of compiler.
Noah Misch
2016-12-04
1
-5
/
+5
*
Make pgwin32_putenv() follow DLL loading and unloading.
Noah Misch
2016-12-03
1
-112
/
+48
*
Make pgwin32_putenv() visit debug CRTs.
Noah Misch
2016-12-03
1
-0
/
+27
*
Remove wrong CloseHandle() call.
Noah Misch
2016-12-03
1
-1
/
+0
*
Refine win32env.c cosmetics.
Noah Misch
2016-12-03
1
-29
/
+21
*
pgwin32_is_junction's argument should be "const char *" not "char *".
Tom Lane
2016-11-05
1
-2
/
+2
*
Remove invitation to report a bug about unknown encoding
Peter Eisentraut
2016-10-27
1
-4
/
+2
*
Allow pg_basebackup to stream transaction log in tar mode
Magnus Hagander
2016-10-23
1
-1
/
+1
*
Revert "Replace PostmasterRandom() with a stronger way of generating randomne...
Heikki Linnakangas
2016-10-18
2
-149
/
+1
*
Replace PostmasterRandom() with a stronger way of generating randomness.
Heikki Linnakangas
2016-10-17
2
-1
/
+149
*
Remove "sco" and "unixware" ports.
Tom Lane
2016-10-11
1
-1
/
+0
*
Include <sys/select.h> where needed
Alvaro Herrera
2016-09-27
1
-0
/
+3
*
Refer to OS X as "macOS", except for the port name which is still "darwin".
Tom Lane
2016-09-25
2
-2
/
+2
*
Re-add translation markers that were lost
Peter Eisentraut
2016-09-20
1
-3
/
+3
*
Simplify correct use of simple_prompt().
Tom Lane
2016-08-30
1
-27
/
+17
*
Stamp HEAD as 10devel.
Tom Lane
2016-08-15
1
-2
/
+2
*
Promote pg_dumpall shell/connstr quoting functions to src/fe_utils.
Noah Misch
2016-08-08
1
-1
/
+2
*
pgindent run for 9.6
Robert Haas
2016-06-09
1
-3
/
+2
*
Fix typo in VS2015 patch
Andrew Dunstan
2016-04-29
1
-1
/
+1
*
Support building with Visual Studio 2015
Andrew Dunstan
2016-04-29
2
-13
/
+51
*
Add putenv support for msvcrt from Visual Studio 2013
Magnus Hagander
2016-04-22
1
-0
/
+3
*
Standardize GetTokenInformation() error reporting.
Noah Misch
2016-04-06
1
-2
/
+2
*
Avoid possibly-unsafe use of Windows' FormatMessage() function.
Tom Lane
2016-03-29
1
-2
/
+6
*
Suppress GCC 6 warning about self-comparison
Peter Eisentraut
2016-03-08
1
-0
/
+4
*
Add new system view, pg_config
Joe Conway
2016-02-17
1
-0
/
+30
*
Fix order of arguments to va_start()
Alvaro Herrera
2016-01-07
1
-1
/
+1
*
Windows: Make pg_ctl reliably detect service status
Alvaro Herrera
2016-01-07
1
-0
/
+282
*
Update copyright for 2016
Bruce Momjian
2016-01-02
33
-33
/
+33
*
Adopt the GNU convention for handling tar-archive members exceeding 8GB.
Tom Lane
2015-11-21
1
-38
/
+90
*
Message improvements
Peter Eisentraut
2015-11-16
1
-2
/
+2
*
Remove support for Unix systems without the POSIX signal APIs.
Tom Lane
2015-08-31
1
-24
/
+11
*
Redesign tablesample method API, and do extensive code review.
Tom Lane
2015-07-25
1
-0
/
+3
*
Fix a low-probability crash in our qsort implementation.
Tom Lane
2015-07-16
2
-34
/
+96
*
Stamp HEAD as 9.6devel.
Tom Lane
2015-06-30
1
-2
/
+2
*
Truncate strings in tarCreateHeader() with strlcpy(), not sprintf().
Noah Misch
2015-06-21
1
-4
/
+4
*
pgindent run for 9.5
Bruce Momjian
2015-05-23
4
-18
/
+19
*
Revert error-throwing wrappers for the printf family of functions.
Tom Lane
2015-05-19
3
-158
/
+2
*
Add error-throwing wrappers for the printf family of functions.
Noah Misch
2015-05-18
3
-40
/
+211
*
Permit use of vsprintf() in PostgreSQL code.
Noah Misch
2015-05-18
1
-1
/
+2
*
TABLESAMPLE, SQL Standard and extensible
Simon Riggs
2015-05-15
1
-3
/
+0
*
Fix various typos and grammar errors in comments.
Andres Freund
2015-04-26
1
-1
/
+1
*
Optimize pg_comp_crc32c_sse42 routine slightly, and also use it on x86.
Heikki Linnakangas
2015-04-14
1
-13
/
+28
*
Use Intel SSE 4.2 CRC instructions where available.
Heikki Linnakangas
2015-04-14
3
-2
/
+121
*
Reorganize our CRC source files again.
Heikki Linnakangas
2015-04-14
2
-1
/
+1170
*
Upgrade src/port/rint.c to be POSIX-compliant.
Tom Lane
2015-03-25
1
-1
/
+80
[next]