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
/
bin
Commit message (
Expand
)
Author
Age
Files
Lines
*
Allow leading zero on exponents in pgbench test results
Andrew Dunstan
2017-12-29
1
-2
/
+2
*
Add pow(), aka power(), function to pgbench.
Robert Haas
2017-12-27
4
-2
/
+47
*
Avoid putting build-location-dependent strings into generated files.
Tom Lane
2017-12-21
1
-5
/
+3
*
Add approximated Zipfian-distributed random generator to pgbench.
Teodor Sigaev
2017-12-14
4
-3
/
+234
*
pg_basebackup: Fix progress messages when writing to a file
Peter Eisentraut
2017-12-01
1
-3
/
+13
*
SQL procedures
Peter Eisentraut
2017-11-30
6
-29
/
+138
*
Update typedefs.list and re-run pgindent
Robert Haas
2017-11-29
4
-7
/
+8
*
Mark some more functions as pg_attribute_noreturn().
Tom Lane
2017-11-27
3
-3
/
+3
*
Fix typo
Magnus Hagander
2017-11-22
1
-1
/
+1
*
Sort default partition to bottom of psql \d+
Simon Riggs
2017-11-23
1
-1
/
+2
*
Show partition info from psql \d+
Simon Riggs
2017-11-23
1
-6
/
+28
*
pgbench: fix stats reporting when some transactions are skipped.
Tom Lane
2017-11-21
2
-42
/
+64
*
Fix bogus logic for checking data dirs' versions within pg_upgrade.
Tom Lane
2017-11-16
2
-6
/
+5
*
Further refactoring of c.h and nearby files.
Tom Lane
2017-11-16
1
-8
/
+0
*
Allow running just selected steps of pgbench's initialization sequence.
Tom Lane
2017-11-13
3
-110
/
+283
*
Add some const decorations to prototypes
Peter Eisentraut
2017-11-10
9
-18
/
+18
*
Add hash partitioning.
Robert Haas
2017-11-09
1
-1
/
+1
*
Fix bogus logic for checking executables' versions within pg_upgrade.
Tom Lane
2017-11-09
1
-5
/
+4
*
Change TRUE/FALSE to true/false
Peter Eisentraut
2017-11-08
9
-22
/
+22
*
Remove secondary checkpoint
Simon Riggs
2017-11-07
2
-4
/
+0
*
Exclude pg_internal.init from BASE_BACKUP
Simon Riggs
2017-11-07
1
-2
/
+8
*
Fix version numbering foulups exposed by 10.1.
Tom Lane
2017-11-06
2
-14
/
+27
*
Fix comment
Magnus Hagander
2017-11-05
1
-1
/
+1
*
pgbench: replace run-time string comparisons with an enum identifier.
Tom Lane
2017-11-02
1
-11
/
+51
*
pg_ctl: Improve message
Peter Eisentraut
2017-11-02
1
-1
/
+1
*
Remove wal_keep_segments from default configuration in PostgresNode.pm
Peter Eisentraut
2017-11-02
1
-0
/
+5
*
In client support of v10 features, use standard schema handling.
Noah Misch
2017-11-01
2
-8
/
+16
*
pg_basebackup: Fix comparison handling of tablespace mappings on Windows
Peter Eisentraut
2017-11-01
1
-1
/
+11
*
Fix underqualified cast-target type names in pg_dump and psql queries.
Tom Lane
2017-10-31
2
-5
/
+8
*
pg_receivewal: Add --no-sync option.
Robert Haas
2017-10-29
2
-2
/
+19
*
Adjust psql \d query to avoid use of @> operator.
Tom Lane
2017-10-22
1
-2
/
+2
*
Exclude flex-generated code from coverage testing
Peter Eisentraut
2017-10-16
2
-0
/
+8
*
Explicitly track whether aggregate final functions modify transition state.
Tom Lane
2017-10-14
2
-13
/
+98
*
#ifdef out some dead code in psql/mainloop.c.
Tom Lane
2017-10-06
1
-1
/
+6
*
Replace most usages of ntoh[ls] and hton[sl] with pg_bswap.h.
Andres Freund
2017-10-01
3
-56
/
+13
*
Allow pg_ctl kill to send SIGKILL.
Andres Freund
2017-10-01
1
-4
/
+1
*
Use a longer connection timeout in pg_isready test.
Tom Lane
2017-10-01
1
-1
/
+2
*
Fix busy-wait in pgbench, with --rate.
Heikki Linnakangas
2017-10-01
1
-8
/
+18
*
Fix pg_dump to assign domain array type OIDs during pg_upgrade.
Tom Lane
2017-09-30
1
-18
/
+61
*
psql: Don't try to print a partition constraint we didn't fetch.
Robert Haas
2017-09-29
1
-7
/
+10
*
pgbench: If we fail to send a command to the server, fail.
Robert Haas
2017-09-29
1
-6
/
+2
*
psql: Update \d sequence display
Peter Eisentraut
2017-09-29
1
-80
/
+109
*
pg_basebackup: Add option to create replication slot
Peter Eisentraut
2017-09-27
8
-41
/
+96
*
Add some more pg_receivewal tests
Peter Eisentraut
2017-09-26
1
-1
/
+5
*
Sort pg_basebackup options better
Peter Eisentraut
2017-09-26
1
-3
/
+3
*
Fix pg_basebackup test to original intent
Peter Eisentraut
2017-09-23
1
-3
/
+3
*
Remove pgbench "progress" test pending solution of its timing issues.
Tom Lane
2017-09-23
1
-22
/
+0
*
Revert "Add basic TAP test setup for pg_upgrade"
Peter Eisentraut
2017-09-22
2
-13
/
+3
*
Allow up to 3 "-P 1" reports per thread in pgbench run of 2 seconds.
Tom Lane
2017-09-22
1
-2
/
+3
*
Provide a test for variable existence in psql
Andrew Dunstan
2017-09-21
1
-0
/
+18
[next]