index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
bin
Commit message (
Expand
)
Author
Age
*
Move handling of database properties from pg_dumpall into pg_dump.
Tom Lane
2018-01-22
*
Reorder code in pg_dump to dump comments etc in a uniform order.
Tom Lane
2018-01-22
*
Make pg_dump's ACL, sec label, and comment entries reliably identifiable.
Tom Lane
2018-01-22
*
Support huge pages on Windows
Magnus Hagander
2018-01-21
*
Fix pg_dump version comparison
Alvaro Herrera
2018-01-19
*
Local partitioned indexes
Alvaro Herrera
2018-01-19
*
Refactor subscription tests to use PostgresNode's wait_for_catchup
Peter Eisentraut
2018-01-11
*
Fix Latin spelling
Peter Eisentraut
2018-01-11
*
Fix allowing of leading zero on exponents in pgbench test results
Teodor Sigaev
2018-01-10
*
Improve scripting language in pgbench
Teodor Sigaev
2018-01-09
*
pg_upgrade: prevent check on live cluster from generating error
Bruce Momjian
2018-01-08
*
pg_upgrade: remove C comment
Bruce Momjian
2018-01-05
*
pg_upgrade: revert part of patch for ease of translation
Bruce Momjian
2018-01-05
*
pg_upgrade: simplify code layout in a few places
Bruce Momjian
2018-01-05
*
Rename pg_rewind's copy_file_range() to avoid conflict with new linux syscall.
Andres Freund
2018-01-03
*
Update copyright for 2018
Bruce Momjian
2018-01-02
*
Fix typo
Alvaro Herrera
2017-12-29
*
Allow leading zero on exponents in pgbench test results
Andrew Dunstan
2017-12-29
*
Add pow(), aka power(), function to pgbench.
Robert Haas
2017-12-27
*
Avoid putting build-location-dependent strings into generated files.
Tom Lane
2017-12-21
*
Add approximated Zipfian-distributed random generator to pgbench.
Teodor Sigaev
2017-12-14
*
pg_basebackup: Fix progress messages when writing to a file
Peter Eisentraut
2017-12-01
*
SQL procedures
Peter Eisentraut
2017-11-30
*
Update typedefs.list and re-run pgindent
Robert Haas
2017-11-29
*
Mark some more functions as pg_attribute_noreturn().
Tom Lane
2017-11-27
*
Fix typo
Magnus Hagander
2017-11-22
*
Sort default partition to bottom of psql \d+
Simon Riggs
2017-11-23
*
Show partition info from psql \d+
Simon Riggs
2017-11-23
*
pgbench: fix stats reporting when some transactions are skipped.
Tom Lane
2017-11-21
*
Fix bogus logic for checking data dirs' versions within pg_upgrade.
Tom Lane
2017-11-16
*
Further refactoring of c.h and nearby files.
Tom Lane
2017-11-16
*
Allow running just selected steps of pgbench's initialization sequence.
Tom Lane
2017-11-13
*
Add some const decorations to prototypes
Peter Eisentraut
2017-11-10
*
Add hash partitioning.
Robert Haas
2017-11-09
*
Fix bogus logic for checking executables' versions within pg_upgrade.
Tom Lane
2017-11-09
*
Change TRUE/FALSE to true/false
Peter Eisentraut
2017-11-08
*
Remove secondary checkpoint
Simon Riggs
2017-11-07
*
Exclude pg_internal.init from BASE_BACKUP
Simon Riggs
2017-11-07
*
Fix version numbering foulups exposed by 10.1.
Tom Lane
2017-11-06
*
Fix comment
Magnus Hagander
2017-11-05
*
pgbench: replace run-time string comparisons with an enum identifier.
Tom Lane
2017-11-02
*
pg_ctl: Improve message
Peter Eisentraut
2017-11-02
*
Remove wal_keep_segments from default configuration in PostgresNode.pm
Peter Eisentraut
2017-11-02
*
In client support of v10 features, use standard schema handling.
Noah Misch
2017-11-01
*
pg_basebackup: Fix comparison handling of tablespace mappings on Windows
Peter Eisentraut
2017-11-01
*
Fix underqualified cast-target type names in pg_dump and psql queries.
Tom Lane
2017-10-31
*
pg_receivewal: Add --no-sync option.
Robert Haas
2017-10-29
*
Adjust psql \d query to avoid use of @> operator.
Tom Lane
2017-10-22
*
Exclude flex-generated code from coverage testing
Peter Eisentraut
2017-10-16
*
Explicitly track whether aggregate final functions modify transition state.
Tom Lane
2017-10-14
[next]