Jonathan S. Katz [Thu, 9 Nov 2023 14:08:57 +0000 (09:08 -0500)]
Fix typo on Roadmap page
2024 is the next November release, as the 2023 one is as
of the writing of this commit message.
Jonathan S. Katz [Thu, 9 Nov 2023 13:08:21 +0000 (08:08 -0500)]
2023-11-09 release
Daniel Gustafsson [Mon, 6 Nov 2023 13:10:20 +0000 (14:10 +0100)]
Fix typo in community conference policy
No change in content so the last modified date isn't updated.
Reviewed-by: Dave Page <dpage@pgadmin.org>
Discussion: https://postgr.es/m/
6D7DA88C-A7F9-439D-8C81-
138AE0E610D4@yesql.se
Jonathan S. Katz [Sun, 22 Oct 2023 19:52:39 +0000 (15:52 -0400)]
Add "firstRelDate" to versions.json
We have this info available in the Version field and on the website,
so making it available in a machine-readably way simplifies allowing
people to access this data in a scriptable way.
Author: Corey Huinker <corey.huinker@gmail.com>
Magnus Hagander [Mon, 16 Oct 2023 10:47:18 +0000 (12:47 +0200)]
Update links to FreeBSD ports
Reported by Akshat Jaimini
Daniel Gustafsson [Mon, 16 Oct 2023 09:27:52 +0000 (11:27 +0200)]
Add missing closing </span> tag
The <span> for language options wasn't closed yielding validation
errors.
Dave Page [Sun, 15 Oct 2023 17:34:57 +0000 (19:34 +0200)]
Update security page to reflect our status as CNA.
Dave Page [Fri, 22 Sep 2023 08:16:44 +0000 (09:16 +0100)]
Remove 'at EDB' per request from Stefan.
Dave Page [Thu, 21 Sep 2023 12:40:21 +0000 (13:40 +0100)]
macOS installer tested OS versions for PG16.
Dave Page [Thu, 21 Sep 2023 10:40:17 +0000 (11:40 +0100)]
Require conference websites to conform with trademark policy, per Core discussion.
Dave Page [Thu, 21 Sep 2023 10:36:02 +0000 (11:36 +0100)]
Show the platforms EDB tested the PG16 Windows installer on.
Jonathan S. Katz [Thu, 14 Sep 2023 19:36:36 +0000 (15:36 -0400)]
Fix broken links on press release translations
Reported-by: Akshat Jaimini <destrex271@gmail.com>
Reported-by: Erik Wienhold <ewie@ewie.name>
Jonathan S. Katz [Thu, 14 Sep 2023 13:55:12 +0000 (09:55 -0400)]
Add additional contributor to press kit
Missed this in
f2f6ebe94
Jonathan S. Katz [Thu, 14 Sep 2023 13:38:04 +0000 (09:38 -0400)]
Fixed typo in PostgreSQL 16 French press release translation
Author: Philippe VIEGAS <p.viegas@loxodata.com>
Jonathan S. Katz [Thu, 14 Sep 2023 02:36:38 +0000 (22:36 -0400)]
PostgreSQL 16 release announcement!
Jonathan S. Katz [Thu, 14 Sep 2023 02:20:35 +0000 (22:20 -0400)]
PostgreSQL 16 website content refresh
This is an annual pass over all of the content on the website to
ensure it's up-to-date for the press release.
Jonathan S. Katz [Sun, 10 Sep 2023 18:39:47 +0000 (14:39 -0400)]
PostgreSQL 16 press kit
The press kit for the PostgreSQL 16 release. This includes
translations of the press kit into the following languages:
- Chinese
- English
- French
- German
- Hebrew
- Italian
- Japanese
- Korean
- Portuguese
- Russian
- Spanish
- Swedisdh
- Ukrainian
This includes contributions from the following folks:
- Andrea Farci
- Andreas 'ads' Scherbaum
- Andres Freund
- Alvaro Herrera
- Carlos Chapi
- Cédric Villemain
- Chelsea Dole
- Daniel Gustafsson
- Daniel Westermann
- Dave Cramer
- David Rowley
- David Zhang
- Domenico Sgarbossa
- Ekaterina Kiryanova
- Erik Rijkers
- Euler Taveira
- Grant Zhou
- Gunnar Nick Bluth
- Ioseph Kim
- Jean-Christophe Arnu
- Jian He
- Jonathan Katz
- Justin Clift
- Lætitia Avrot
- Lim Hye-jin
- Magnus Hagander
- Michael Alan Brewer
- Michael Goldberg
- Nathan Bossart
- Nozomi Anzai
- Pavlo Golub
- Stefanie Janine Stölting
- Stéphane Schildknecht
- Tetiana Petiurenko
- Xueyu Gao
- Yonghao Li
Many thanks to everyone who helped with the PostgreSQL 16
release announcement!
Daniel Gustafsson [Tue, 5 Sep 2023 13:08:52 +0000 (15:08 +0200)]
Use https for Apt links instead of http
All traffic to the apt repo should use https and not http, fix two
http leftovers in the installation documentation.
Reported-by: Edward Flanders <edwardflanders@buyitdirect.co.uk>
Discussion: https://postgr.es/m/18085-
da9a3df6f618a4fd@postgresql.org
Jonathan S. Katz [Thu, 31 Aug 2023 02:27:50 +0000 (22:27 -0400)]
PostgreSQL 16 RC 1
Magnus Hagander [Mon, 28 Aug 2023 18:46:32 +0000 (20:46 +0200)]
Add some load-time validation of PGAUTH_KEY in the django sample
Will result in a nicer error when the key is wrong, and in particular a
startup error instead of a runtime error.
Reviewed-by: Célestin Matte
Jonathan S. Katz [Thu, 10 Aug 2023 12:48:22 +0000 (08:48 -0400)]
2023-08-10 release announcement
Magnus Hagander [Thu, 27 Jul 2023 10:57:40 +0000 (12:57 +0200)]
Update topbar
Magnus Hagander [Wed, 26 Jul 2023 13:38:31 +0000 (15:38 +0200)]
Small update to news and events policy about emojii and links
Add two minor points to the news and events policy saying no emojiis in
titles (because they go in peoples email etc, and we don't want people
to start abusing that) and all links must be clear and not use
obfuscators.
Daniel Gustafsson [Tue, 25 Jul 2023 08:04:46 +0000 (10:04 +0200)]
Fix broken links for book entries
A number of links to books had gone stale, this either replaces the link
with an update working one or removes the link completely leaving the
book entry unlinked.
This was discussed on -www and was also independently reported by
Akshat Jaimini <destrex271@gmail.com>.
Discussion: https://postgr.es/m/
548027CC-7FCC-4B60-BB93-
69DD7733B921@yesql.se
Discussion: CAMaW3VhyN-VsSyW0pJsDnBQWFeu0uYRb_oORfpp2-c=qKgtofA@mail.gmail.com
Jonathan S. Katz [Tue, 25 Jul 2023 02:12:50 +0000 (22:12 -0400)]
Update instructions for Homebrew on macOS download page
First, this removes a URL that was 404ing, and updates the instructions
to match current Homebrew conventions
Reported-by: John Lin <johnlinp@gmail.com>
Author: Daniel Gustafsson <daniel@yesql.se>
Author: Jonathan Katz <jonathan.katz@excoventures.com>
Jonathan S. Katz [Mon, 24 Jul 2023 13:44:44 +0000 (09:44 -0400)]
Modify topbar
Jonathan S. Katz [Mon, 24 Jul 2023 13:27:09 +0000 (09:27 -0400)]
Update topbar with community news
Daniel Gustafsson [Mon, 17 Jul 2023 08:29:25 +0000 (10:29 +0200)]
Add one new book and update one existing
Update "POSTGRES: The First Experience" to the current edition
of the book, and update the cover image (removing the old one
in the process. This also adds "PostgreSQL 14 Internals" as a
new book.
Submitted-by: Pavel Luzanov <p.luzanov@postgrespro.ru>
Discussion: https://postgr.es/m/
4dc340fa-712b-9158-019a-
cccbd830535c@postgrespro.ru
Magnus Hagander [Thu, 13 Jul 2023 12:05:35 +0000 (14:05 +0200)]
Add a 403 template that shows the exception string
We have numerous places where we raise PermissionDenied() errors, but
the default template in use wouldn't show the error message to the user
outside of debug mode. Oops.
Dave Page [Wed, 5 Jul 2023 13:59:01 +0000 (14:59 +0100)]
Shorter button text, otherwise it doubles the height and looks odd.
Dave Page [Wed, 5 Jul 2023 13:55:02 +0000 (14:55 +0100)]
Re-jigger page and descriptions.
Dave Page [Wed, 5 Jul 2023 13:40:11 +0000 (14:40 +0100)]
Update the name of PGCAC to PGCA/PostgreSQL Community Association.
Dave Page [Tue, 4 Jul 2023 15:02:24 +0000 (16:02 +0100)]
Don't use the thead-light class as it overrides the dark/light mode.
Per report from Alvaro Herrera.
Jonathan S. Katz [Thu, 29 Jun 2023 12:42:02 +0000 (08:42 -0400)]
PostgreSQL 16 Beta 2 release
Magnus Hagander [Mon, 26 Jun 2023 09:39:08 +0000 (11:39 +0200)]
Twitter apiv2 requiets json format input
Missed that in updating the endpoint.
Magnus Hagander [Mon, 26 Jun 2023 09:38:23 +0000 (11:38 +0200)]
Print full error message of twitter failures
Magnus Hagander [Mon, 26 Jun 2023 09:21:00 +0000 (11:21 +0200)]
Update twitter posting api to use v2
Only the v2 API is free now. Let's hope the fix is to just switch to
that version, and possibly re-generate tokens (this has worked for other
systems).
Magnus Hagander [Wed, 7 Jun 2023 20:17:55 +0000 (22:17 +0200)]
Fix arguments in signal calling
Magnus Hagander [Wed, 7 Jun 2023 19:54:42 +0000 (21:54 +0200)]
Give nicer error message when URL data is corrupt
Magnus Hagander [Wed, 7 Jun 2023 19:46:04 +0000 (21:46 +0200)]
Add new signal auth_user_created_from_upstream to sample
This signal fires when a new user has been created either from the user
logging in the first time or from an import.
Magnus Hagander [Wed, 7 Jun 2023 19:38:16 +0000 (21:38 +0200)]
Import subscribe_to_user_changes function to sample auth.py
This was used on git.postgresql.org, but hadn't been propagated
upstream.
Magnus Hagander [Tue, 6 Jun 2023 16:36:24 +0000 (18:36 +0200)]
Temporarily comment out links to slack signup, since it doesn't work
Once someone has fixed the signups, we should of course re-enable it,
but "no link" is better than a broken link.
Stephen Frost [Fri, 2 Jun 2023 19:52:13 +0000 (15:52 -0400)]
Update security team list
Jonathan S. Katz [Tue, 30 May 2023 18:22:19 +0000 (14:22 -0400)]
Update security team list
Jonathan S. Katz [Thu, 25 May 2023 03:46:38 +0000 (23:46 -0400)]
PostgreSQL 16 Beta 1 release
Jonathan S. Katz [Wed, 24 May 2023 16:52:47 +0000 (12:52 -0400)]
Add PostgreSQL 16 to the feature matrix
Jonathan S. Katz [Thu, 11 May 2023 13:35:51 +0000 (09:35 -0400)]
Fix typos in 2023-05-11 update patch
Reported-by: Daniel Gustafsson <daniel@yesql.se>
Jonathan S. Katz [Thu, 11 May 2023 01:15:14 +0000 (21:15 -0400)]
2023-05-11 update release
Magnus Hagander [Thu, 4 May 2023 12:06:23 +0000 (14:06 +0200)]
Don't look at developer docs when getting released release notes
This could cause a crash when the devel version of the docs had a
placeholder entry for a major version that had not yet been released.
Magnus Hagander [Thu, 4 May 2023 11:01:42 +0000 (13:01 +0200)]
Move variable assignments to correct level
Fixes redirect from "naked major version" URLs when major version is
2-digit.
Magnus Hagander [Thu, 4 May 2023 11:01:29 +0000 (13:01 +0200)]
Fix copy/paste for .0 versions of 3-digit version numbers
Magnus Hagander [Thu, 4 May 2023 10:52:34 +0000 (12:52 +0200)]
Add git history link to the Archives policy
Commit
8e7e52101ccee added links to the git history for policies, but
missed to include the archives policy in this. Fix by adding the link.
Daniel tried to do this in commit
dfb58ef8, reverted in
3293b0ef because
he missed the "load pgfilters" part. So add that part and un-revert the
rest to actually add it this time.
Magnus Hagander [Thu, 4 May 2023 10:38:21 +0000 (12:38 +0200)]
Refactor release notes rendering
Move to use core_version for more information, making some purges easier
and more predictable as well. Just create a hardcoded list of versions
prior to what we have real version entries for, it's just a couple that
we need to reference old release notes for (pre-6.3), so it simplifies a
lot.
Fixes (again) the release notes purging to use xkeys as set, which was
accidentally and partially undone in
ac618d1b.
Generally makes the code easier to read and fixes a few cornercases.
Templates also much simplified, with the list template accidentally
already committed as part of
19682de8.
Reviewed-by: Jonathan Katz
Daniel Gustafsson [Wed, 26 Apr 2023 21:53:52 +0000 (23:53 +0200)]
Revert "Add git history link to the Archives policy"
This reverts commit
dfb58ef843b974dfac2cffd68a848d421eacac53.
The server returns an internal server error on this so there
clearly is more work needed than anticipated, revert for now.
Daniel Gustafsson [Wed, 26 Apr 2023 21:48:58 +0000 (23:48 +0200)]
Add git history link to the Archives policy
Commit
8e7e52101ccee added links to the git history for policies, but
missed to include the archives policy in this. Fix by adding the link.
Reviewed-by: Magnus Hagander <magnus@hagander.net>
Discussion: https://postgr.es/m/
3CD5E4A2-B8EF-43ED-9142-
DEECA19C1195@yesql.se
Daniel Gustafsson [Tue, 25 Apr 2023 13:23:36 +0000 (15:23 +0200)]
Fix typo on 2022 CoC report
Daniel Gustafsson [Mon, 24 Apr 2023 08:38:13 +0000 (10:38 +0200)]
Fix incorrect GSoC link for 2007
The links to the 2007 GSoC page at Google were all actually linking
to the 2008 page. Fix by updating the link.
Jonathan S. Katz [Sat, 22 Apr 2023 18:44:48 +0000 (14:44 -0400)]
Toggle visibility of documentation anchors on hover
By default, this hides the anchors that are made visible[1]
and makes them only appear when a user hovers over the
appropriate element.
[1] https://git.postgresql.org/gitweb/?p=postgresql.git;a=commit;h=
e2922702a3
Author: Brar Piening <brar@gmx.de>
Reviewed-by: Jonathan Katz <jonathan.katz@excoventures.com>
Jonathan S. Katz [Wed, 19 Apr 2023 02:40:46 +0000 (22:40 -0400)]
Fix on typo on CoCC 2022 report
Jonathan S. Katz [Wed, 19 Apr 2023 02:37:24 +0000 (22:37 -0400)]
Publish the Code of Conduct Committee 2022 report
Author: Michael Goldberg <mic.goldberg@gmail.com>
Signed-off-by: Jonathan Katz <jonathan.katz@excoventures.com>
Magnus Hagander [Tue, 11 Apr 2023 15:30:29 +0000 (17:30 +0200)]
Make names in community auth unique
Technically not needed for the system, but confusion is ensured if you
have two different sites with the same name...
Daniel Gustafsson [Wed, 5 Apr 2023 10:19:19 +0000 (12:19 +0200)]
Fix broken link to Postgres project at SPI
The old https://spi-inc.org link does a 301 into members.spi-inc.org
which in turn led to a 404. Fix by prefixing with www. which is the
correct URL.
Daniel Gustafsson [Wed, 5 Apr 2023 08:32:11 +0000 (10:32 +0200)]
Fix typo on GSoC Advice page
s/distict/distinct/
Jonathan S. Katz [Thu, 23 Mar 2023 13:15:14 +0000 (09:15 -0400)]
Update "last updated at" on the sponsors page
While this did not necessarily belong in a previous commit,
given we have to update the sponsors from the admin interface,
it should have been previously handled.
Reported-by: Andres Freund <andres@anarazel.de>
Jonathan S. Katz [Thu, 23 Mar 2023 03:02:56 +0000 (23:02 -0400)]
Add additional sponsor logo
c42fd3d01 did not include this logo, due to the author's inability
to read a spreadsheet.
Jonathan S. Katz [Thu, 23 Mar 2023 02:42:26 +0000 (22:42 -0400)]
Update sponsor logos
This reflects decisions from the Sponsorship Committee over
changes in project sponsors.
Jonathan S. Katz [Fri, 17 Mar 2023 17:41:59 +0000 (13:41 -0400)]
Update backend flow diagram to include MERGE
MERGE was added in PostgreSQL 15, and the diagram is now updated
to show where it fits into the backend flow.
Author: Bruce Momjian <bruce@momjian.us>
Jonathan S. Katz [Fri, 17 Mar 2023 17:35:57 +0000 (13:35 -0400)]
Add links to the CommitFest application
There were no direct links to the CommitFest application from
the developers section, even though CommitFest are a key part of
PostgreSQL development. This adds said links, and provides a brief
explanation of what CommitFest are.
Reviewed-by: Magnus Hagander <magnus@hagander.net>
Jonathan S. Katz [Mon, 13 Mar 2023 13:23:53 +0000 (09:23 -0400)]
Add padding to table.simplelist for more readable output
This adds changes to the "simplelist" structure found in the
documentation to make it more readable.
Author: Alvaro Herrera <alvherre@alvh.no-ip.org>
Suggested-by: Karl Pinc <kop@karlpinc.com>
Reviewed-by: Jonathan Katz <jonathan.katz@excoventures.com>
Reviewed-by: Daniel Gustafsson <daniel@yesql.se>
Jonathan S. Katz [Thu, 9 Mar 2023 01:29:17 +0000 (17:29 -0800)]
Update donation language on general funds group page
This provides up-to-date info on the methods that are available
through SPI.
Reported-by: Robert Treat <rob@xzilla.net>
Jonathan S. Katz [Mon, 6 Mar 2023 17:58:31 +0000 (12:58 -0500)]
Update community Slack links again to fix invite procedure
eccfb71c did not correctly invite people who were not in the
allow-listed domains. This uses a "shared join" link that
allows this to occur.
This is considered a temporary fix to ensure new users can still
sign up for the community Slack account. A future commit will
direct people to a better solution.
Reported-by: Stephen Frost <sfrost@snowman.net>
Dave Page [Mon, 6 Mar 2023 09:44:25 +0000 (09:44 +0000)]
Update Data Egret logo, per request from Valeria.
Magnus Hagander [Tue, 21 Feb 2023 21:03:24 +0000 (22:03 +0100)]
Allow unsafe-inline styling on SVG images in docs
We already allow it on the docs pages themselves, but not on images
served up. Seems it can't get worse, and hopefully this fixes the
reported issues.
Reported by: Peter Geoghegan
Magnus Hagander [Tue, 21 Feb 2023 17:30:24 +0000 (18:30 +0100)]
Nicer error message when consent form is messed with
Instead of an exception complaining about bad style URLs, just ensure
that the URL for the next parameter is always relative. (The form for
consent can only be triggered via one redirect, and it always has the
parameter relative).
We did the right thing before (as in, did not perform a redirect), but
the error dump was not nice.
Magnus Hagander [Tue, 21 Feb 2023 13:56:03 +0000 (14:56 +0100)]
Limit community auth usersearch to 100 results
Avoids huge resultsets and we should never deal with searches bigger
than this anyway.
Jonathan S. Katz [Thu, 9 Feb 2023 17:57:04 +0000 (12:57 -0500)]
Purge the release notes cache when a minor version is updated
Typically this required a user (especially the committer) to
manually do this step, which was easily and often missed. This
limits user error and ensures the release notes are available
to users in a timely manner.
Reviewed-by: Magnus Hagander <magnus@hagander.net>
Jonathan S. Katz [Thu, 9 Feb 2023 04:16:03 +0000 (23:16 -0500)]
2023-02-09 update release
Jonathan S. Katz [Mon, 6 Feb 2023 03:12:00 +0000 (22:12 -0500)]
Fix homepage typo
811a4395 introduced a typo in the description on what info
the community provides.
Jonathan S. Katz [Mon, 30 Jan 2023 22:43:40 +0000 (17:43 -0500)]
Improve searchability of contributor admin view
This adds search fields (name, handle), a filter for contributor
type, and default ordering options to make it easier to navigate
this list in the admin panel.
Jonathan S. Katz [Sat, 28 Jan 2023 19:23:58 +0000 (14:23 -0500)]
Allow admin manager of contributors to use user autocomplete
This adds a permission check in the user admin view logic to allow
someone administrating contributors to use the autocomplete
functionality even if the user does not have permission to modify
the users directly.
Jonathan S. Katz [Fri, 20 Jan 2023 15:06:01 +0000 (10:06 -0500)]
Add Core Team report for January 2022 - December 2022
Signed-off-by: Jonathan Katz <jonathan.katz@excoventures.com>
Jonathan S. Katz [Thu, 12 Jan 2023 21:38:45 +0000 (16:38 -0500)]
Small tweak to security notification language
This simplifies the last sentence.
Magnus Hagander [Thu, 12 Jan 2023 09:41:23 +0000 (10:41 +0100)]
Add a paragraph about how to get security notifications
Magnus Hagander [Thu, 12 Jan 2023 09:38:27 +0000 (10:38 +0100)]
Remove unused template
The use of the template was removed in
d0aa8ac1 back in 2018, but one
template was missed in the delete.
Magnus Hagander [Thu, 12 Jan 2023 09:11:55 +0000 (10:11 +0100)]
Simon Riggs has retired, is no longer on the security team
Jonathan S. Katz [Tue, 10 Jan 2023 14:30:31 +0000 (09:30 -0500)]
Update community Slack links
This pointed at a previous resource used to moderate sign-in that
has sinced been removed.
Author: Melih Mutlu <m.melihmutlu@gmail.com>
Author: Jonathan Katz <jonathan.katz@excoventures.com>
Dave Page [Mon, 9 Jan 2023 09:38:13 +0000 (09:38 +0000)]
Add missing gitrev tag.
Magnus Hagander [Sat, 7 Jan 2023 13:55:47 +0000 (14:55 +0100)]
Fix typo
Per PostgreSQL bug #17738
Dave Page [Fri, 6 Jan 2023 16:14:05 +0000 (16:14 +0000)]
Increase dark mode contrast and add a manual toggle.
Per discussion on psql-www. This time, CSP compatible!
Reviewed by Jonathan Katz and Magnus Hagander.
Dave Page [Thu, 5 Jan 2023 15:30:28 +0000 (15:30 +0000)]
Revert "Increase dark mode contrast and add a manual toggle."
This reverts commit
92b55bad9119a659acf7e0fe505e3b69c8ac6a49.
Dave Page [Thu, 5 Jan 2023 15:27:50 +0000 (15:27 +0000)]
Increase dark mode contrast and add a manual toggle.
Per discussion on psql-www.
Reviewed by Jonathan Katz and Magnus Hagander.
Magnus Hagander [Thu, 15 Dec 2022 14:55:38 +0000 (15:55 +0100)]
Allow deletion of draft news articles
When somebody posts a news article, make it possible to delete it before
it's submitted to moderation (or after it's been withdrawn or bounced),
instead of forcing the user to leave it around ForEver (TM).
Do this by adding some generic functionality for confirmation popups,
that can also be used for other things in the future.
Dave Page [Tue, 15 Nov 2022 16:42:15 +0000 (16:42 +0000)]
Fix search button foreground colour in dark mode.
Dave Page [Tue, 15 Nov 2022 15:38:43 +0000 (15:38 +0000)]
Transparent backgrounds, to look at least slightly better in dark mode.
Devrim Gündüz [Tue, 15 Nov 2022 14:48:43 +0000 (14:48 +0000)]
Fedora 37 is released.
Daniel Gustafsson [Fri, 11 Nov 2022 07:48:50 +0000 (08:48 +0100)]
Ensure book list has consistent syntax
This fixes variations to punctation in titles and list of authors
as well as uses HTML entities consistently.
Reviewed-by: Dave Page <dpage@pgadmin.org>
Discussion: https://postgr.es/m/
4EB58BFC-3BAA-46FA-B067-
9B65864C879F@yesql.se
Jonathan S. Katz [Fri, 11 Nov 2022 01:57:47 +0000 (20:57 -0500)]
Fix typo on roadmap page
Even though all the other dates said 2023, this last one did not.
Jonathan S. Katz [Thu, 10 Nov 2022 03:37:16 +0000 (22:37 -0500)]
2022-11-10 update release
Jonathan S. Katz [Tue, 1 Nov 2022 13:02:43 +0000 (09:02 -0400)]
Update Debian/Ubuntu info
This makes it current with what versions of the distros the
PostgreSQL packages are available for.
Reported-by: Christoph Berg <myon@debian.org>
Jonathan S. Katz [Wed, 26 Oct 2022 10:09:12 +0000 (12:09 +0200)]
Fix display issue with form button renderings
This was likely introduced with
5389adf8 and dark mode, as
the "!important" on all input elements was overriding the
desired styles for the submission buttons in light mode.
But forcing that style is really not that important, so
we can let CSS do it's thing to render the button in its
desired state.
Reported-by: Andreas 'ads' Scherbaum <ads@pgug.de>