1
0
mirror of https://github.com/postgres/postgres.git synced 2025-06-23 14:01:44 +03:00
Commit Graph

42 Commits

Author SHA1 Message Date
2102ba4b58 Canonicalize some URLs 2020-02-10 20:47:50 +01:00
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
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
fc946c39ae Remove useless whitespace at end of lines 2010-11-23 22:34:55 +02:00
3f11971916 Remove extra newlines at end and beginning of files, add missing newlines
at end of files.
2010-08-19 05:57:36 +00:00
4222d7f036 Point to our download URL, rather than listing interface in the README
file:

	http://www.postgresql.org/download
2008-05-06 22:02:12 +00:00
bdf66cb29e Update libpqxx URL in README. 2008-05-06 21:57:46 +00:00
3fa352da28 Fix main README typo.
Brendan Jurd
2008-04-11 16:09:33 +00:00
5b60c67bff Update libpqxx URL in top-level README, per Gurjeet Singh. 2008-03-05 17:04:24 +00:00
21fec14941 Clean up some now-obsolete references to GBorg. 2007-11-14 01:58:18 +00:00
e85b5dae6c Fix spectacular misspellings of procedural language names 2006-07-24 16:55:59 +00:00
7d57a1825f Update README file.
Joshua D. Drake
2006-02-12 19:24:24 +00:00
3738510c2c Remove more traces of libpgtcl from the source tree. Also, make some
semi-related SGML cleanup. Original patch from ljb220@mindspring.com,
additional cleanup by Neil Conway.
2004-10-01 02:00:44 +00:00
bd046b99f0 Remove JDBC from the build system and documentation, too. 2004-01-19 21:20:06 +00:00
b11398b79d Improve wording. 2002-11-11 20:03:40 +00:00
5a303f878e Remove all traces of the ODBC driver, which is now on GBorg as the psqlodbc
project ...
2002-08-22 22:43:14 +00:00
a51c7c4b49 New edition 2001-12-19 18:53:58 +00:00
ea6f2e6973 Fix typo. 2001-11-18 22:13:48 +00:00
54d9099596 Stamp CVS as 7.2. Update all interface version numbers. This is the
time to do it, not during beta because people are using this stuff in
production sometimes.
2001-05-11 01:46:33 +00:00
13e9cea634 Some updates for 7.1.1. 2001-05-03 16:26:21 +00:00
25c0ffb9ec check one last time for any erros ... 2001-01-13 03:17:05 +00:00
6cb6d05456 Brand 7.1 release. Also update jdbc version in release branch. 2000-06-12 22:36:19 +00:00
54ee522f4f Fixups for 7.0.1 2000-06-01 05:13:18 +00:00
02ee04180d Update readme for 7.0. 2000-04-25 18:43:14 +00:00
7ffd7daddb update 1999-07-18 18:27:05 +00:00
d6f26e6451 Update for 6.6. 1999-07-18 18:06:42 +00:00
5a3fa95c39 Update stuff for 6.5.1 release. 1999-07-10 16:28:02 +00:00
e741937bc5 Change the README file to show the upcoming 6.5 release... 1998-11-04 22:27:05 +00:00
690235fcdd Update INSTALL, etc. for release 6.4. Update pgaccess to 0.88. 1998-08-30 01:40:52 +00:00
8e8116468b Update for 6.3.2 1998-04-07 21:01:28 +00:00
f74f2d39d8 update for 6.3.1 1998-03-23 16:14:50 +00:00
a654db303e Upgrade doc stuff to 6.3. 1998-02-01 21:20:26 +00:00
a805635d21 Cleanups for 6.2.1. 1997-10-16 04:14:30 +00:00
973a03744c Update README, HISTORY, etc for beta release. 1997-09-14 02:09:10 +00:00
c6e7baa7e1 pg_passwd cleanup 1997-08-25 20:00:03 +00:00
f8fda03d12 pg_password utility. Cleanup for psql passwords. New datetime contrib stuff for new version. Fix for strutils needing config.h. 1997-08-25 19:41:52 +00:00
9190a80ef9 Oops, one of DAvid's patches didn't quite make it in cleanly, so a little
manual intervention required :)
1997-05-11 06:27:07 +00:00
b12241b2aa From: David Friend <dfriend@atlsci.atlsci.com>
Subject: [PATCHES] Documentation update

This patch updates some of the documentation that comes with the
distribution.  The following files are updated:
        COPYRIGHT
        README
        doc/README.flex
        doc/README.support
        doc/bug.template
1997-05-11 06:18:33 +00:00
5b5e06ebc7 Convert Postgres95 to PostgreSQL
Pointed out by Andrew Martin
1997-01-30 04:00:50 +00:00
461d22206f documentation updating to 6.0 release 1997-01-03 06:08:21 +00:00
6de47e1175 Change README to 2.0. 1996-09-26 18:34:49 +00:00
9848d3655d Support Docs & Contrib 1996-08-18 22:14:33 +00:00