summaryrefslogtreecommitdiff
path: root/doc/src/sgml
AgeCommit message (Expand)Author
2002-09-23Fix broken markup.Tom Lane
2002-09-23Move PyGreSQL usage documentation from README into DocBook. Some otherPeter Eisentraut
2002-09-23The valid return value should be MODIFY instead of MODIFIED.Bruce Momjian
2002-09-22Make \dS work more like it used to, viz, show only system objects.Tom Lane
2002-09-22Replace pg_attribute.attisinherited with attislocal and attinhcountTom Lane
2002-09-22Fix busted markup.Tom Lane
2002-09-22Bring SIMILAR TO and SUBSTRING into some semblance of conformance withTom Lane
2002-09-21Provide an upgrade strategy for dump files containing functions declaredTom Lane
2002-09-21Add more appropriate markup.Peter Eisentraut
2002-09-20RevisionPeter Eisentraut
2002-09-20Mention that pg_get_viewdef(name) is deprecated.Bruce Momjian
2002-09-20This patch corrects a minor mis-statement in the CREATE DOMAIN docs,Bruce Momjian
2002-09-18Extend pg_cast castimplicit column to a three-way value; this allows usTom Lane
2002-09-18Update installation instructions and put mostly everything in one place.Peter Eisentraut
2002-09-18Remove pgeasy and odbc.Peter Eisentraut
2002-09-17Point out that CREATE INDEX uses sorts and hence sort_mem GUC parameter.Bruce Momjian
2002-09-15Cast functions can be immutable or stable.Peter Eisentraut
2002-09-14Some PL/PgSQL documentation improvements from Neil Conway.Tom Lane
2002-09-14Shrink the pg_hba.conf and pg_ident.conf default files and move most of thePeter Eisentraut
2002-09-12Add more information about schemas. Combines some previously existingPeter Eisentraut
2002-09-12Joe Conway wrote:Bruce Momjian
2002-09-11Fix atan() description.Bruce Momjian
2002-09-08Remove more references to pgaccess as a build target in docs.Bruce Momjian
2002-09-07Remove pgaccess from docs; not shipping it anymore.Bruce Momjian
2002-09-07Allow pg_dumpall to work with previous releases again. Don't pass the -cPeter Eisentraut
2002-09-06Make sure the pg_dump tar archiver can handle members larger than 2 GB, butPeter Eisentraut
2002-09-06Fix another typo.Bruce Momjian
2002-09-06Fix typo.Bruce Momjian
2002-09-05Missed mention of PGPASSWORDFILE.Bruce Momjian
2002-09-05Remove PGPASSWORDFILE and default to always trying $HOME/.pgpass.Bruce Momjian
2002-09-05Fill in section on table modification.Peter Eisentraut
2002-09-04Brand 7.3. Ready for beta!Bruce Momjian
2002-09-04Update new HISTORY file for 7.3!Bruce Momjian
2002-09-03Arrange for the default permissions on a database to allow temp tableTom Lane
2002-09-03Fix SGML build failure.Bruce Momjian
2002-09-03Documentation improvements.Tom Lane
2002-09-03Code review and documentation updates for indisclustered patch.Tom Lane
2002-09-02pg_on_connection_loss command for libpgtcl. Patch fromTom Lane
2002-09-02Fix obsolete description of PGnotify struct.Tom Lane
2002-09-02Department of second thoughts: make checks for replacing a view slightlyTom Lane
2002-09-02Fix broken markup.Tom Lane
2002-09-02This patch fixes a minor inaccuracy in the documentation: NOT NULL isBruce Momjian
2002-09-02I checked all the previous string handling errors and most of them wereBruce Momjian
2002-09-02Here's a doc patch for the new string functions recently committed --Bruce Momjian
2002-09-02Move pg_settings doc into the right section.Bruce Momjian
2002-09-02Here is a documentation patch for the pg_settings virtual table. IfBruce Momjian
2002-09-02Add GUC variable to print original query to the server logs when thereBruce Momjian
2002-09-02Code review for HeapTupleHeader changes. Add version number to page headersTom Lane
2002-09-01Add log_duration to GUC/postgresql.conf.Bruce Momjian
2002-09-01plpgsql functions can return RECORD, per Neil Conway.Tom Lane