index
:
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
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
bin
Age
Commit message (
Expand
)
Author
2018-02-19
Allow UNIQUE indexes on partitioned tables
Alvaro Herrera
2018-02-14
Silence assorted "variable may be used uninitialized" warnings.
Tom Lane
2018-02-12
psql: give ^D hint for \q in place where \q is ignored
Bruce Momjian
2018-02-11
Fix assorted errors in pg_dump's handling of extended statistics objects.
Tom Lane
2018-02-05
Ensure that all temp files made during pg_upgrade are non-world-readable.
Tom Lane
2018-02-01
psql: Add quit/help behavior/hint, for other tool portability
Bruce Momjian
2018-01-29
Avoid misleading psql password prompt when username is multiply specified.
Tom Lane
2018-01-25
Support --no-comments in pg_dump, pg_dumpall, pg_restore.
Tom Lane
2018-01-25
Add missing "static" markers.
Tom Lane
2018-01-25
Clean up some aspects of pg_dump/pg_restore item-selection logic.
Tom Lane
2018-01-25
Improve pg_dump's handling of "special" built-in objects.
Tom Lane
2018-01-23
pgbench: Remove accidental garbage in test file
Peter Eisentraut
2018-01-23
In pg_dump, force reconnection after issuing ALTER DATABASE SET command(s).
Tom Lane
2018-01-22
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-21
Support huge pages on Windows
Magnus Hagander
2018-01-19
Fix pg_dump version comparison
Alvaro Herrera
2018-01-19
Local partitioned indexes
Alvaro Herrera
2018-01-11
Refactor subscription tests to use PostgresNode's wait_for_catchup
Peter Eisentraut
2018-01-11
Fix Latin spelling
Peter Eisentraut
2018-01-10
Fix allowing of leading zero on exponents in pgbench test results
Teodor Sigaev
2018-01-09
Improve scripting language in pgbench
Teodor Sigaev
2018-01-09
pg_upgrade: prevent check on live cluster from generating error
Bruce Momjian
2018-01-05
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-03
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
2017-12-29
Fix typo
Alvaro Herrera
2017-12-29
Allow leading zero on exponents in pgbench test results
Andrew Dunstan
2017-12-27
Add pow(), aka power(), function to pgbench.
Robert Haas
2017-12-21
Avoid putting build-location-dependent strings into generated files.
Tom Lane
2017-12-14
Add approximated Zipfian-distributed random generator to pgbench.
Teodor Sigaev
2017-12-01
pg_basebackup: Fix progress messages when writing to a file
Peter Eisentraut
2017-11-30
SQL procedures
Peter Eisentraut
2017-11-29
Update typedefs.list and re-run pgindent
Robert Haas
2017-11-28
Mark some more functions as pg_attribute_noreturn().
Tom Lane
2017-11-22
Fix typo
Magnus Hagander
2017-11-22
Sort default partition to bottom of psql \d+
Simon Riggs
2017-11-22
Show partition info from psql \d+
Simon Riggs
2017-11-21
pgbench: fix stats reporting when some transactions are skipped.
Tom Lane
2017-11-16
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-13
Allow running just selected steps of pgbench's initialization sequence.
Tom Lane
2017-11-10
Add some const decorations to prototypes
Peter Eisentraut
2017-11-09
Add hash partitioning.
Robert Haas
2017-11-09
Fix bogus logic for checking executables' versions within pg_upgrade.
Tom Lane
2017-11-08
Change TRUE/FALSE to true/false
Peter Eisentraut
2017-11-07
Remove secondary checkpoint
Simon Riggs
[next]