Logoj0ke.net Open Build Service > Projects > server:database:postgresql > postgresql > postgresql.changes
Sign Up | Log In

File postgresql.changes of Package postgresql

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