diff options
author | Bruce Momjian <bruce@momjian.us> | 2015-08-08 17:33:55 -0400 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2015-08-08 17:33:55 -0400 |
commit | 88a30e8cc00d873627d8e3d58d2130879acf720f (patch) | |
tree | 3ae593a2ad9e2da0ba1a39059b4a03ad91accd3e /src | |
parent | 03249fe2c1b936af53c4dd78c29f4429fd63cdb1 (diff) | |
download | postgresql-88a30e8cc00d873627d8e3d58d2130879acf720f.tar.gz postgresql-88a30e8cc00d873627d8e3d58d2130879acf720f.zip |
Document items that should appear in the major release notes
Diffstat (limited to 'src')
-rw-r--r-- | src/tools/RELEASE_CHANGES | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/tools/RELEASE_CHANGES b/src/tools/RELEASE_CHANGES index 79a3e19ba52..6814c5edeb7 100644 --- a/src/tools/RELEASE_CHANGES +++ b/src/tools/RELEASE_CHANGES @@ -33,6 +33,11 @@ For Major Releases * Release notes o use git log or src/tools/git_changelog to find the relevant commits + o new features and options + o major performance improvements + o bug fixes for serious or common bugs + o incompatibilities + o major source code changes o check completion of items that have been marked as completed at http://wiki.postgresql.org/wiki/Todo o remove completed TODO items |