<feed xmlns='http://www.w3.org/2005/Atom'>
<title>packages/libs/postgresql/Makefile, branch master</title>
<subtitle>Mirror of packages feed</subtitle>
<id>https://git.openwrt.org/feed/packages/atom?h=master</id>
<link rel='self' href='https://git.openwrt.org/feed/packages/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/'/>
<updated>2026-05-09T16:10:07Z</updated>
<entry>
<title>postgresql: update to 18.3</title>
<updated>2026-05-09T16:10:07Z</updated>
<author>
<name>Daniel Golle</name>
</author>
<published>2026-05-08T17:49:53Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=6bfc91653c3afbb08629c95362ac9dc24dce3e8e'/>
<id>urn:sha1:6bfc91653c3afbb08629c95362ac9dc24dce3e8e</id>
<content type='text'>
Major version update from 17.5 to 18.3.

PostgreSQL 18 (released September 2025) brings:
 * Asynchronous I/O (AIO) for shared buffers, sequential scans,
   bitmap heap scans and pg_prewarm.
 * Skip scans for B-tree indexes.
 * Performance improvements for partition pruning.
 * Logical replication: improved replication of generated columns,
   protocol version 5.
 * Native UUIDv7 support.
 * Larger I/O for sequential and parallel scans.
 * Concurrent reindex of partitioned tables.
 * pg_dump: --filter for selective dumps.
 * Numerous SQL/JSON improvements.
 * New built-in role pg_signal_autovacuum_worker.

18.3 is the third maintenance release with bug fixes since 18.0.

Drop the now obsolete pg_config_ext.h copy in Build/InstallDev: this
header has been removed upstream in PostgreSQL 18.

Link: https://www.postgresql.org/docs/release/18.0/
Link: https://www.postgresql.org/docs/release/18.3/
Signed-off-by: Daniel Golle &lt;daniel@makrotopia.org&gt;
</content>
</entry>
<entry>
<title>treewide: cleanup URLs</title>
<updated>2026-05-08T20:28:27Z</updated>
<author>
<name>Yanase Yuki</name>
</author>
<published>2026-01-02T09:06:57Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=b0d8a3d384915c2de1c5b473fcfb8b3996bb849b'/>
<id>urn:sha1:b0d8a3d384915c2de1c5b473fcfb8b3996bb849b</id>
<content type='text'>
This commit converts plain HTTP URLs to HTTPS, and updates
old or outdated URLs.

Signed-off-by: Yanase Yuki &lt;dev@zpc.st&gt;
</content>
</entry>
<entry>
<title>treewide: remove FTP usage</title>
<updated>2025-12-31T07:22:58Z</updated>
<author>
<name>Yanase Yuki</name>
</author>
<published>2025-12-29T08:13:26Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=66f2422b71d0b9e4382d1826fd0384d3e4856e89'/>
<id>urn:sha1:66f2422b71d0b9e4382d1826fd0384d3e4856e89</id>
<content type='text'>
Drop obsolete protocol usage.
Use HTTPS (if possible) or HTTP instead.

Signed-off-by: Yanase Yuki &lt;dev@zpc.st&gt;
</content>
</entry>
<entry>
<title>postgresql: fix missing symbols at runtime</title>
<updated>2025-12-14T07:50:40Z</updated>
<author>
<name>Daniel F. Dickinson</name>
</author>
<published>2025-12-13T06:29:36Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=0bb3db019a7dbf8bd62aefba94c0c5764da9b702'/>
<id>urn:sha1:0bb3db019a7dbf8bd62aefba94c0c5764da9b702</id>
<content type='text'>
Fixes pgsql-server: the setup fails for any folder
Fixes #27228

Sets postgresql-specific configure flags that configure cannot run-test
to determine their value. This fixes improperly linked files that
prevent database initialization (at least) from working on the device.

Signed-off-by: Daniel F. Dickinson &lt;dfdpublic@wildtechgarden.ca&gt;
</content>
</entry>
<entry>
<title>postgresql: fix fails to start on mounted data directories</title>
<updated>2025-10-25T05:37:54Z</updated>
<author>
<name>Peiying Huang</name>
</author>
<published>2025-08-12T06:12:00Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=74172f6c54ba8ace36d974d4e1743a4db313f9ee'/>
<id>urn:sha1:74172f6c54ba8ace36d974d4e1743a4db313f9ee</id>
<content type='text'>
This commit resolves a bug where the PostgreSQL service failed to start
during the boot process when its data directory ($pgdata) was on a
partition mounted via `/etc/fstab`.
Because the filesystem is already mounted, no hotplug event is ever
triggered, and the PostgreSQL service mistakenly waits for an event
that will never happen.
This fix adds a check to ensure the script does not skip starting the
service if the data directory is on a mount point.

Signed-off-by: Peiying Huang &lt;eiying0517@gmail.com&gt;
</content>
</entry>
<entry>
<title>treewide: drop anything related to uClibc</title>
<updated>2025-09-25T05:38:39Z</updated>
<author>
<name>Josef Schlehofer</name>
</author>
<published>2025-06-15T06:37:32Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=3aab1ef31378219eb369147b2cc99b8c1be47dc1'/>
<id>urn:sha1:3aab1ef31378219eb369147b2cc99b8c1be47dc1</id>
<content type='text'>
uClibc-ng was removed in 2020 from OpenWrt main repo [1].
These things are leftovers.

[1] https://git.openwrt.org/?p=openwrt/openwrt.git;a=commit;h=63fb175203bbf3b336804587c2f5b3a2d8132ec1

Signed-off-by: Josef Schlehofer &lt;pepe.schlehofer@gmail.com&gt;
</content>
</entry>
<entry>
<title>postgresql: update to 17.5</title>
<updated>2025-07-08T16:26:25Z</updated>
<author>
<name>Daniel Golle</name>
</author>
<published>2025-07-04T15:24:51Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=64a71ca1c214775e5658fd3a3c044ee73bf06bc6'/>
<id>urn:sha1:64a71ca1c214775e5658fd3a3c044ee73bf06bc6</id>
<content type='text'>
See https://www.postgresql.org/docs/17/release-17-5.html

Signed-off-by: Daniel Golle &lt;daniel@makrotopia.org&gt;
</content>
</entry>
<entry>
<title>postgresql: update to version 17.4</title>
<updated>2025-04-26T14:51:08Z</updated>
<author>
<name>Daniel Golle</name>
</author>
<published>2025-04-26T04:13:52Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=48a1bbd07b5afdc0fe4814efe763997212750887'/>
<id>urn:sha1:48a1bbd07b5afdc0fe4814efe763997212750887</id>
<content type='text'>
See project release notes for more details:
https://www.postgresql.org/docs/17/release-17-4.html
https://www.postgresql.org/docs/17/release-17-3.html

Signed-off-by: Daniel Golle &lt;daniel@makrotopia.org&gt;
</content>
</entry>
<entry>
<title>postgresql: update to version 17.2</title>
<updated>2025-02-10T11:47:32Z</updated>
<author>
<name>Daniel Golle</name>
</author>
<published>2025-02-10T05:14:13Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=9ec157ee989c54f33a4e93dad928d0c4567738b3'/>
<id>urn:sha1:9ec157ee989c54f33a4e93dad928d0c4567738b3</id>
<content type='text'>
Update PostgreSQL to new (major) version 17.2
See https://www.postgresql.org/docs/release/17.2/ for more details.

Signed-off-by: Daniel Golle &lt;daniel@makrotopia.org&gt;
</content>
</entry>
<entry>
<title>Revert "postgresql: update to version 16.3"</title>
<updated>2024-07-09T10:09:18Z</updated>
<author>
<name>Hannu Nyman</name>
</author>
<published>2024-07-09T10:05:57Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=3dbefd299a754f09d38db85fdfbbea36870f7d40'/>
<id>urn:sha1:3dbefd299a754f09d38db85fdfbbea36870f7d40</id>
<content type='text'>
This reverts commit 6a46887e60d969cf718de3a212aa1847277ed4b3
from PR https://github.com/openwrt/packages/pull/24327

Postgresql version upgrade fails in buildbot for all targets
with error like:

[236/1612] Generating src/fe_utils/psqlscan with a custom command
FAILED: src/fe_utils/psqlscan.c
/builder/shared-workdir/build/sdk/staging_dir/host/bin/python3 ../src/tools/pgflex --builddir . --srcdir .. --privatedir src/fe_utils/psqlscan.c.p --flex /builder/shared-workdir/build/sdk/staging_dir/host/bin/flex --perl /builder/shared-workdir/build/sdk/staging_dir/host/bin/perl -i ../src/fe_utils/psqlscan.l -o src/fe_utils/psqlscan.c --no-backup --fix-warnings -- -Cfe -p -p
flex: fatal internal error, exec of /builder/shared-workdir/build/staging_dir/host/bin/m4 failed
[237/1612] Compiling C object src/interfaces/libpq/libpq.so.5.16.p/pqexpbuffer.c.o
ninja: build stopped: subcommand failed.
make[3]: *** [Makefile:264: /builder/shared-workdir/build/sdk/build_dir/target-aarch64_cortex-a53_musl/postgresql-16.3/.built] Error 1

Several dozen packages depend upon postgresql, so the fallout is
rather large. Let's revert the upgrade until a fix is found.

Signed-off-by: Hannu Nyman &lt;hannu.nyman@iki.fi&gt;
</content>
</entry>
</feed>
