aboutsummaryrefslogtreecommitdiff
path: root/doc/src
Commit message (Expand)AuthorAge
...
* Provide an upgrade strategy for dump files containing functions declaredTom Lane2002-09-21
* Add more appropriate markup.Peter Eisentraut2002-09-21
* RevisionPeter Eisentraut2002-09-20
* Mention that pg_get_viewdef(name) is deprecated.Bruce Momjian2002-09-20
* This patch corrects a minor mis-statement in the CREATE DOMAIN docs,Bruce Momjian2002-09-20
* Extend pg_cast castimplicit column to a three-way value; this allows usTom Lane2002-09-18
* Update installation instructions and put mostly everything in one place.Peter Eisentraut2002-09-18
* Remove pgeasy and odbc.Peter Eisentraut2002-09-18
* Point out that CREATE INDEX uses sorts and hence sort_mem GUC parameter.Bruce Momjian2002-09-17
* Cast functions can be immutable or stable.Peter Eisentraut2002-09-15
* Some PL/PgSQL documentation improvements from Neil Conway.Tom Lane2002-09-14
* Shrink the pg_hba.conf and pg_ident.conf default files and move most of thePeter Eisentraut2002-09-14
* Add more information about schemas. Combines some previously existingPeter Eisentraut2002-09-12
* Joe Conway wrote:Bruce Momjian2002-09-12
* Fix atan() description.Bruce Momjian2002-09-11
* Remove more references to pgaccess as a build target in docs.Bruce Momjian2002-09-08
* Changes to documentation and the regression tests for the defaultBruce Momjian2002-09-07
* Remove pgaccess from docs; not shipping it anymore.Bruce Momjian2002-09-07
* Allow pg_dumpall to work with previous releases again. Don't pass the -cPeter Eisentraut2002-09-07
* Make sure the pg_dump tar archiver can handle members larger than 2 GB, butPeter Eisentraut2002-09-06
* Fix another typo.Bruce Momjian2002-09-06
* Fix typo.Bruce Momjian2002-09-06
* Missed mention of PGPASSWORDFILE.Bruce Momjian2002-09-05
* Remove PGPASSWORDFILE and default to always trying $HOME/.pgpass.Bruce Momjian2002-09-05
* Fill in section on table modification.Peter Eisentraut2002-09-05
* Brand 7.3. Ready for beta!Bruce Momjian2002-09-04
* Update new HISTORY file for 7.3!Bruce Momjian2002-09-04
* Arrange for the default permissions on a database to allow temp tableTom Lane2002-09-03
* Fix SGML build failure.Bruce Momjian2002-09-03
* Documentation improvements.Tom Lane2002-09-03
* Code review and documentation updates for indisclustered patch.Tom Lane2002-09-03
* pg_on_connection_loss command for libpgtcl. Patch fromTom Lane2002-09-02
* Fix obsolete description of PGnotify struct.Tom Lane2002-09-02
* Department of second thoughts: make checks for replacing a view slightlyTom Lane2002-09-02
* Fix broken markup.Tom Lane2002-09-02
* This patch fixes a minor inaccuracy in the documentation: NOT NULL isBruce Momjian2002-09-02
* I checked all the previous string handling errors and most of them wereBruce Momjian2002-09-02
* Here's a doc patch for the new string functions recently committed --Bruce Momjian2002-09-02
* Move pg_settings doc into the right section.Bruce Momjian2002-09-02
* Here is a documentation patch for the pg_settings virtual table. IfBruce Momjian2002-09-02
* Add GUC variable to print original query to the server logs when thereBruce Momjian2002-09-02
* Code review for HeapTupleHeader changes. Add version number to page headersTom Lane2002-09-02
* Add log_duration to GUC/postgresql.conf.Bruce Momjian2002-09-01
* plpgsql functions can return RECORD, per Neil Conway.Tom Lane2002-09-01
* Minor copy-editing.Tom Lane2002-09-01
* Remove mention of wal_files in a SHOW example.Bruce Momjian2002-09-01
* Code review for pg_locks feature. Make shmemoffset of PROCLOCK structsTom Lane2002-08-31
* Updates to reflect availability of autocommit option.Tom Lane2002-08-30
* AUTOCOMMIT mode is now an available backend GUC variable; setting itTom Lane2002-08-30
* Add attisinherited column to pg_attribute; use it to guard againstTom Lane2002-08-30