<feed xmlns='http://www.w3.org/2005/Atom'>
<title>packages/libs/postgresql, 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>2025-12-31T07:22:58Z</updated>
<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>
<entry>
<title>postgresql: update to version 16.3</title>
<updated>2024-07-03T01:32:40Z</updated>
<author>
<name>Daniel Golle</name>
</author>
<published>2024-06-05T02:44:09Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=6a46887e60d969cf718de3a212aa1847277ed4b3'/>
<id>urn:sha1:6a46887e60d969cf718de3a212aa1847277ed4b3</id>
<content type='text'>
Switch to new major version 16.
Use meson to build for target, however, old autotools-style configure is
needed to clean the source directory before being able to run meson, and
host build of the timezone compiler ('zic') also still requires using the
old build system.

See also https://www.postgresql.org/docs/16/release-16.html

Signed-off-by: Daniel Golle &lt;daniel@makrotopia.org&gt;
</content>
</entry>
<entry>
<title>postgesql: update to 15.6</title>
<updated>2024-02-12T00:17:23Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2024-02-11T23:23:36Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=58dfc350a892cfb9f81762d028c2ec3ab41546dd'/>
<id>urn:sha1:58dfc350a892cfb9f81762d028c2ec3ab41546dd</id>
<content type='text'>
Fixes CVE-2023-39417 and CVE-2023-39418

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
</feed>
