summaryrefslogtreecommitdiff
path: root/HISTORY
AgeCommit message (Collapse)Author
2003-08-03Update comments.Bruce Momjian
2003-08-03Update HISTORY file for 7.4.Bruce Momjian
2003-07-31contraints -> constraintsBruce Momjian
Rod Taylor
2003-05-26Fix misstatement in release-notes item.Tom Lane
2003-05-22Update for 7.3.3.Tom Lane
2003-02-14Allow PAM to work on MAC OS X, report from Aaron Hillegass.Bruce Momjian
Change was actually made in a previous commit.
2003-02-02Update release history for 7.3.2.Tom Lane
2003-01-29Update release history for 7.2.4.Tom Lane
2003-01-11Fix capitalization.Bruce Momjian
2002-12-20Update 7.3.1 to give proper attribution to pg_dump item.Bruce Momjian
2002-12-18Stamp 7.3.1.Bruce Momjian
2002-11-26Recreate HISTORY file to match release.sgml changes. Stamp 7.3 final inBruce Momjian
configure/configure.in.
2002-11-26Fix typo in release notes.Bruce Momjian
2002-11-11Merge release note updates from 7.3 branch.Peter Eisentraut
2002-11-08Update release docs for 7.3.Bruce Momjian
2002-10-24Stamp for 7.3 beta3.Bruce Momjian
2002-10-03This patch fixes a few grammatical errors, removes some duplicateBruce Momjian
entries, and attributes some JDBC changes to the right people. Neil Conway
2002-10-01Update HISTORY/release.sgml for 7.2.3.Bruce Momjian
2002-09-24Make PL/pgSQL capitalization consistent.Bruce Momjian
2002-09-23Update HISTORY for 7.3beta2.Bruce Momjian
2002-09-18Add mention of /contrib/adddepend to HISTORY.Bruce Momjian
2002-09-18Rename help file upgrade_7.3 to upgrade_tips_7.3.Bruce Momjian
2002-09-18Add mention of Tom's client change summary email to the history file.Bruce Momjian
2002-09-17Fix pgaccess URL, from Justin.Bruce Momjian
2002-09-16Add mention of removed -enable-multibyte/locale in HISTORY.Bruce Momjian
2002-09-05Update HISTORY for PGPASSWORDFILE change.Bruce Momjian
2002-09-04Add change by Neil.Bruce Momjian
2002-09-04Update:Bruce Momjian
Improvements to /contrib/intarray (Oleg, Teodor Sigaev, Andrey Oktyabrski)
2002-09-04Add Joe's table functions description.Bruce Momjian
2002-09-04Update wording for Tom.Bruce Momjian
2002-09-04Update to reflect Tom's suggestions.Bruce Momjian
2002-09-04Reorder items.Bruce Momjian
2002-09-04More HISTORY improvements from Joe.Bruce Momjian
2002-09-04Update HISTORY wording.Bruce Momjian
2002-09-04Update based on TODO file contents.Bruce Momjian
2002-09-04Spellcheck of HISTORY.Bruce Momjian
2002-09-04Update new HISTORY file for 7.3!Bruce Momjian
2002-08-25Update docs for 7.2.2 release info.Bruce Momjian
2002-03-25New wording:Bruce Momjian
Allow EXECUTE of "CREATE TABLE AS ... SELECT" in PL/PgSQL (Tom)
2002-03-25Add to HISTORY:Bruce Momjian
Allow CREATE TABLE AS ... SELECT in PL/PgSQL (Tom)
2002-03-19> > Users of contrib/tsearch needs after upgrading of module (compiling, ↵Bruce Momjian
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-19Improve wording of bug fix:Bruce Momjian
Ensure that sequence counters do not go backwards after a crash
2002-03-18Update for 7.2.1.Bruce Momjian
2002-03-11Mention time() and interval() are also changed in 7.2.Bruce Momjian
2002-01-31Consistend spelling for PL/pgSQLBruce Momjian
2002-01-31Update HISTORY/release.sgml for Monday release.Bruce Momjian
2002-01-03Add mention of PRIMARY in ALTER TABLE ... [ UNIQUE | PRIMARY ]Bruce Momjian
2001-12-28Add more Christof Petig ecpg items.Bruce Momjian
2001-12-28Add mention of Christof Petig for ecpg items.Bruce Momjian
2001-12-27Small fixesPeter Eisentraut