File postgresql-pl.changes of Package postgresql
1
-------------------------------------------------------------------
2
Sat Feb 9 08:37:34 UTC 2013 - cs@linux-administrator.com
3
4
- update to release 8.3.23
5
6
-------------------------------------------------------------------
7
Sun Dec 16 10:12:22 UTC 2012 - cs@linux-administrator.com
8
9
- update to release 8.3.22
10
11
-------------------------------------------------------------------
12
Mon Sep 24 19:17:42 UTC 2012 - cs@linux-administrator.com
13
14
- update to release 8.3.21
15
16
-------------------------------------------------------------------
17
Mon Sep 26 15:45:26 UTC 2011 - cs@linux-administrator.com
18
19
- Update to release 8.3.16
20
21
-------------------------------------------------------------------
22
Mon May 19 18:31:54 CEST 2008 - schwab@suse.de
23
24
- Fix broken configure check.
25
26
-------------------------------------------------------------------
27
Thu Apr 10 14:23:15 CEST 2008 - max@suse.de
28
29
- Adopt the 8.3.1 package from Peter Eisentraut's OBS project.
30
- New features in PostgreSQL 8.3 include:
31
* Full text search is integrated into the core database system
32
* Support for the SQL/XML standard, including new operators and an
33
XML data type
34
* Enumerated data types (ENUM)
35
* Arrays of composite types
36
* Universally Unique Identifier (UUID) data type
37
* Add control over whether NULLs sort first or last
38
* Updatable cursors
39
* Server configuration parameters can now be set on a per-function
40
basis
41
* User-defined types can now have type modifiers
42
* Automatically re-plan cached queries when table definitions
43
change or statistics are updated
44
* Numerous improvements in logging and statistics collection
45
* Support multiple concurrent autovacuum processes, and other
46
autovacuum improvements
47
- Add baselibs.conf
48
- Remove old provides/obsoletes tags for way-back package renames.
49
50
-------------------------------------------------------------------
51
Thu Jan 10 14:34:16 CET 2008 - max@suse.de
52
53
- Update to 8.2.6 to fix five security issues:
54
- Index Functions Privilege Escalation: CVE-2007-6600
55
- Regular Expression Denial-of-Service: CVE-2007-4772,
56
CVE-2007-6067, CVE-2007-4769, #329282
57
- DBLink Privilege Escalation: CVE-2007-6601, #328403
58
59
-------------------------------------------------------------------
60
Wed Jun 6 16:02:58 CEST 2007 - max@suse.de
61
62
- New version: 8.2.4
63
- The list of changes between the 8.1 and 8.2 series is too long
64
to reproduce here. It can be found under
65
/usr/share/doc/packages/postgresql/HISTORY when the postgresql
66
package is installed or online at http://www.postgresql.org.
67
- Splited the postgresql-pl package into individual packages for
68
PL/Perl, PL/Python and PL/Tcl.
69
- Added a config file for SuSEfirewall2 (#247370).
70
71
-------------------------------------------------------------------
72
Thu Mar 29 14:32:16 CEST 2007 - rguenther@suse.de
73
74
- Add bison, flex and zlib-devel BuildRequires.
75
76
-------------------------------------------------------------------
77
Tue Oct 17 15:01:57 CEST 2006 - max@suse.de
78
79
- New patchlevel release: 8.1.5
80
- Disallow aggregate functions in "UPDATE" commands, except within
81
sub-SELECTs. The behavior of such an aggregate was unpredictable,
82
and in 8.1.X could cause a crash, so it has been disabled.
83
- Fix core dump when an untyped literal is taken as ANYARRAY.
84
- Fix core dump in duration logging for extended query protocol when
85
a "COMMIT" or "ROLLBACK" is executed.
86
- Fix mishandling of AFTER triggers when query contains a SQL function
87
returning multiple rows.
88
- Fix "ALTER TABLE ... TYPE" to recheck NOT NULL for USING clause.
89
- Fix string_to_array() to handle overlapping matches for the
90
separator string.
91
- Fix to_timestamp() for AM/PM formats.
92
- Fix autovacuum's calculation that decides whether "ANALYZE" is
93
needed.
94
- Fix corner cases in pattern matching for psql's \d commands.
95
- Fix index-corrupting bugs in /contrib/ltree.
96
- Numerous robustness fixes in ecpg.
97
- Fix backslash escaping in /contrib/dbmirror.
98
- Minor fixes in /contrib/dblink and /contrib/tsearch2.
99
- Efficiency improvements in hash tables and bitmap index scans.
100
101
-------------------------------------------------------------------
102
Wed May 24 10:24:26 CEST 2006 - max@suse.de
103
104
- Update to 8.1.4 to fix SQL injection vulnerabilities
105
(bug #177931, CVE-2006-2313, CVE-2006-2314).
106
107
- Added a new postgresql-SECURITY-NOTICE file with an FAQ that
108
explains the issues.
109
110
-------------------------------------------------------------------
111
Mon Feb 13 15:47:46 CET 2006 - max@suse.de
112
113
- New version: 8.1.3 (#150376).
114
- Relaxed dependencies between subpackages to simplify future
115
updates.
116
117
-------------------------------------------------------------------
118
Wed Jan 25 21:40:32 CET 2006 - mls@suse.de
119
120
- converted neededforbuild to BuildRequires
121
122
-------------------------------------------------------------------
123
Fri Jan 13 17:21:31 CET 2006 - max@suse.de
124
125
- Moved from logrotate to PostgreSQL's own log rotation facility.
126
- Log files are now located under /var/lib/pgsql/data/pg_log .
127
- Improved error reporting on test suite failures.
128
129
-------------------------------------------------------------------
130
Thu Dec 22 17:26:01 CET 2005 - max@suse.de
131
132
- New version: 8.1.1
133
134
-------------------------------------------------------------------
135
Fri Jun 17 09:50:16 CEST 2005 - max@suse.de
136
137
- Removed bogus %patch3
138
139
-------------------------------------------------------------------
140
Thu Jun 2 18:59:06 CEST 2005 - max@suse.de
141
142
- Added postgresql-CAN-2005-1409-1410-fix.sh for fixing existing
143
installations, and referred to it in the SECURITY-NOTICE.
144
145
-------------------------------------------------------------------
146
Tue May 17 18:56:40 CEST 2005 - max@suse.de
147
148
- Added postgresql-SECURITY-NOTICE to describe the manual actions
149
that are needed to apply the bugfixes from 8.0.3 to existing
150
installations.
151
152
-------------------------------------------------------------------
153
Tue May 10 18:06:54 CEST 2005 - max@suse.de
154
155
- New patch release: 8.0.3
156
- Fixes bug #82869, CAN-2005-1410, and CAN-2005-1409
157
- Obsoletes postgresql-CAN-2005-0247.patch
158
159
-------------------------------------------------------------------
160
Mon Apr 11 13:35:34 CEST 2005 - max@suse.de
161
162
- New patch release: 8.0.2
163
164
-------------------------------------------------------------------
165
Mon Apr 4 16:11:06 CEST 2005 - uli@suse.de
166
167
- hardwire thread safety to yes (test may hang QEMU)
168
169
-------------------------------------------------------------------
170
Fri Apr 1 13:38:46 CEST 2005 - uli@suse.de
171
172
- ignore regressions on ARM
173
174
-------------------------------------------------------------------
175
Wed Mar 16 19:56:30 CET 2005 - max@suse.de
176
177
- Prevent the wrapper libs from ending up in the provides list.
178
179
-------------------------------------------------------------------
180
Mon Mar 14 18:14:27 CET 2005 - max@suse.de
181
182
- Added postgresql-CAN-2005-0247.patch to fix bug #65692.
183
184
-------------------------------------------------------------------
185
Fri Mar 11 20:55:19 CET 2005 - max@suse.de
186
187
- Added some wrapper libs so that old postmaster binaries, back
188
to at least 8.1/SLES8 can still be started.
189
- Extended the init script to use the wrapper libs when needed.
190
- Setting a senseful umask when creating the postmaster backups
191
in %pre.
192
193
-------------------------------------------------------------------
194
Mon Feb 7 11:41:18 CET 2005 - max@suse.de
195
196
- New patch release: 8.0.1
197
- Fixes a vulnerability in the LOAD command.
198
199
-------------------------------------------------------------------
200
Wed Jan 19 11:23:32 CET 2005 - max@suse.de
201
202
- Update to the final 8.0.0 release.
203
204
-------------------------------------------------------------------
205
Wed Dec 22 20:36:21 CET 2004 - max@suse.de
206
207
- New version: 8.0.0rc2
208
209
-------------------------------------------------------------------
210
Fri Dec 10 17:48:44 CET 2004 - max@suse.de
211
212
- New version: 8.0.0rc1
213
- Recoded README.SuSE.de to UTF-8.
214
215
-------------------------------------------------------------------
216
Fri Dec 3 16:44:58 CET 2004 - max@suse.de
217
218
- New version: 8.0.0beta5
219
220
-------------------------------------------------------------------
221
Thu Nov 18 15:50:27 CET 2004 - ro@suse.de
222
223
- use kerberos-devel-packages
224
225
-------------------------------------------------------------------
226
Mon Sep 6 16:26:22 CEST 2004 - max@suse.de
227
228
- Created a separate spec file for the postgresql-pl subpackage.
229
230
-------------------------------------------------------------------
231
Fri Aug 20 18:20:02 CEST 2004 - max@suse.de
232
233
- New version: 7.4.5.
234
235
-------------------------------------------------------------------
236
Thu Jul 15 12:20:38 CEST 2004 - max@suse.de
237
238
- New version: 7.4.3.
239
240
-------------------------------------------------------------------
241
Mon May 24 11:10:04 CEST 2004 - max@suse.de
242
243
- Changed dependency of -devel from the main package to -libs
244
(Bug #40922).
245
246
-------------------------------------------------------------------
247
Mon Apr 5 15:44:01 CEST 2004 - max@suse.de
248
249
- Added postgresql-regression.patch to prevent test failures
250
during summertime/wintertime changes.
251
252
-------------------------------------------------------------------
253
Thu Mar 11 16:38:39 CET 2004 - max@suse.de
254
255
- New patch release: 7.4.2
256
257
-------------------------------------------------------------------
258
Fri Jan 16 11:53:23 CET 2004 - kukuk@suse.de
259
260
- Add pam-devel to neededforbuild
261
262
-------------------------------------------------------------------
263
Mon Jan 12 17:56:41 CET 2004 - max@suse.de
264
265
- New version: 7.4.1
266
- Write timestamps to /var/log/postgresql by default.
267
268
-------------------------------------------------------------------
269
Thu Dec 18 20:49:09 CET 2003 - max@suse.de
270
271
- Package the backend headers as well (make install-all-headers),
272
because they are needed for server-side modules written in C.
273
274
-------------------------------------------------------------------
275
Tue Nov 18 13:20:55 CET 2003 - max@suse.de
276
277
- Install pg_config_manual.h and port.h, because they are needed
278
by c.h (postgresql-include.patch).
279
280
-------------------------------------------------------------------
281
Mon Nov 17 11:57:45 CET 2003 - max@suse.de
282
283
- New version: 7.4. For details see
284
http://www.postgresql.org/docs/7.4/static/release.html, or
285
/usr/share/doc/packages/postgresql/html/release.html
286
287
- Overhauled and simplified the spec file.
288
289
- Building with Kerberos-Support.
290
291
- Building thread-safe client libraries.
292
293
- Architecture-dependent tweaks for the testsuite are not needed
294
anymore.
295
296
- Better detection for embedded Python build options.
297
298
-------------------------------------------------------------------
299
Mon Oct 20 10:15:43 CEST 2003 - schwab@suse.de
300
301
- Fix last change.
302
303
-------------------------------------------------------------------
304
Sat Oct 18 10:15:34 CEST 2003 - adrian@suse.de
305
306
- ignore minor mis-calculation on mips
307
- build as user
308
309
-------------------------------------------------------------------
310
Tue Sep 23 11:41:02 CEST 2003 - max@suse.de
311
312
- Fixed version detection in the pre script of the server package.
313
(#31570)
314
315
- Ignore errors from stop_on_removal (#31607).
316
317
-------------------------------------------------------------------
318
Mon Sep 15 11:05:16 CEST 2003 - max@suse.de
319
320
- Activated the patch, that fixes dbf2pg (#27427). The patch was
321
added to the package before, but accidentally didn't get applied.
322
323
- Improved handling of old versions of the backend (#27114).
324
325
- Stopping the server before uninstallation and restarting it
326
after update (#29038).
327
328
-------------------------------------------------------------------
329
Fri Aug 29 17:50:23 CEST 2003 - mcihar@suse.cz
330
331
- python bindings require same python version as it was built with
332
333
-------------------------------------------------------------------
334
Thu Aug 14 17:24:23 CEST 2003 - max@suse.de
335
336
- Added ServiceRestart to sysconfig template.
337
338
-------------------------------------------------------------------
339
Thu Aug 14 14:40:41 CEST 2003 - ro@suse.de
340
341
- fixed chown usage in init-script
342
343
-------------------------------------------------------------------
344
Mon Aug 4 11:03:49 CEST 2003 - max@suse.de
345
346
- New version: 7.3.4.
347
348
- Adopted postgresql-multilib.patch from the official PostgreSQL
349
RPMs. This obsoletes postgresql-lib64.patch.
350
351
- Use test-and-set locks for x86_64 instead of slow semaphores.
352
(postgresql-x86_64.patch, Bug #27308)
353
354
- make use of %jobs for parallel builds.
355
356
- Fix ownership of /etc/logrotate.d/postgresql (Bug #28431).
357
358
- Changed the default locale for the server to "C" to avoid a hard
359
dependency to glibc-locale (bug #28338).
360
361
- Enabled charset conversion for dbf2pg (Bug #27427).
362
363
-------------------------------------------------------------------
364
Wed Jul 16 13:13:05 CEST 2003 - meissner@suse.de
365
366
- fix hanging builds by another rework of the ppc64
367
locking. Apparently we need to do exact stcwx. ; bne ; isync
368
sequences to stay correct.
369
370
-------------------------------------------------------------------
371
Tue Jun 24 12:27:36 CEST 2003 - meissner@suse.de
372
373
- Fixed the ppc/ppc64 locking, isync was at the wrong
374
position. Replaced full sync by lwsync. slock_ts can
375
be 32bit on ppc64 too, we just use lwarx/stwcx which
376
handle 32bit components.
377
378
-------------------------------------------------------------------
379
Tue Jun 3 16:00:19 CEST 2003 - max@suse.de
380
381
- New version: 7.3.3.
382
383
- Remove unpackaged files.
384
385
- pg_hba.conf: only allow local connections from the same user
386
by default.
387
388
-------------------------------------------------------------------
389
Fri Mar 14 10:47:53 CET 2003 - max@suse.de
390
391
- Fixed generation of sql files in contrib, and really install the
392
contrib stuff instead of just copying over the source tree
393
(Bug #25323, postgresql-contrib.patch).
394
395
- Fixed the file-list of the server package.
396
397
-------------------------------------------------------------------
398
Wed Mar 12 11:25:09 CET 2003 - max@suse.de
399
400
- Fixed a typo in the init script (Bug #25115).
401
402
-------------------------------------------------------------------
403
Thu Mar 6 15:59:50 CET 2003 - max@suse.de
404
405
- Add support for LSB compatible exit codes for start and stop
406
to pg_ctl (postgresql-lsb.patch).
407
408
- Use pg_ctl instead of startproc/killproc in init script, because
409
it waits until the server is completely fired up or shut down.
410
(Bug #24395)
411
412
- Removed the libpq.so.2.0 link from the package, because it got
413
removed by ldconfig after installation anyways (Bug #24557).
414
415
-------------------------------------------------------------------
416
Tue Feb 25 13:19:25 CET 2003 - max@suse.de
417
418
- Mark manpages as documentation.
419
- Create the backup directory during install.
420
421
-------------------------------------------------------------------
422
Mon Feb 24 17:35:36 CET 2003 - max@suse.de
423
424
- Make a backup of the server binaries during update, and use the
425
old server as long as the data files are still in the old format.
426
427
-------------------------------------------------------------------
428
Thu Feb 6 17:16:42 CET 2003 - max@suse.de
429
430
- New patch release 7.3.2 which fixes several serious bugs.
431
See HISTORY for details.
432
433
-------------------------------------------------------------------
434
Tue Jan 28 17:20:13 CET 2003 - max@suse.de
435
436
- Added metadata for the sysconfig editor.
437
438
-------------------------------------------------------------------
439
Mon Jan 20 12:17:22 CET 2003 - max@suse.de
440
441
- New version: 7.3.1
442
443
- Removed old update scripts, because they don't work anymore.
444
445
-------------------------------------------------------------------
446
Thu Jan 16 08:32:56 CET 2003 - bg@suse.de
447
448
- Changed the expected test results for hppa to the correct files
449
450
-------------------------------------------------------------------
451
Fri Nov 29 15:42:52 CET 2002 - max@suse.de
452
453
- New version 7.3.
454
455
- Compiling with PAM support.
456
457
- Client libraries (perl, tcl, odbc, pgeasy, pq++) have been
458
taken out of the PostgreSQL core distribution and will be
459
built as separate packages in the future.
460
461
- The plperl subpackage has been renamed to pl, and now contains
462
PL/Perl, PL/Python, and PL/Tcl.
463
464
-------------------------------------------------------------------
465
Fri Sep 13 13:29:33 CEST 2002 - max@suse.de
466
467
- Added circle_poly-overrun.patch to fix a couple of
468
buffer overruns.
469
470
-------------------------------------------------------------------
471
Thu Sep 12 11:55:58 CEST 2002 - max@suse.de
472
473
- Corrected symlink /usr/lib/libpq.so.2.0 [#19490].
474
- Fixed ownership of /var/lib/pgsql [#19523].
475
476
-------------------------------------------------------------------
477
Fri Sep 6 11:34:53 CEST 2002 - max@suse.de
478
479
- Recovered time stamps of source files and patches.
480
481
-------------------------------------------------------------------
482
Mon Sep 2 17:56:17 CEST 2002 - max@suse.de
483
484
- Updated to patch release 7.2.2 which fixes some security holes.
485
- Essential diff between 7.2.1 and 7.2.2 is included.
486
487
-------------------------------------------------------------------
488
Tue Aug 20 12:26:37 CEST 2002 - mmj@suse.de
489
490
- Correct PreReq
491
492
-------------------------------------------------------------------
493
Mon Aug 19 09:42:50 CEST 2002 - kukuk@suse.de
494
495
- Fix requires egenix-mx-base -> python-egenix-mx-base
496
497
-------------------------------------------------------------------
498
Fri Aug 16 00:35:40 CEST 2002 - ro@suse.de
499
500
- don't chmod 644 to directories
501
502
-------------------------------------------------------------------
503
Wed Aug 14 14:47:34 CEST 2002 - ro@suse.de
504
505
- added "missingok" to logrotate config
506
507
-------------------------------------------------------------------
508
Fri Aug 9 10:55:05 CEST 2002 - max@suse.de
509
510
- Removed sysconfig from neededforbuild.
511
- Using x-devel-packages instead of xf86.
512
513
-------------------------------------------------------------------
514
Thu Aug 8 10:59:10 CEST 2002 - max@suse.de
515
516
- Removed support for older SuSE versions.
517
- Moved log file cration from %post to rcpostgresql.
518
- Changed group for /etc/logrotate.d/postgresql.
519
520
-------------------------------------------------------------------
521
Mon Aug 5 15:54:21 CEST 2002 - max@suse.de
522
523
- Enabled the plperl subpackage.
524
525
-------------------------------------------------------------------
526
Tue Jul 30 16:42:18 CEST 2002 - max@suse.de
527
528
- Fixed regression tests for ppc64.
529
530
-------------------------------------------------------------------
531
Fri Jul 12 11:24:52 CEST 2002 - max@suse.de
532
533
- Re-enabled the regression tests.
534
535
- Running test suite as nobody.
536
537
- Adjusted ppc and lib64 patch to the scheme of the other
538
platform patches.
539
540
- Better test-and-set assembler code for s390 and s390x.
541
542
- Creating postgres user and group during RPM installation.
543
544
-------------------------------------------------------------------
545
Tue Jun 18 11:53:05 CEST 2002 - meissner@suse.de
546
547
- use the powerpc assembler tas() for ppc64 too with adjusted assembler
548
names.
549
550
-------------------------------------------------------------------
551
Fri May 24 18:43:35 CEST 2002 - max@suse.de
552
553
- New minor release: 7.2.1
554
555
- Temporaryly disabled the regression tests due to changes to
556
mktime() that caused some tests to fail.
557
558
-------------------------------------------------------------------
559
Fri May 24 13:04:42 CEST 2002 - ke@suse.de
560
561
- postgresql-python requires egenix-mx-base (DateTime) [# 14745].
562
563
-------------------------------------------------------------------
564
Wed May 22 14:21:02 CEST 2002 - meissner@suse.de
565
566
- %_lib fixes for lib64 architectures. Now fails at the same point as i386.
567
568
-------------------------------------------------------------------
569
Wed Mar 20 15:07:48 CET 2002 - max@suse.de
570
571
- Changed postgresql package to PreReq postgresql-libs instead of
572
postgresql-lib which is obsolete.
573
574
-------------------------------------------------------------------
575
Fri Mar 8 14:37:08 CET 2002 - poeml@suse.de
576
577
- add missing / before %_lib, fixing the preinstall script of -libs
578
subpackage
579
580
-------------------------------------------------------------------
581
Wed Mar 6 16:35:19 CET 2002 - max@suse.de
582
583
- Fixed test-and-set assembler code for s390x.
584
585
- Made finding of perl and python site-paths more portable.
586
587
- Fixed detection of SuSE dist for older releases.
588
589
- Some more %_libdir corrections.
590
591
- Using -fPIC for building shared libs on all architectures.
592
593
- Leaving out tk and python subpackages if tk and python
594
are not OK.
595
596
-------------------------------------------------------------------
597
Mon Mar 4 17:57:29 CET 2002 - max@suse.de
598
599
- Fixed creation of pkgIndex.tcl
600
601
- Removed some python stuff from the spec file that is now part of
602
PostgreSQL's build system.
603
604
- Removed unneeded executable permissions from a couple of files.
605
606
-------------------------------------------------------------------
607
Wed Feb 13 14:30:49 CET 2002 - max@suse.de
608
609
- added support for logrotate
610
611
- changed sysconfig stuff and init script to run on both
612
schemes (<=7.3 and >=8.0).
613
614
-------------------------------------------------------------------
615
Tue Feb 5 16:43:04 CET 2002 - max@suse.de
616
617
- Updated to 7.2 final.
618
619
- See the file /usr/share/doc/packages/postgresql/HISTORY
620
for changes and incompatibilities since version 7.1.x.
621
622
- Adapted the init script to match the new versions of killproc
623
and PostgreSQL.
624
625
-------------------------------------------------------------------
626
Mon Jan 28 08:44:00 CET 2002 - max@suse.de
627
628
- Updated to 7.2rc2
629
- Removed temporary header fix.
630
- Added a patch for autoconf-2.52 (disabled by derfault).
631
- Added english version of README.SuSE
632
633
-------------------------------------------------------------------
634
Tue Jan 22 15:15:39 CET 2002 - max@suse.de
635
636
- removed os.h. It's not needed anymore.
637
- fixed locations of internal header files (temporary).
638
- postgresql-python now obsoletes pygresql.
639
- updated the files lists.
640
641
-------------------------------------------------------------------
642
Mon Jan 21 19:32:37 CET 2002 - max@suse.de
643
644
- New version 7.2b5
645
646
-------------------------------------------------------------------
647
Tue Dec 18 17:39:42 CET 2001 - max@suse.de
648
649
- Changed spec file to make use of %{_libdir} where appropriate.
650
651
-------------------------------------------------------------------
652
Mon Dec 17 16:15:12 CET 2001 - max@suse.de
653
654
- Removed the START_POSTGRES variable from the fillup template
655
and changed init script, and spec file to the new scheme.
656
657
- Moved the remaining variables from /etc/rc.config to
658
/etc/sysconfig/postgresql.
659
660
-------------------------------------------------------------------
661
Wed Sep 12 12:06:19 CEST 2001 - max@suse.de
662
663
- New version (patch release): 7.1.3
664
The ChangeLog says:
665
- Remove unused WAL segements of large transactions (Tom)
666
- Multiaction rule fix (Tom)
667
- Pl/pgSQL memory allocation fix (Jan)
668
- VACUUM buffer fix (Tom)
669
- Regression test fixes (Tom)
670
- pg_dump fixes for GRANT/REVOKE/comments on views,
671
user-defined types (Tom)
672
- Fix subselects with DISTINCT ON or LIMIT (Tom)
673
- BEOS fix
674
- Disable COPY TO/FROM a view (Tom)
675
- Cygwin build (Jason Tishler)
676
677
- Fixed bug in init script.
678
It needed a file that comes only with postgresql-devel
679
680
- Better Patch for PgTcl. It now sets the client encoding to
681
UNICODE (PostgreSQL's name for UTF-8) for Tcl versions >= 8.1
682
instead of using Tcl's conversion functions to get the correct
683
string representation.
684
685
- Added README.SuSE (only german, so far)
686
687
- Some minor typo fixes in the spec file.
688
689
-------------------------------------------------------------------
690
Mon Aug 27 10:49:07 CEST 2001 - utuerk@suse.de
691
692
- removed postgresql.conf (now provided by susehelp)
693
694
-------------------------------------------------------------------
695
Mon Jul 23 19:16:06 CEST 2001 - max@suse.de
696
697
- Fixed %pre and %post scripts for YaST.
698
699
-------------------------------------------------------------------
700
Thu Jul 19 16:30:48 CEST 2001 - max@suse.de
701
702
- fixed regression tests for SPARC32.
703
704
- fixed init script to warn about incompatible data files.
705
706
- added patch for Pgtcl to use UTF8 for internal string
707
representation if compiled with Tcl >= 8.1 .
708
709
- added pkgIndex.tcl to allow dynamic loading of Pgtcl using
710
Tcl's package mechanism.
711
712
-------------------------------------------------------------------
713
Wed Jul 11 11:51:11 CEST 2001 - max@suse.de
714
715
- fixed regression test to succeed on PPC with glibc-2.2.3 .
716
717
-------------------------------------------------------------------
718
Tue Jul 10 11:02:12 CEST 2001 - max@suse.de
719
720
- new version: 7.1.2
721
722
- packages again based on the official PostgreSQL RPMs.
723
724
- architecture patches are no longer needed.
725
726
- running the regression tests as part of the build process to
727
ensure that only correctly built binaries get packed in.
728
729
- new subpackages: contrib, doc
730
731
- renamed subpackage lib to libs to conform to the official RPMs
732
733
- ToDo: (semi)automatic conversion for updates
734
from versions prior 7.1.
735
736
-------------------------------------------------------------------
737
Mon May 7 22:37:05 CEST 2001 - mfabian@suse.de
738
739
- bzip2 sources
740
741
-------------------------------------------------------------------
742
Fri Apr 27 12:34:31 CEST 2001 - max@suse.de
743
744
- updated the init script to be more LSB compliant according to
745
the current /etc/init.d/skeleton.
746
747
-------------------------------------------------------------------
748
Thu Apr 12 13:23:53 CEST 2001 - max@suse.de
749
750
- fix for deprecated declarations in readline 4.2.
751
- fixed permissons of some shared objects for the backend.
752
- recovered timestamps of sources.
753
754
-------------------------------------------------------------------
755
Wed Apr 11 13:51:39 CEST 2001 - utuerk@suse.de
756
757
- added postgresql.conf for susehelp
758
759
-------------------------------------------------------------------
760
Thu Mar 22 18:51:02 CET 2001 - ro@suse.de
761
762
- added split-aliases as provides
763
764
-------------------------------------------------------------------
765
Thu Mar 22 00:35:04 CET 2001 - poeml@suse.de
766
767
- 7.0.* does not work on PPC unless compiled with -O0 (7.1 will)
768
769
-------------------------------------------------------------------
770
Wed Mar 7 13:57:16 CET 2001 - max@suse.de
771
772
- added xshared and xdevel to neededforbuild
773
because X is no longer in the default buildsystem.
774
775
-------------------------------------------------------------------
776
Fri Feb 23 00:10:25 CET 2001 - ro@suse.de
777
778
- added readline/readline-devel to neededforbuild (split from bash)
779
780
-------------------------------------------------------------------
781
Wed Jan 24 18:14:53 MET 2001 - max@suse.de
782
783
- added missing "Provides:" entries to specfile.
784
785
-------------------------------------------------------------------
786
Mon Jan 15 20:59:19 CET 2001 - max@suse.de
787
788
- dropping the locale environment vars from the init script
789
as workarround for a locale related bug in the backend.
790
It shows up when the regression test runs on a backend that
791
has e.g. LC_CTYPE=de_DE .
792
793
-------------------------------------------------------------------
794
Wed Nov 29 17:22:43 CET 2000 - max@suse.de
795
796
- new version: 7.0.3
797
798
- spec file is based on Lamar Owen's source RPM of
799
PostgreSQL-7.0.3 for SuSE Linux 7.0
800
801
- renamed the whole package
802
postgres -> postgresql
803
pg_lib -> postgresql-lib
804
pg_serv -> postgresql-serv
805
pg_devel -> postgresql-devel
806
pg_tcl -> postgresql-tcl
807
pg_tk -> postgresql-tk
808
pg_odbc -> postgresql-odbc
809
pg_jdbc -> postgresql-jdbc
810
pg_pyth -> postgresql-python
811
pg_perl -> postgresql-perl
812
pg_test -> postgresql-test
813
814
- renamed some files and scripts from *postgres* to *postgresql*
815
816
- moved to the LSB-compliant init scheme
817
818
- moved database initialisation from SuSEconfig.postgres
819
into the init script
820
821
- changed postgresql-python to use Python2.0 instead of 1.5
822
823
-------------------------------------------------------------------
824
Sat Oct 28 19:51:03 CEST 2000 - kukuk@suse.de
825
826
- Add python-devel to need for build
827
828
-------------------------------------------------------------------
829
Tue Oct 24 00:28:16 CEST 2000 - bk@suse.de
830
831
- integrated change from max:
832
- changed /sbin/init.d/postgres and SuSEconfig.postgres
833
to work arround YaST that quotes the value of POSTGRES_DATADIR
834
in /etc/rc.config when it gets changed.
835
836
-------------------------------------------------------------------
837
Mon Sep 11 16:37:58 CEST 2000 - fober@suse.de
838
839
- made postgres run&autobuild on s390:
840
841
- src/include/port/linux.h, src/include/storage/s_lock.h:
842
s390-assembler test-and-set (thanks to Andreas Jaeger)
843
844
- src/template/.similar, src/template/linux_s390:
845
created linux_s390-Template from linux_ppc.
846
TODO: is -O0 really needed?
847
848
- regression test passes (with minor deviations in floating point
849
arithmetics)
850
851
TODO: the regression test will not run out of the box as we install
852
it. this is the missing piece, either in postgres-source or in
853
.spec
854
855
# missing files
856
cd $BUILD_ROOT/usr/src/packages/BUILD/postgresql-7.0.2/;
857
cp -avP src/backend/*.h $RPM_BUILD_ROOT/usr/lib/pgsql
858
cp -avP src/include $RPM_BUILD_ROOT/usr/lib/pgsql
859
cp -avP src/Makefile.port $RPM_BUILD_ROOT/usr/lib/pgsql
860
cp -avP src/Makefile.global $RPM_BUILD_ROOT/usr/lib/pgsql
861
862
# directory structure
863
cd $RPM_BUILD_ROOT/usr/lib/pgsql
864
mkdir src
865
mv test src
866
ln -s src/test .
867
868
-------------------------------------------------------------------
869
Mon Aug 28 21:59:03 MEST 2000 - max@suse.de
870
871
- changed installation order to fix bug #3802
872
873
-------------------------------------------------------------------
874
Mon Jul 3 12:10:10 MEST 2000 - max@suse.de
875
876
- Disabled fcntl(F_SETLK) on the postmaster socket to work arround
877
a kernel bug in Linux <= 2.2.16.
878
- New subpackage: pg_lib contains the shared libs for C and C++.
879
880
-------------------------------------------------------------------
881
Thu Jun 29 18:35:54 CEST 2000 - schwab@suse.de
882
883
- Fix spinlocks for ia64.
884
- Reenable ia64 patch on the other architectures.
885
886
-------------------------------------------------------------------
887
Wed Jun 28 21:22:54 CEST 2000 - max@suse.de
888
889
- disabled the ia64 patch when building for other architectures
890
- database unload+reload on updates works now
891
- moved some script and config files out of the diff into
892
source files of their own.
893
- template database creation moved from init script into SuSEconfig
894
- some minor cleanups
895
896
-------------------------------------------------------------------
897
Tue Jun 20 13:36:41 CEST 2000 - schwab@suse.de
898
899
- Add support for ia64.
900
901
-------------------------------------------------------------------
902
Fri Jun 9 19:07:44 CEST 2000 - max@suse.de
903
904
- New version: 7.0.2.
905
- Re-made the whole package based on the original PostgreSQL RPM.
906
- There is still a little work needed for clean updates from
907
PostgreSQL 6.x to 7.0.x
908
- Heavy testing needed before SuSE Linux 7.0.
909
910
-------------------------------------------------------------------
911
Sun Apr 9 18:51:40 CEST 2000 - bk@suse.de
912
913
- added suse update config macro
914
- added automake to list of packages needed for building postgres
915
916
-------------------------------------------------------------------
917
Thu Feb 10 17:11:38 CET 2000 - ke@suse.de
918
919
- add more source files from the official PostgreSQL package.
920
- start to apply patches from there.
921
- start to cleanup the spec file.
922
- start to resolve bug #1948.
923
924
-------------------------------------------------------------------
925
Wed Feb 9 14:15:22 CET 2000 - ke@suse.de
926
927
- add group tag.
928
- ./configure -> %build.
929
- New default for rc.config variable START_POSTGRES ("no").
930
931
-------------------------------------------------------------------
932
Fri Dec 10 16:20:36 MET 1999 - ke@suse.de
933
934
- update: version 6.5.3.
935
- startup script: use -S to remove the socket.
936
937
-------------------------------------------------------------------
938
Tue Oct 12 13:01:38 CEST 1999 - ro@suse.de
939
940
- added tcld to neededforbuild
941
942
-------------------------------------------------------------------
943
Mon Sep 13 17:23:57 CEST 1999 - bs@suse.de
944
945
- ran old prepare_spec on spec file to switch to new prepare_spec.
946
947
-------------------------------------------------------------------
948
Mon Aug 2 17:10:18 MEST 1999 - ke@suse.de
949
950
- postgresql init script: remove the socket in /tmp before trying to
951
start the postmaster.
952
953
-------------------------------------------------------------------
954
Thu Jul 29 18:17:30 MEST 1999 - ke@suse.de
955
956
- update: version 6.5.1.
957
958
-------------------------------------------------------------------
959
Tue Jul 20 15:18:15 MEST 1999 - ke@suse.de
960
961
- remove MANPATH setting from /etc/postgres.{sh,csh} and from
962
/etc/pg_ifa.{sh,csh}.
963
- provide manpage links at /usr/share/man:
964
965
/usr/lib/pgsql/man/man?/*.?.gz -> /urs/share/man/man?/*.?.pgsql.gz
966
967
- now, you'll find all manpage in "pg_ifa".
968
969
-------------------------------------------------------------------
970
Thu Mar 18 13:59:36 MET 1999 - ke@suse.de
971
972
- compile an install "spi" (on popular demand...).
973
974
-------------------------------------------------------------------
975
Wed Feb 10 10:00:28 MET 1999 - ke@suse.de
976
977
- security fix: don't create pg_pwd with mode 666 (thanks to mt).
978
979
-------------------------------------------------------------------
980
Mon Feb 1 16:53:22 MET 1999 - ke@suse.de
981
982
- fix permissions of libs (thanks to mt).
983
984
-------------------------------------------------------------------
985
Fri Jan 8 10:28:19 MET 1999 - ke@suse.de
986
987
- update: version 6.4.2.
988
989
-------------------------------------------------------------------
990
Tue Dec 1 11:53:32 MET 1998 - ke@suse.de
991
992
- add /etc/profile.d/{postgres,pg_ifa}.csh (thanks to werner).
993
- new bootscript (thanks to werner).
994
995
-------------------------------------------------------------------
996
Fri Nov 27 18:20:33 MET 1998 - ke@suse.de
997
998
- link libpgtcl against libcrypt.
999
1000
-------------------------------------------------------------------
1001
Thu Nov 12 15:15:48 MET 1998 - bs@suse.de
1002
1003
- fixed spec file for new rpm.
1004
1005
-------------------------------------------------------------------
1006
Fri Oct 30 15:33:07 MET 1998 - ke@suse.de
1007
1008
- update: version 6.4-BETA4.
1009
1010
-------------------------------------------------------------------
1011
Sun Sep 27 14:27:33 MEST 1998 - ke@suse.de
1012
1013
- update: version pre6.4 (snapshot 1998-09-27).
1014
- remove pgaccess (it's a separate package now).
1015
- all libraries and binaries are under the separate hierarchy
1016
/usr/lib/pgsql (on customers' request...).
1017
- provide /etc/profile.d/{postgres,pg_ifa}.sh; .csh files are still
1018
missing.
1019
1020
-------------------------------------------------------------------
1021
Mon Aug 24 18:00:54 MEST 1998 - ke@suse.de
1022
1023
- shut down the postmaster before uninstalling.
1024
1025
-------------------------------------------------------------------
1026
Tue Aug 18 18:04:47 MEST 1998 - ke@suse.de
1027
1028
- add pgaccess' GIFs (HTML documentation).
1029
1030
-------------------------------------------------------------------
1031
Sat Jul 25 12:10:59 MEST 1998 - ke@suse.de
1032
1033
- Use `-n postgres' to make the `%post' script available.
1034
1035
-------------------------------------------------------------------
1036
Mon Jul 13 08:14:48 MEST 1998 - ke@suse.de
1037
1038
- update pgaccess: version 0.88.
1039
1040
-------------------------------------------------------------------
1041
Thu May 28 11:34:36 MEST 1998 - ke@suse.de
1042
1043
- New package split: rip out the base interfaces (libraries and database
1044
tools); the new package is called pg_ifa (subpackage).
1045
- update pgaccess: version 0.87.
1046
1047
-------------------------------------------------------------------
1048
Fri May 22 13:57:20 MEST 1998 - ke@suse.de
1049
1050
- update: version 6.3.2
1051
- package split to ease maintainability and user updates; now, we've the
1052
following packages:
1053
postgres : base packages, essential interfaces included (libpq,
1054
libpq++, libpqtcl and PgAccess).
1055
pg_datab : initial database (needed only for the first
1056
installation or in case of major number updates); if
1057
not installed, the user has to invoke `initdb'
1058
manually.
1059
pg_iface : PostgreSQL interfaces (Perl, JDBC, more to come...).
1060
1061
-------------------------------------------------------------------
1062
Thu May 7 15:43:22 MEST 1998 - fehr@suse.de
1063
1064
- add library -lXp for Motif 2.1
1065
1066
-------------------------------------------------------------------
1067
Wed Feb 11 17:27:24 MET 1998 - fehr@suse.de
1068
1069
- added the perl interface
1070
1071
-------------------------------------------------------------------
1072
Wed Dec 10 11:38:19 MET 1997 - ro@suse.de
1073
1074
- build static and dynamic version of dbbrowser and mpsql
1075
1076
-------------------------------------------------------------------
1077
Wed Dec 3 11:48:45 MET 1997 - ro@suse.de
1078
1079
- fixed /sbin/init.d/postgres (path, db-path, read rc.config)
1080
moved logfile to /var/log
1081
1082
-------------------------------------------------------------------
1083
Tue Nov 18 22:40:01 MET 1997 - bs@suse.de
1084
1085
- skipped man3/abort.3.gz
1086
1087
--------------------------------------------------------------------------
1088
Tue Nov 4 14:24:33 MET 1997 - fehr@suse.de
1089
1090
- changed to version 6.2.1 of the new postgresSQL
1091
- changed to version 1.5 of mpsql
1092
- changed to version 0.2 of AppGEN
1093
- added version 0.9 if dbbrowser
1094
- prepare package for automatic build
1095
- home Directory of postgrs user must now be /var/lib/postgres
1096
- this Change is a major step since postgres95 it is possible
1097
that some changes are incompatible with the previos postgres
1098
versions.
1099
1100
--------------------------------------------------------------------------
1101
Mon Jun 9 13:23:32 MEST 1997 - fehr@suse.de
1102
1103
- make symbolic link in /usr/doc/packages relative
1104
1105
--------------------------------------------------------------------------
1106
Sun Jun 1 20:43:17 CEST 1997 - bs@suse.de
1107
1108
- moved fillup stuff to var/adm/fillup-templates
1109
1110
--------------------------------------------------------------------------
1111
Mon May 12 16:05:57 MEST 1997 - fehr@suse.de
1112
1113
- added startup-script for /sbin/init.d
1114
- added fillup for /etc/rc.config START_POSTGRES
1115
1116