Jozef Mlich
365123c53c
update to 9.3.4 minor version per release notes:
...
http://www.postgresql.org/docs/9.3/static/release-9-3-4.html
2014-03-20 17:18:11 +01:00
Jozef Mlich
a21b7d5314
- Fix WAL replay of locking an updated tuple
...
kudos to Alvaro Herrera
See http://www.postgresql.org/message-id/CA+Tgmob8vfzYrLToqYr7uJ2moW3Gnv8rZpPtznxVXRPfTHQpCA@mail.gmail.com
2014-03-13 13:50:06 +01:00
Jozef Mlich
a2f501b795
update to 9.3.3 minor version per release notes:
...
http://www.postgresql.org/docs/9.3/static/release-9-3-3.html
2014-02-20 15:58:24 +01:00
Pavel Raiskup
6d2de0b6b6
postgresql-setup: typos
...
Version: 9.3.2-7
2014-01-23 10:56:07 +01:00
Pavel Raiskup
a43ac073bc
postgresql-setup: add PGSETUP_PGUPGRADE_OPTIONS
...
This allows user to use something like
PGSETUP_PGUPGRADE_OPTIONS="-o '-B 5MB'" to work-around badly set
kernel.shmax value.
Version: 9.3.2-6
2014-01-21 15:55:42 +01:00
Pavel Raiskup
7df4c0e471
postgresql-setup: handle --version option earlier
...
This generated the manual page badly before as the output of
--version option depended on system's postgresql.service (not
available at a build time). So handle options rather at the
beginning of the script.
Version: 9.3.2-5
2014-01-20 15:03:32 +01:00
Pavel Raiskup
ca2964b709
docu: document postgresql-setup in --help a little
...
Also automatically generate manual page from the help output.
Version: 9.3.2-4
2014-01-20 09:49:16 +01:00
Pavel Raiskup
44cd816532
spec: move script generation to proper place
...
Generate postgresql-setup and postgresql-check-db-dir in %prep
rather then in %install. It is (a) better place and (b) it speeds
up its testing ('rpmbuild -bp *.spec' is able to generate them).
Version: 9.3.2-4
2014-01-13 10:01:49 +01:00
Pavel Raiskup
8e40185581
postgresql-setup: do not pretend 'sh' compatibility
...
At least the way the script is prepared for translation is adopted
from bash.
Version: 9.3.2-4
2014-01-13 10:01:47 +01:00
Pavel Raiskup
2f213ebd1d
postgresql-setup: add $PGSETUP_INITDB_OPTIONS
...
Users may now specify by this variable parameters passed to initdb
run. See `man initdb(1)`. This may help if user gets stacked
with bug #1007802 .
Related: #1007802
Version: 9.3.2-4
2014-01-13 10:01:44 +01:00
Pavel Raiskup
083dd21498
postgresql-setup: do not stop server when it can't be started
...
Version: 9.3.2-4
2014-01-13 09:59:32 +01:00
Pavel Raiskup
88e98c3302
spec: build with -O3 on ppc64
...
Resolves : #1051075 (private)
Version: 9.3.2-3
2014-01-10 09:35:43 +01:00
Pavel Raiskup
4c6bd5df12
postgresql-setup: lint
...
Rather use the --ignore-space-change when showing differences.
Version: 9.3.2-2
2013-12-16 14:43:19 +01:00
Jozef Mlich
85e0b076bc
postgresql-setup: ignore misconfigure pg_hba.conf when upgrading
...
Resolves : #1040364
Version: 9.3.2-2
2013-12-16 14:39:50 +01:00
Jozef Mlich
3355515a99
update to 9.3.2 minor version per release notes:
...
http://www.postgresql.org/docs/9.3/static/release-9-3-2.html
2013-12-05 16:32:09 +01:00
Jozef Mlich
64b49cf833
postgresql-aarch64-atomic-upgrade.patch is not used
2013-10-17 10:41:33 +02:00
Jozef Mlich
4b81ad4d16
the prevversion (see package upgrade process) is updated
...
from 9.2.4 to 9.2.5
2013-10-17 10:29:33 +02:00
Jozef Mlich
e8483239a8
rebase to 9.3.1, see http://www.postgresql.org/docs/9.3/static/release-9-3-1.html
2013-10-10 17:51:24 +02:00
Jozef Mlich
1586e09e95
rebase to 9.3.1, see http://www.postgresql.org/docs/9.3/static/release-9-3-1.html
2013-10-10 17:50:43 +02:00
Jozef Mlich
3ee71ef8ba
rebase to 9.3.1, see http://www.postgresql.org/docs/9.3/static/release-9-3-1.html
2013-10-10 17:50:25 +02:00
Jozef Mlich
2de7c2ec9d
rebase to 9.3.1, see http://www.postgresql.org/docs/9.3/static/release-9-3-1.html
2013-10-10 17:48:19 +02:00
Jozef Mlich
8eaff12392
rebase to 9.3.1, see http://www.postgresql.org/docs/9.3/static/release-9-3-1.html
2013-10-10 17:46:49 +02:00
Jozef Mlich
592d0dee38
rebase to 9.3.1, see http://www.postgresql.org/docs/9.3/static/release-9-3-1.html
2013-10-10 17:45:08 +02:00
Pavel Raiskup
24c5bf3138
rebase: upgrade to version 9.3.0
...
Version: 9.3.0-1
2013-09-10 16:01:09 +02:00
Pavel Raiskup
f9f152f08e
upgrade: stop old server in case of permissions problem
...
Version: 9.2.4-11
Resolves : #896161
2013-08-15 07:41:09 +02:00
Pavel Raiskup
4dafc07c13
upgrade: disable aggressive loop optimizations
...
This is important for gcc >= 4.8.0 as the optimizations were turned on by
default. New code-base is OK thus enable this only for older
(upgrade-related) code.
Resolves : #993532
Version: 9.2.4-10
2013-08-12 07:32:50 +02:00
Pavel Raiskup
9124149d17
spec: fix links to docdir in postgresql-check-db-dir
...
Resolves : #994048
Version: 9.2.4-9
2013-08-07 08:31:13 +02:00
Pavel Raiskup
83ea972cfd
spec: allow rpmbuild -bi --short-circuit
...
Version: 9.2.4-8
2013-08-06 13:06:03 +02:00
Dennis Gilmore
a680fe1178
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
2013-08-03 23:57:45 -05:00
Pavel Raiskup
cb07b6b8cc
spec: allow debug also for upgrade when %beta == 1
...
Version: 9.2.4-6
2013-07-29 10:33:23 +02:00
Pavel Raiskup
9d28c85075
spec: split aarch64 patch to allow build for %upgrade == 0
...
Version: 9.2.4-6
2013-07-24 14:15:40 +02:00
Pavel Raiskup
44506bd77e
testsuite: fix FTBFS against perl-5.18
...
Version: 9.2.4-5
2013-07-23 10:15:05 +02:00
Petr Písař
304cc8de27
Perl 5.18 rebuild
2013-07-18 02:37:26 +02:00
Pavel Raiskup
6f62d3591c
spec: fix bogus versions in changelog
...
Version: 9.2.4-4
2013-07-09 14:35:23 +02:00
Pavel Raiskup
3fea88c154
spec: do not use 'patch -b' for manual page fixes
...
The 'make install' target in Makefile is written by hand (not generated by
automake) and it can't tell whether the backups are/(are not) regular
manpages. Thus it would install also all backups as it was manual page.
Detected by RPMDiff (private link):
https://rpmdiff.lab.eng.brq.redhat.com/run/43086/3/
Version: 9.2.4-4
2013-07-09 14:35:15 +02:00
Pavel Raiskup
a57d617cef
spec: replace hard-coded path with macro
...
Version: 9.2.4-3
2013-06-20 09:46:48 +02:00
Pavel Raiskup
3992fad4ad
README.rpm-dist: point user to install postgresql-server
...
Resolves : #969050
Version: 9.2.4-3
2013-06-20 09:44:06 +02:00
Pavel Raiskup
33319f6255
spec: ups, forgot to bump release in changelog during rebase
...
Version: 9.2.4-3
2013-06-13 10:38:57 +02:00
Pavel Raiskup
3202ca7723
man: apply the forgotten man-page-day patch
...
Version: 9.2.4-3
Related: #948933
2013-06-13 10:35:44 +02:00
Pavel Raiskup
0415e338bc
postgresql: fix for atomic operations in aarch64
...
.. is needed also in the older version.
Version: 9.2.4-3
Resolves : #970661
2013-06-13 10:33:54 +02:00
Jan Staněk
cac63b3ab0
added patch for manual pages ( #948933 )
2013-06-13 09:38:22 +02:00
Pavel Raiskup
63807df6fc
postgresql-setup: fail earlier during bad $PGDATA dir creation
...
Related: #972425
Version: 9.2.4-2
2013-06-11 11:04:44 +02:00
Pavel Raiskup
30d053b7a5
postgresql: add support for atomic operations in aarch64
...
Version: 9.2.4-2
Resolves : #970661
2013-06-05 09:37:37 +02:00
Pavel Raiskup
b6b61d6de7
spec: fix rpmlint warnings
...
Version: 9.2.4-1
2013-06-04 15:28:55 +02:00
Tom Lane
d27a983cef
Update to PostgreSQL 9.2.4
2013-04-04 09:42:29 -04:00
Tom Lane
3b77faf93c
Update to PostgreSQL 9.2.3
2013-02-07 10:50:50 -05:00
Tom Lane
1cd49a06e5
Fix bugs 891531 and 891547
2013-01-03 18:37:36 -05:00
Tom Lane
73e3a6adf8
Make building of plpython3 dependent on Fedora version, per guidelines
2012-12-19 12:15:54 -05:00
Tom Lane
4ffe73e930
Forgot that diff hunk order is important in this patch :-(
2012-12-06 12:00:23 -05:00
Tom Lane
5f6fb7975f
Update to PostgreSQL 9.2.2
2012-12-06 11:05:36 -05:00