Commit Graph

247 Commits

Author SHA1 Message Date
Bruce Momjian 0b96badc9c Update comments. 2003-08-03 23:27:24 +00:00
Bruce Momjian ed090b07cb Update HISTORY file for 7.4. 2003-08-03 23:26:05 +00:00
Bruce Momjian 36f3a3c486 contraints -> constraints
Rod Taylor
2003-07-31 04:48:15 +00:00
Tom Lane 6923ea2b86 Fix misstatement in release-notes item. 2003-05-26 18:58:26 +00:00
Tom Lane e2bfe2dd00 Update for 7.3.3. 2003-05-22 20:38:50 +00:00
Bruce Momjian f0b8f5dbdb Allow PAM to work on MAC OS X, report from Aaron Hillegass.
Change was actually made in a previous commit.
2003-02-14 14:13:56 +00:00
Tom Lane 6adb475f77 Update release history for 7.3.2. 2003-02-02 19:48:20 +00:00
Tom Lane 887edf4ff7 Update release history for 7.2.4. 2003-01-29 22:14:08 +00:00
Bruce Momjian 161c2a7be6 Fix capitalization. 2003-01-11 21:02:49 +00:00
Bruce Momjian ff494e8851 Update 7.3.1 to give proper attribution to pg_dump item. 2002-12-20 00:24:00 +00:00
Bruce Momjian d1e2d0345f Stamp 7.3.1. 2002-12-18 02:06:23 +00:00
Bruce Momjian 75d1ed3392 Recreate HISTORY file to match release.sgml changes. Stamp 7.3 final in
configure/configure.in.
2002-11-26 22:04:03 +00:00
Bruce Momjian 2a8e2d292a Fix typo in release notes. 2002-11-26 05:16:59 +00:00
Peter Eisentraut b327906683 Merge release note updates from 7.3 branch. 2002-11-11 20:06:00 +00:00
Bruce Momjian 433d4eb986 Update release docs for 7.3. 2002-11-08 03:44:15 +00:00
Bruce Momjian d36caf103b Stamp for 7.3 beta3. 2002-10-24 03:03:37 +00:00
Bruce Momjian dc4a49398f This patch fixes a few grammatical errors, removes some duplicate
entries, and attributes some JDBC changes to the right people.

Neil Conway
2002-10-03 17:17:42 +00:00
Bruce Momjian fbc48fac11 Update HISTORY/release.sgml for 7.2.3. 2002-10-01 03:23:05 +00:00
Bruce Momjian a6c00af4c8 Make PL/pgSQL capitalization consistent. 2002-09-24 23:37:42 +00:00
Bruce Momjian d4123865a3 Update HISTORY for 7.3beta2. 2002-09-23 05:25:38 +00:00
Bruce Momjian cc70ba2e4d Add mention of /contrib/adddepend to HISTORY. 2002-09-18 20:43:03 +00:00
Bruce Momjian b844465185 Rename help file upgrade_7.3 to upgrade_tips_7.3. 2002-09-18 15:24:08 +00:00
Bruce Momjian 80c185eaac Add mention of Tom's client change summary email to the history file. 2002-09-18 05:17:04 +00:00
Bruce Momjian aef9dbdb37 Fix pgaccess URL, from Justin. 2002-09-17 21:15:04 +00:00
Bruce Momjian 8f6b96de9a Add mention of removed -enable-multibyte/locale in HISTORY. 2002-09-16 15:08:53 +00:00
Bruce Momjian 6e9b41b3f2 Update HISTORY for PGPASSWORDFILE change. 2002-09-05 22:08:55 +00:00
Bruce Momjian c5214b9f6c Add change by Neil. 2002-09-04 23:14:22 +00:00
Bruce Momjian c91ceec21d Update:
Improvements to /contrib/intarray (Oleg, Teodor Sigaev, Andrey
Oktyabrski)
2002-09-04 20:26:08 +00:00
Bruce Momjian 0cd2a84702 Add Joe's table functions description. 2002-09-04 20:06:23 +00:00
Bruce Momjian 4bdaca460b Update wording for Tom. 2002-09-04 19:07:43 +00:00
Bruce Momjian af3cf2cfa8 Update to reflect Tom's suggestions. 2002-09-04 18:45:52 +00:00
Bruce Momjian 99dc1cf393 Reorder items. 2002-09-04 17:27:13 +00:00
Bruce Momjian b1e20bd707 More HISTORY improvements from Joe. 2002-09-04 17:25:08 +00:00
Bruce Momjian fc99311b9a Update HISTORY wording. 2002-09-04 17:11:47 +00:00
Bruce Momjian 7982fb0a10 Update based on TODO file contents. 2002-09-04 07:42:24 +00:00
Bruce Momjian ba1d2799ea Spellcheck of HISTORY. 2002-09-04 07:30:33 +00:00
Bruce Momjian 4f1a32b37e Update new HISTORY file for 7.3! 2002-09-04 07:16:32 +00:00
Bruce Momjian d46172e4fa Update docs for 7.2.2 release info. 2002-08-25 14:34:24 +00:00
Bruce Momjian eb32be62d4 New wording:
Allow EXECUTE of "CREATE TABLE AS ... SELECT" in PL/PgSQL (Tom)
2002-03-25 21:24:08 +00:00
Bruce Momjian 7fe9e19842 Add to HISTORY:
Allow CREATE TABLE AS ... SELECT in PL/PgSQL (Tom)
2002-03-25 20:58:05 +00:00
Bruce Momjian 99c8581f5a > > Users of contrib/tsearch needs after upgrading of module (compiling, installing)
> > to perform sql command:
> >  update pg_amop set amopreqcheck = true where amopclaid =
> >       (select oid from pg_opclass where opcname = 'gist_txtidx_ops');
>
> Oleg, sorry, I don't understand where this should appear.  In the README
> file, and if so, where?  Is this something only for people upgrading
> from 7.2?

Sorry Bruce, I was unclear. I have attached patch to Readme.tsearch
Also, It'd be worth to mention in Changes to point users of tsearch
about importang upgrade notices.

Oleg Bartunov
2002-03-19 14:14:44 +00:00
Bruce Momjian 367856d912 Improve wording of bug fix:
Ensure that sequence counters do not go backwards after a crash
2002-03-19 00:12:09 +00:00
Bruce Momjian 658371fe9f Update for 7.2.1. 2002-03-18 23:03:13 +00:00
Bruce Momjian 0d2842468c Mention time() and interval() are also changed in 7.2. 2002-03-11 16:41:44 +00:00
Bruce Momjian 1b6aa29a05 Consistend spelling for PL/pgSQL 2002-01-31 21:20:03 +00:00
Bruce Momjian c69c25ba4d Update HISTORY/release.sgml for Monday release. 2002-01-31 18:31:44 +00:00
Bruce Momjian 9d77dcc366 Add mention of PRIMARY in ALTER TABLE ... [ UNIQUE | PRIMARY ] 2002-01-03 05:37:43 +00:00
Bruce Momjian 593377f70c Add more Christof Petig ecpg items. 2001-12-28 05:03:10 +00:00
Bruce Momjian deab927470 Add mention of Christof Petig for ecpg items. 2001-12-28 05:00:32 +00:00
Peter Eisentraut 44d1e9d552 Small fixes 2001-12-27 21:10:15 +00:00
Bruce Momjian adb1d4acfa Mention datatype() casting change. 2001-12-27 04:46:08 +00:00
Bruce Momjian 498d0087eb Update for new timestamp behavior. 2001-12-27 00:04:44 +00:00
Peter Eisentraut d1396696e0 Lots of content and formatting improvements in release notes. HISTORY
now generated from DocBook sources.
2001-12-23 18:20:05 +00:00
Bruce Momjian c121efff7e Update possible release date 2001-12-?? 2001-12-04 20:25:01 +00:00
Bruce Momjian 1e988ce489 Update HISTORY to current. 2001-12-04 20:15:41 +00:00
Bruce Momjian 76c879cd9a Update for bytea, from Joe Conway 2001-11-21 03:15:54 +00:00
Bruce Momjian 83d4a1cbe4 Update HISTORY, for Tatsuo. 2001-11-21 02:20:11 +00:00
Bruce Momjian 7107c3d0cc Update HISTORY to current changes. 2001-11-20 04:18:49 +00:00
Bruce Momjian a69833c583 Mention new =NULL change in Migration section. 2001-11-07 17:27:36 +00:00
Bruce Momjian 96f7ef4caf Fix wrapping. 2001-11-07 03:12:20 +00:00
Bruce Momjian 2dba7fdb4b Correct, not too ambitious, not too
long for an enhancement history item? :)

--
Serguei A. Mokhov
~
2001-11-07 03:10:59 +00:00
Bruce Momjian 2f1e1bcec6 Update HISTORY per HACKERS discussion. 2001-10-29 19:28:48 +00:00
Bruce Momjian 73c5ad9337 Mention pgindent/pgjindent. 2001-10-25 20:00:58 +00:00
Bruce Momjian 7ebf6cb720 Final update of HISTORY. 2001-10-25 19:59:23 +00:00
Bruce Momjian 80b9a00439 Add blank line before #endif to #endif's at the end of the file. 2001-10-25 19:57:03 +00:00
Bruce Momjian 3231341eed Add slash for comment spacing, for Tom. 2001-10-25 19:22:05 +00:00
Bruce Momjian 81d9a9674e Add comment spaces for trailing ) and comment. 2001-10-25 18:44:42 +00:00
Bruce Momjian cae059ba5e Add spacing for single-line comments with trailing semicolon _and_
comma, per Tom.
2001-10-25 18:25:23 +00:00
Bruce Momjian e1ce520c09 Back out LIMIT #,# removal and mark it as to-be-removed in 7.3. 2001-10-23 02:45:37 +00:00
Bruce Momjian b5ab19a610 Add ecpg items to HISTORY file. 2001-10-22 18:42:44 +00:00
Bruce Momjian f363b3177d Remove LIMIT #,# and suggest LIMIT # OFFSET #, per mailing list discussion. 2001-10-20 02:55:39 +00:00
Bruce Momjian f8bcf12ed9 Update file for pgcrypto. 2001-10-17 00:48:24 +00:00
Bruce Momjian ec614c9872 Remove locale/multibyte in HISTORY file, for Tatsuo. 2001-10-12 17:46:00 +00:00
Bruce Momjian 1226816e4e Update for GIST. 2001-10-03 18:38:06 +00:00
Bruce Momjian 95b2a2a34f Fix wording. 2001-10-01 21:47:24 +00:00
Bruce Momjian 998cebc4db Update to "7.2". 2001-10-01 15:44:45 +00:00
Bruce Momjian fae50f873f Add mention of MySQL compatibility for LIMIT in HISTORY. 2001-09-23 04:41:47 +00:00
Bruce Momjian 75a8d118d0 Mention LIMIT change in HISTORY file. 2001-09-23 03:41:49 +00:00
Bruce Momjian 39ceaa19f0 Fix 6.4.* release dates, pointed out by Tom Lane. 2001-09-22 21:36:38 +00:00
Bruce Momjian d20a50de33 Update highlights. More items to add. 2001-09-16 04:26:22 +00:00
Bruce Momjian f5db0bc968 Add list of 7.2 changes in preparation for beta. 2001-09-16 04:12:35 +00:00
Bruce Momjian b62289938a Just a test. 2001-08-15 19:41:08 +00:00
Bruce Momjian 21dbd06d3a update. 2001-08-15 19:40:52 +00:00
Bruce Momjian 53f530d4dd update 2001-08-15 19:24:55 +00:00
Bruce Momjian d3c1846b95 update 2001-08-15 19:24:40 +00:00
Bruce Momjian 872cd63d43 Put back changes I overwrote packaging 7.1.3. 2001-08-14 23:38:39 +00:00
Bruce Momjian 6f2943b52e Add HISTORY for 7.1.3. Packaging done. 2001-08-14 21:21:40 +00:00
Bruce Momjian a1d9d096f0 Update release 1.09 date 2001-06-01 00:24:21 +00:00
Bruce Momjian e05d246084 Oops, had 0.2 release date wrong. 2001-05-30 22:04:33 +00:00
Bruce Momjian e4f2bea7fb Add HISTORY items for 7.1.2. 2001-05-17 13:28:30 +00:00
Bruce Momjian d4dfef1cdb Stamp for 7.1.2. Ready when you are... 2001-05-11 01:34:14 +00:00
Bruce Momjian 1564bd11e3 UPdate for release tomorrow. 2001-05-05 02:57:40 +00:00
Bruce Momjian c434ae3539 pg_dump can dump 7.0 databases. 2001-05-03 20:39:52 +00:00
Bruce Momjian 7efc878104 Final stamp for 7.1.1. All done. 2001-05-03 17:17:41 +00:00
Bruce Momjian 13e9cea634 Some updates for 7.1.1. 2001-05-03 16:26:21 +00:00
Bruce Momjian ef922b2556 Remove as-of from HISTORY file. 2001-04-13 18:38:32 +00:00
Bruce Momjian 39f0357b77 Update HISTORY/release.sgml to current. 2001-04-02 17:59:17 +00:00
Peter Eisentraut 5dc0e67bd5 Reformat the "major changes" to 72 or so columns. 2001-03-17 18:15:36 +00:00
Bruce Momjian 4c2b0f1d73 Update for Tatsuo. 2001-02-15 13:31:44 +00:00
Bruce Momjian 3f8e30651b Clean up HISTORY file, add dates to releases. 2001-02-11 01:48:51 +00:00