1702 Commits

Author SHA1 Message Date
e13528f1a3 Add FAQ page back to the Documentation page.
Some this disappeared, likely during the conversion to the new website.
This adds the FAQ page back in with some fresh content.
2019-10-18 13:36:25 +02:00
9442e53db2 Updated EDB Windows + macOS installers pages for PG12
Author: Emil Iggland <emil.iggland@metrima.com> for Windows,
macOS by me.
2019-10-17 12:50:58 +02:00
27b182bd29 Fix typos, grammar, and unescaped escape charactres in CoCC bios. 2019-10-17 12:32:17 +02:00
538ffd7dcf Update the membership of the Code of Conduct Committee.
Includes biographical information of the committee members.
2019-10-17 12:20:43 +02:00
2148cb084a Raise a http 404 error on paths that are too long
We never have any paths this long, and it's nicer to raise a proper 404
than a 500 internal server error.
2019-10-10 20:49:45 +02:00
ff11e85e25 Replace \r with \n in ssh key dumps 2019-10-09 15:29:09 +02:00
c5d8ef25fe Adjust date of next upcoming minor release in roadmap.
It was set to Nov 7, 2019, instead of Nov 14, 2019, which follows
the "second Tuesday" formula.
2019-10-09 00:13:04 -04:00
997815f963 Remove extraneous expression from roadmap page.
Contained the git diff expressions that was used to check what was
in the previous major release.
2019-10-03 08:41:03 -04:00
981d5d065b PostgreSQL 12 release.
The usual updates for a release (topbar, homepage, roadmap) as well as
moving the "beta" page to its "non-beta" state.
2019-10-02 22:05:29 -04:00
a0f4dc421a General information updates about PostgreSQL 12.
This adds some more details to features that are available in PostgreSQL 12
on the about page, including updated statistics. Additionally, updates the
press FAQ with information around PostgreSQL 12 (and PostgreSQL 13).
2019-10-02 22:03:25 -04:00
a8290f017a Press kit for the PostgreSQL 12 release.
Updated the press kit page for the content related to PostgreSQL 12.
This includes translations of the press release into the following
languages with credits to the people who helped:

- Chinese (Daojing Zhou)
- French (Stéphane A. Schildknect, Jean-Christophe Arnu)
- German (Andreas 'ads' Scherbaum, Andreas Kretschmer)
- Hebrew (Michael Goldberg)
- Japanese (Haruka Takatsuka)
- Portuguese (Euler Taveira)
- Russian (Nikolay Samokhvalov)
- Spanish (Mariano Reingart)
2019-09-29 23:06:16 -04:00
9f6e6ee87b PostgreSQL 12 RC 1. 2019-09-25 23:27:59 -04:00
85b7f42769 PostgreSQL 12 Beta 4 announcement. 2019-09-11 22:23:22 -04:00
93bef2961d Updated the version of Django required to run pgweb in install docs.
Author: Rodrigo Ramírez Norambuena <decipher.hk@gmail.com>
2019-09-11 14:25:39 -04:00
de54afabe4 Add book "The Art of PostgreSQL" 2019-08-26 08:13:27 -04:00
db8e069016 Update Debian download page to latest supported versions of Debian.
Also move the download examples from 10 to 11.
2019-08-20 08:36:37 -04:00
04ad0e87be Update Debian download page to latest supported versions of Debian.
Also move the download examples from 10 to 11.
2019-08-20 08:34:25 -04:00
9a5bd2bbe1 Append the line to ensure v11 features are copied over to v12 in migration.
In other words, this took one additional step when we put it on production,
but developer environments will now be spared, and we should know better
for adding this for v13 and beyond.
2019-08-08 14:18:42 -04:00
f4895addc0 Migration to add features to the Feature Matrix for v12. 2019-08-07 20:36:48 -04:00
771133e838 2019-08-08 cumulative update release. 2019-08-07 20:28:11 -04:00
c0440eed0f s/lised/listed/ on the docs page. 2019-08-06 21:40:28 -04:00
f5e253e7df Add a banner to documentation pages for unsupported versions
This banner tells people, well, that it's an unsupported version and
they might want to look at more updated docs.
2019-08-05 11:54:07 +02:00
6f8c8df70f Added "PostgreSQL 11 Administration Cookbook" to books.
Author: Liaqat Andrabi, some minor modifications from me.
2019-07-31 11:00:27 -05:00
ec017c89ca Indicate "Last Updated" to Recognized NPO section.
Curiously enough, the last time it was updated was when it was
first added.
2019-07-30 08:53:11 -05:00
14ccc8cb0c Update community conference guidelines, per agreement with -core. 2019-07-26 09:53:32 +01:00
83a0e6ae83 Treat RFC2119 conventions with all caps on the recognition pages.
This makes it easier to see them when one is reading.
2019-06-28 13:16:44 -04:00
ff4d6de97a Update requirements.txt for new django version in prod 2019-06-28 14:22:25 +02:00
3be328a995 Save away copy of all ovailable oauth buttons
Including a reference to where we got them from.
2019-06-25 16:28:55 +02:00
fbc5816bc1 Add Twitter as an Oauth1 login provider 2019-06-25 16:27:12 +02:00
5c99eeed6b Add support for OAuth1 logins
Most providers today are OAuth2, but not all. Much is the same, but some
parts of the flow are fundamentally completely different. So we need a
separate implementation for it.
2019-06-25 16:18:15 +02:00
0c8abeab97 Minor updates to dev install instructions
Issues pointed out by Andrew Dunstan
2019-06-24 22:31:35 +02:00
23dee227b0 Quick-fix for NUL in searches
This needs a more complete fix, but as a stop gap this fixes the quick
exposure.
2019-06-24 09:55:04 +02:00
8291d8caaa Change oauth "scope changed" to warning from exception
Previously we let oauthlib handle it and it turned it into an exception
aborging the login. Instread of that, turn off the handling in oauthlib
and manually verify the scope, logging a warning.

Prompted by the fact that Google suddenly started changing the scope of
logins by adding openid connect information even when not asked for.
2019-06-20 18:49:25 +02:00
b739d42509 Fix typo 2019-06-20 18:49:25 +02:00
6ec9b86777 2019-06-20 cumualtive update. Includes PostgreSQL 12 Beta 2. 2019-06-20 09:06:10 -04:00
80eac2568e Support xkey purge requests on the API endpoint
Simply specigfying "x<n>" instead o "p<n>" should do the trick.
2019-06-19 21:26:18 +02:00
7bf99809c8 Move fetching of version list for bug form to runtime
The fact that we tried to populate it already in the definition of the
form broke the ability to run "migrate" on a completely new system.

Issue reported by Andrew Dunstan
2019-06-14 14:32:17 +02:00
61d5ccacee Fix PgEU donation text to match reality
The donations link for PgEU can in fact not be used to donate funds
earmarked for any particular usergroup or activity, so remove the
wording which implied that.

This also fixes a missing </p> tag in an adjacent part of the page,
no visible changes expected since browsers are very good at injecting
these themselves.

Reviewed-by: Magnus Hagander
Discussion: http://postgr.es/m/30D2592C-B495-42A7-B908-33C36793E773@yesql.se
2019-06-07 23:35:56 +02:00
c9da78fc11 Fix timeout error messages for recaptcha
The old message included the exception text in the log message, without
actually assigning the exception. Since it is only called on timeout,
instead just spell out that it's a timeout.
2019-06-05 19:02:10 +02:00
74cc2faa04 Publish Core Team report for June 2018 - May 2019 2019-06-05 12:59:51 +01:00
602f3b4c66 Add CoC Committee email address to CoC Committee page. 2019-06-01 15:00:24 -04:00
9980d53858 Remove smart quotes from recognition page. 2019-06-01 14:36:05 -04:00
525e362554 List all events in one block on events archive page
Instead of splitting them up in community events and non community
events, list them all in one block (still indicating badged events using
the badge icon). This makes it more similar to the frontpage, and avoids
"punishing" non-community events by pushing them to to far below the
fold.
2019-05-28 18:03:36 -04:00
048c9600f9 Add funds group policies. 2019-05-24 15:01:04 -04:00
b88017eaf7 Fix typos and wording on about
While the SQL conformance sentence isn't entirely wrong, breaking it up
leads to better readability (at least for non-native speakers).

Reported by Erik Rijkers
Discussion http://postgr.es/m/c6bde45d0bebb250be2383c1be2b8c85@xs4all.nl
2019-05-24 08:54:15 +02:00
4181d691ef PostgreSQL 12 Beta 1 release. 2019-05-22 23:43:42 -04:00
3ba7dff72a Add missing whitespace 2019-05-16 18:14:14 +02:00
26b1a28f90 Remove references to RHEL 5
No longer supported, and some of them were already removed, just not
all.
2019-05-16 18:13:30 +02:00
0fb874262d Update RedHat download page with updated version info
* Add RHEL 8 info
* Remove RHEL 5
* Update Fedora to 29+
2019-05-16 17:13:13 +02:00
18c7292eaa Update yum spider and download page for new reporpms
The yum project has switched to single-reporpm-for-multiple-versions as
well as putting them in a dedicated directory. This makes a lot of the
cruft in the code to deal with the distribution of reporpms unnecessary,
so change it.

We still need to keep track of which platforms exist for which versions,
so we do still need some spidering, but it's  alot simpler.

Since all versions are also always availeble, the javascript that
populates the version list can now just use the list of supported
versions. This could be rendered directly in the HTML, but we might need
to restrict versions-per-platform at some point in the future, and
javascript is needed anyway for the rest of the page, so we keep doing
it the old way.
2019-05-16 17:13:13 +02:00