aboutsummaryrefslogtreecommitdiff
path: root/doc/src
Commit message (Collapse)AuthorAge
* Brand 7.2.3.REL7_2_3Bruce Momjian2002-10-01
|
* Update HISTORY/release.sgml for 7.2.3.Bruce Momjian2002-10-01
|
* Stamp the 7.2.2 release.Bruce Momjian2002-08-22
|
* Update sgml version properly.Bruce Momjian2002-03-26
|
* New wording:Bruce Momjian2002-03-25
| | | | Allow EXECUTE of "CREATE TABLE AS ... SELECT" in PL/PgSQL (Tom)
* Add to HISTORY:Bruce Momjian2002-03-25
| | | | Allow CREATE TABLE AS ... SELECT in PL/PgSQL (Tom)
* > > Users of contrib/tsearch needs after upgrading of module (compiling, ↵Bruce Momjian2002-03-19
| | | | | | | | | | | | | | | | | | 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
* Improve wording of bug fix:Bruce Momjian2002-03-19
| | | | Ensure that sequence counters do not go backwards after a crash
* Update for 7.2.1.Bruce Momjian2002-03-18
|
* Backpatch array I/O code and documentation fixes, also array sliceTom Lane2002-03-17
| | | | lower subscript bounds change.
* Update FAQ for 7.2.1.Bruce Momjian2002-03-13
|
* BACKPATCH:Bruce Momjian2002-02-22
| | | | Add Russian FAQ to 7.2.1. Why not?
* Fix SGML typo in previous patch.Bruce Momjian2002-02-17
|
* I think it's important that it's actually documented that they can addBruce Momjian2002-02-17
| | | | | | | | | | | primary keys after the fact! Also, we need to add regression tests for alter table / add primary key and alter table / drop constraint. These shouldn't be added until 7.3 tho methinks... Chris
* Clarify params to ALTER TABLE to clearly show single parameters.Bruce Momjian2002-02-16
| | | | e.g. table contraint definition -> table_constraint_definition.
* Update FAQ.Bruce Momjian2002-02-14
|
* Point out that --adduser actually makes the new user a superuser. ThisTom Lane2002-02-13
| | | | | was mentioned on the man page for the underlying CREATE USER command, but it should be explained here too.
* Fix tutorial for references problem, from rainer.tammer@spg.schulergroup.comBruce Momjian2002-02-12
|
* Modify COPY TO to emit carriage returns and newlines as backslash escapesTom Lane2002-02-12
| | | | | | | | (backslash-r, backslash-n) for protection against newline-conversion munging. In future we will also tweak COPY FROM, but this part of the change should be backwards-compatible. Per pghackers discussion. Also, update COPY reference page to describe the backslash conversions more completely and accurately.
* Update FAQ.Bruce Momjian2002-02-12
|
* Update FAQ.Bruce Momjian2002-02-12
|
* Update wal files computation documentation.Bruce Momjian2002-02-11
|
* pg_dump and pg_restore man pages need to mention that one should restoreTom Lane2002-02-11
| | | | | into a virgin database, ie, one created from template0, if there are any site-local additions in template1.
* Update FAQ.Bruce Momjian2002-02-02
|
* Update FAQ.Bruce Momjian2002-02-02
|
* Update for 7.2:Bruce Momjian2002-02-02
| | | | | | | | This fixes references to 7.1.3 (I think). It also modifies the japanese FAQ, so I'm not sure if that's done correctly. Chris
* Update FAQ_DEV.Bruce Momjian2002-02-01
|
* Consistend spelling for PL/pgSQLBruce Momjian2002-01-31
|
* Update HISTORY/release.sgml for Monday release.Bruce Momjian2002-01-31
|
* Don't put empty paragraphs around tables. This messed up JadeTeX somehow,Peter Eisentraut2002-01-30
| | | | and doesn't make sense strictly speaking.
* Remove Jade/TeX hack, now that OpenJade 1.3.1 has it fixed.Peter Eisentraut2002-01-30
|
* Fix copy-and-paste bug in print style.Peter Eisentraut2002-01-30
|
* Overhaul plperl documentation.Tom Lane2002-01-25
|
* Fix +/- mixup pointed out by Rod Taylor.Bruce Momjian2002-01-25
|
* Fix documentation misstatement: OLD is not valid in ON SELECT.Tom Lane2002-01-24
|
* Overhaul PL/Tcl documentation.Tom Lane2002-01-23
|
* Update FAQ.Bruce Momjian2002-01-22
|
* Spell-check and markup policePeter Eisentraut2002-01-20
|
* Mention that 'make distclean' is a good idea when changing configureTom Lane2002-01-20
| | | | | options. Document --with-pam and --enable-depend, do some minor copy-editing.
* Add missing literal endtag.Bruce Momjian2002-01-18
|
* Improve non-thread-safe mention of libpq's crypt.Bruce Momjian2002-01-18
|
* Improve description of autocommit behavior in ecpg manual pages.Bruce Momjian2002-01-18
|
* Explain privileges required for LOCK. Minor wordsmithing too.Tom Lane2002-01-18
|
* Point out that superusers bypass privilege checking. Minor wordsmithing.Tom Lane2002-01-18
|
* pg_upgrade doesn't live here anymore. Remove dangling references.Tom Lane2002-01-15
|
* Move pg_upgrade to /contrib. Still need to make Peter's portabilityBruce Momjian2002-01-14
| | | | changes.
* Wow, it actually worked for the regression database. More testing needed.Bruce Momjian2002-01-13
|
* More man pages improvements; also needed to test sgml build.Bruce Momjian2002-01-11
|
* Sync up.Bruce Momjian2002-01-11
|
* More cleanups.Bruce Momjian2002-01-11
|