Commit Graph

247 Commits

Author SHA1 Message Date
Peter Eisentraut
2102ba4b58 Canonicalize some URLs 2020-02-10 20:47:50 +01:00
Tom Lane
7f77cbd996 Change documentation references to PG website to use https: not http:
This is more secure, and saves a redirect since we no longer accept
plain HTTP connections on the website.

References in code comments should probably be updated too, but
that doesn't seem to need back-patching, whereas this does.

Also, in the 9.2 branch, remove suggestion that you can get the
source code via FTP, since that service will be shut down soon.

Daniel Gustafsson, with a few additional changes by me

Discussion: https://postgr.es/m/9A2C89A7-0BB8-41A8-B288-8B7BD09D7D44@yesql.se
2017-05-20 21:50:47 -04:00
Tom Lane
dea5a8c402 Improve text of stub HISTORY file.
Per Peter Eisentraut.
2014-02-12 18:16:17 -05:00
Tom Lane
2895415205 Don't generate plain-text HISTORY and src/test/regress/README anymore.
Providing this information as plain text was doubtless worth the trouble
ten years ago, but it seems likely that hardly anyone reads it in this
format anymore.  And the effort required to maintain these files (in the
form of extra-complex markup rules in the relevant parts of the SGML
documentation) is significant.  So, let's stop doing that and rely solely
on the other documentation formats.

Per discussion, the plain-text INSTALL instructions might still be worth
their keep, so we continue to generate that file.

Rather than remove HISTORY and src/test/regress/README from distribution
tarballs entirely, replace them with simple stub files that tell the reader
where to find the relevant documentation.  This is mainly to avoid possibly
breaking packaging recipes that expect these files to exist.

Back-patch to all supported branches, because simplifying the markup
requirements for release notes won't help much unless we do it in all
branches.
2014-02-10 20:48:04 -05:00
Bruce Momjian
0bcc2beb4a Remove HISTORY and INSTALL. Have them generated by the tarball scripts.
Add README.CVS to help CVS folks find this information.
2004-03-10 00:28:11 +00:00
Bruce Momjian
f31a43f9ae Rebuild HISTORY file to match our official style sheets. 2004-03-09 17:40:27 +00:00
Tom Lane
0bdce30f6b Some editorial work on 7.4.2 release notes. 2004-03-07 22:07:56 +00:00
Bruce Momjian
ff47b8518e First update of release notes for 7.4.2. Still needs work. 2004-03-05 19:51:56 +00:00
Tom Lane
340d44686b Update release notes for 7.3.6. 2004-03-02 00:38:46 +00:00
Bruce Momjian
1decc208ac Tom Lane wrote:
> momjian@svr1.postgresql.org (Bruce Momjian) writes:
>>      someone asked me about the FK deadlock fix, mentioned in the 7.3.3
>>      release notes as 3rd change:
>>      http://www.postgresql.org/docs/current/static/release-7-3-3.html
>>      Actually, that fix was available with 7.4, not 7.3. Don't know if we can
>>      retroactively change the release-notes though.
>
> This is completely erroneous, please undo it.
>
> 2003-05-21 14:14  tgl
>
>       * src/: backend/utils/adt/ri_triggers.c,
>       test/regress/expected/foreign_key.out (REL7_3_STABLE): Back-patch
>       Jan's fix to avoid primary key lookup (and lock) if foreign key
>       does not change on UPDATE.

Oh ... didn't know that you did a backpatch. Sorry


Jan
2004-02-13 04:40:06 +00:00
Bruce Momjian
e850e30fc8 Jan:
someone asked me about the FK deadlock fix, mentioned in the 7.3.3
release notes as 3rd change:

     http://www.postgresql.org/docs/current/static/release-7-3-3.html

Actually, that fix was available with 7.4, not 7.3. Don't know if we can
retroactively change the release-notes though.
2004-02-12 20:17:34 +00:00
Bruce Momjian
4160b23711 Regenerate HISTORY for release. 2003-12-22 07:28:29 +00:00
Bruce Momjian
550d347811 Update 7.4.1 release notes in preparation for release. 2003-12-21 05:23:36 +00:00
Bruce Momjian
7be614a087 Update HISTORY file for 7.4.1. 2003-12-20 00:57:22 +00:00
Bruce Momjian
0d5fce355b Restore information schema upgrade instructions of Peter. 2003-12-17 07:07:00 +00:00
Bruce Momjian
34cb0f7b46 Update HISTORY and release notes for 7.4.1. 2003-12-15 22:24:59 +00:00
Bruce Momjian
6a04c571d4 Change "IN/NOT IN" to "IN / NOT IN" for clarity, both branches. 2003-11-17 04:50:56 +00:00
Bruce Momjian
ef110c0a78 Update HISTORY 2003-11-16 04:49:35 +00:00
Peter Eisentraut
472d9726dd Correct names of people with funny characters. 2003-11-15 01:16:37 +00:00
Bruce Momjian
959c0f7fb7 Add release date for 7.4. 2003-11-14 17:47:04 +00:00
Bruce Momjian
320a138765 Update HISTORY to match release.sgml. 2003-11-14 03:41:11 +00:00
Bruce Momjian
ef1b846daf Remove <note> take, use another paragraph for description. 2003-10-31 04:44:25 +00:00
Bruce Momjian
88a7576897 Update HISTORY. 2003-10-31 04:32:36 +00:00
Bruce Momjian
fcfbd434cc Fix markup by using <note> for comments. 2003-10-30 20:49:47 +00:00
Bruce Momjian
d807bbe837 Fix markup for new release footnotes. 2003-10-30 03:46:42 +00:00
Bruce Momjian
269df29e8b Release notes updates from Neil Conway. 2003-10-22 17:27:14 +00:00
Bruce Momjian
4377a9afc3 Add mention that "today" doesn't work as column default anymore. 2003-10-22 05:09:12 +00:00
Bruce Momjian
60feaa261f Fix SGML markup.
Update HISTORY file.
2003-10-16 04:11:53 +00:00
Bruce Momjian
6b4caf53e6 Release updates by Tom. 2003-09-29 23:16:44 +00:00
Bruce Momjian
34c64955cd Update Jan's completed item. 2003-09-29 21:42:04 +00:00
Bruce Momjian
8dd0573772 Update HISTORY for 7.4.
Neil Conway
2003-09-29 21:25:43 +00:00
Bruce Momjian
e22c891361 Update release notes. 2003-09-29 18:06:48 +00:00
Bruce Momjian
77eb4aac75 Update HISTORY to current. 2003-09-29 04:50:36 +00:00
Marc G. Fournier
5f78c6a886 another totally benign, test commit 2003-09-24 18:09:15 +00:00
Marc G. Fournier
fc058c72e9 test 2, benign, no change 2003-09-24 18:08:20 +00:00
Marc G. Fournier
c237868b2f not change, just added a space to test something 2003-09-24 18:05:36 +00:00
Bruce Momjian
d89578ccbe Add to release notes. 2003-08-17 05:24:52 +00:00
Bruce Momjian
b770dc954e Add to libpq changes made by Tom for new protocol. 2003-08-17 00:20:21 +00:00
Bruce Momjian
8d74e178d2 Update items. 2003-08-08 17:17:17 +00:00
Bruce Momjian
2bc092d2f2 Move dollar sign items to object section. 2003-08-07 14:12:50 +00:00
Bruce Momjian
f0f137599a Update release items from Tom. 2003-08-07 03:59:25 +00:00
Bruce Momjian
b6f31f08dd Modify:
Prevent interval from supressing ':00' seconds display
2003-08-05 15:31:33 +00:00
Bruce Momjian
0b532c944b Remove Tom mention on array items. 2003-08-05 15:04:16 +00:00
Bruce Momjian
ad2068c2cb Add mention of :00 seconds. 2003-08-05 14:37:49 +00:00
Bruce Momjian
8bf7fffeea Update thread wording. 2003-08-05 14:35:12 +00:00
Bruce Momjian
abb69fbf49 Modify tsearch2 to be Oleg,Teodor 2003-08-05 14:33:30 +00:00
Bruce Momjian
e7e73980e2 Add tsearch2 mention. 2003-08-05 05:07:50 +00:00
Bruce Momjian
1875eb38f4 Add Philip Yarra to threads item, remove my name. 2003-08-05 05:04:50 +00:00
Bruce Momjian
c6a27e0e7c Update release items from Joe Conway. 2003-08-05 05:01:50 +00:00
Bruce Momjian
bb31c715be Remove MOVE ALL item. 2003-08-05 03:30:35 +00:00