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
/
tools
Commit message (
Expand
)
Author
Age
Files
Lines
*
Enable transforms tests for python 2 on MSVC builds
Andrew Dunstan
2015-04-29
1
-4
/
+38
*
Fix MSVC builds for contrib transforms modules.
Andrew Dunstan
2015-04-28
3
-121
/
+211
*
Fix vcbuild failures and chkpass dependency caused by 854adb8
Andrew Dunstan
2015-04-27
3
-17
/
+20
*
Try to unbreak some MSVC builds following forward slash change.
Andrew Dunstan
2015-04-25
1
-1
/
+1
*
Replace backslashes by forward slashes in MSVC build code
Peter Eisentraut
2015-04-25
4
-264
/
+262
*
Remove superfluous -DFRONTEND.
Noah Misch
2015-04-24
1
-4
/
+0
*
Build every ECPG library with -DFRONTEND.
Noah Misch
2015-04-24
1
-0
/
+1
*
Improve speed of make check-world
Peter Eisentraut
2015-04-23
1
-25
/
+42
*
Move pg_xlogdump from contrib/ to src/bin/
Peter Eisentraut
2015-04-21
1
-8
/
+4
*
Move pg_test_timing from contrib/ to src/bin/
Peter Eisentraut
2015-04-20
1
-4
/
+2
*
Move pg_test_fsync from contrib/ to src/bin/
Peter Eisentraut
2015-04-19
1
-4
/
+4
*
Add new target modulescheck in vcregress.pl
Alvaro Herrera
2015-04-16
1
-23
/
+45
*
MSVC: install src/test/modules together with contrib
Alvaro Herrera
2015-04-16
1
-71
/
+83
*
MSVC: Include modules of src/test/modules in build
Alvaro Herrera
2015-04-16
1
-14
/
+19
*
Move pg_upgrade from contrib/ to src/bin/
Peter Eisentraut
2015-04-14
2
-9
/
+9
*
Use Intel SSE 4.2 CRC instructions where available.
Heikki Linnakangas
2015-04-14
1
-1
/
+12
*
Reorganize our CRC source files again.
Heikki Linnakangas
2015-04-14
1
-2
/
+2
*
pgbench: Attempt fix build on Windows
Peter Eisentraut
2015-04-13
1
-1
/
+1
*
Move pgbench from contrib/ to src/bin/
Peter Eisentraut
2015-04-13
1
-10
/
+13
*
emacs: Set indent-tabs-mode in perl-mode
Peter Eisentraut
2015-04-12
1
-0
/
+1
*
Move pg_archivecleanup from contrib/ to src/bin/
Peter Eisentraut
2015-04-11
1
-4
/
+7
*
Fix typo
Magnus Hagander
2015-04-09
1
-1
/
+1
*
Enable float8-byval as the default for 64 bit MSVC builds
Andrew Dunstan
2015-04-05
2
-3
/
+11
*
Run pg_upgrade and pg_resetxlog with restricted token on Windows
Andrew Dunstan
2015-03-30
1
-1
/
+2
*
Try to fix MSVC build of pg_rewind.
Heikki Linnakangas
2015-03-23
1
-0
/
+1
*
Add pg_rewind, for re-synchronizing a master server after failback.
Heikki Linnakangas
2015-03-23
1
-1
/
+7
*
Make pg_xlogdump MSVC build work more like others.
Heikki Linnakangas
2015-03-21
2
-13
/
+3
*
Install shared libraries to bin/ in Windows under MSVC
Alvaro Herrera
2015-03-18
1
-24
/
+57
*
Adjust valgrind suppressions wrt 025c02420.
Andres Freund
2015-03-15
1
-0
/
+2
*
Refactor Mkvcbuild.pm to facilitate modules migrations
Alvaro Herrera
2015-03-11
1
-40
/
+81
*
pgbench: Add a real expression syntax to \set
Robert Haas
2015-03-02
1
-0
/
+1
*
Fix Perl coding error in msvc build system
Peter Eisentraut
2015-02-18
2
-32
/
+10
*
Fix MSVC build.
Heikki Linnakangas
2015-02-09
1
-2
/
+2
*
Move pg_lzcompress.c to src/common.
Fujii Masao
2015-02-09
2
-2
/
+2
*
tools/ccsym: update for modern versions of gcc
Bruce Momjian
2015-01-20
1
-14
/
+2
*
Document that Perl's Tie might add a trailing newline
Bruce Momjian
2015-01-06
1
-0
/
+2
*
Clarify which files need manual copyright updates
Bruce Momjian
2015-01-06
1
-4
/
+4
*
Simplify post-copyright update instructions.
Bruce Momjian
2015-01-06
1
-2
/
+2
*
Update copyright for 2015
Bruce Momjian
2015-01-06
7
-7
/
+7
*
Add pg_string_endswith as the start of a string helper library in src/common.
Andres Freund
2015-01-03
1
-1
/
+1
*
Have config_sspi_auth() permit IPv6 localhost connections.
Noah Misch
2014-12-25
1
-0
/
+4
*
Temporarily revert "Move pg_lzcompress.c to src/common."
Tom Lane
2014-12-25
1
-2
/
+1
*
Move pg_lzcompress.c to src/common.
Fujii Masao
2014-12-25
1
-1
/
+2
*
Adjust valgrind suppression to the changes in 2c03216d8311.
Andres Freund
2014-12-18
1
-1
/
+1
*
Recognize Makefile line continuations in fetchRegressOpts().
Noah Misch
2014-12-18
1
-0
/
+2
*
Lock down regression testing temporary clusters on Windows.
Noah Misch
2014-12-17
1
-2
/
+12
*
Clarify the regexp used to detect source files in MSVC builds.
Heikki Linnakangas
2014-12-17
2
-2
/
+2
*
Add missing documentation for some vcregress modes
Magnus Hagander
2014-12-17
1
-1
/
+1
*
Update comments in find_typedef.
Tom Lane
2014-11-18
1
-23
/
+14
*
Add valgrind suppression for pg_atomic_init_u64.
Andres Freund
2014-11-14
1
-0
/
+13
[next]