summaryrefslogtreecommitdiff
path: root/doc/src/sgml
AgeCommit message (Expand)Author
2002-10-09set.patch updates an example in ref/set.sgml to have microsecondBruce Momjian
2002-10-09Have SET not start transaction when autocommit off, with doc updates.Bruce Momjian
2002-10-05Fix markup error.Bruce Momjian
2002-10-05Add more documentation about CURRENT_TIMESTAMP.Bruce Momjian
2002-10-04Restrict CREATE OPERATOR CLASS to superusers, per discussion some weeksTom Lane
2002-10-04Require superuser privilege to create a binary-compatible cast, perTom Lane
2002-10-03Add wording so people know PANIC is really "off" for log_min_error_statement.Bruce Momjian
2002-10-02Re-enable pg_resetxlog to accept -l values in hexadecimal (it used toTom Lane
2002-10-02Turn GUC log_min_error_statement off by default by setting it to PANIC.Bruce Momjian
2002-10-01Applied doc patch to jdbc doc which documents support for datasourcesBarry Lind
2002-10-01Update HISTORY/release.sgml for 7.2.3.Bruce Momjian
2002-09-27Simplify SSL certificate instructions.Bruce Momjian
2002-09-26Allow SSL to work withouth client-side certificate infrastructure.Bruce Momjian
2002-09-25Enhance the description of user and database management. Reduce thePeter Eisentraut
2002-09-24Make PL/pgSQL capitalization consistent.Bruce Momjian
2002-09-24Change default privileges for languages and functions to be PUBLIC USAGETom Lane
2002-09-24Update some obsolete comments and column descriptions.Tom Lane
2002-09-24Tweak conversion names to follow the established naming scheme, andPeter Eisentraut
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