summaryrefslogtreecommitdiff
path: root/doc/src/sgml
AgeCommit message (Expand)Author
2007-09-07Allow CREATE INDEX CONCURRENTLY to disregard transactions in otherTom Lane
2007-09-05Implement lazy XID allocation: transactions that do not modify any databaseTom Lane
2007-09-04Sync examples of psql \dF output with current CVS HEAD behavior.Tom Lane
2007-09-03Support SET FROM CURRENT in CREATE/ALTER FUNCTION, ALTER DATABASE, ALTER ROLE.Tom Lane
2007-09-03Implement function-local GUC parameter settings, as per recent discussion.Tom Lane
2007-09-02Clean up whitespace.Bruce Momjian
2007-09-01More SGML alignment cleanups.Bruce Momjian
2007-09-01Properly indent SGML source of libpq.sgml.Bruce Momjian
2007-08-31Only use SGML indexterm "zone" when we want to get the entire section.Bruce Momjian
2007-08-31Make Gin/Gist text search tertiary index entries in the documentation.Bruce Momjian
2007-08-31Add comment on why SGML -wfully-tagged flag is needed (for older SGMLBruce Momjian
2007-08-31Place GiST and GIN text search indexes as secondary items under the mainBruce Momjian
2007-08-31Again improve text search index entries.Bruce Momjian
2007-08-31In text search docs, properly use indexterm _zone_ only when we want anBruce Momjian
2007-08-31Fix docs so indexes can be built by commenting out GiST/GIN indexBruce Momjian
2007-08-31Add openjade warning -wfully-tagged to warn about missing close tags onBruce Momjian
2007-08-30Make more logical index sections for text search.Bruce Momjian
2007-08-30Fix broken markup.Tatsuo Ishii
2007-08-29Update tsearch documentation wording.Bruce Momjian
2007-08-29Text search documentation word improvements; move configuration sectionBruce Momjian
2007-08-29Move full text search operators, functions, and data type sections intoBruce Momjian
2007-08-29Properly indent SGML in textsearch.sgml.Bruce Momjian
2007-08-28Mention configurations early in text search documentation to table/indexBruce Momjian
2007-08-25Adjust with-system-tzdata patch to not attempt to install a symlink,Tom Lane
2007-08-25Some more tsearch docs work --- sync names with CVS-tip reality, someTom Lane
2007-08-22Fix cut-n-paste-o.Tom Lane
2007-08-22Remove option to change parser of an existing text search configuration.Tom Lane
2007-08-22Text search doc updates --- first cut atTom Lane
2007-08-22Simplify the syntax of CREATE/ALTER TEXT SEARCH DICTIONARY by treating theTom Lane
2007-08-21First rough cut at text search documentation: bare bones referenceTom Lane
2007-08-21Remove tabs from SGML files.Bruce Momjian
2007-08-21Tsearch2 functionality migrates to core. The bulk of this work is byTom Lane
2007-08-20Add configure option --with-system-tzdata to use operating system time zonePeter Eisentraut
2007-08-19minor typo fixes in CSVlog docs, per Michael GlaesemannAndrew Dunstan
2007-08-19Provide for logfiles in machine readable CSV format. In consequence, renameAndrew Dunstan
2007-08-13TEMPORARILY make synchronous_commit default to OFF, so that we can get moreTom Lane
2007-08-13Document that the regexp split functions ignore zero-length matches inTom Lane
2007-08-11Code review for regexp_matches/regexp_split patch. Refactor to avoid assumingTom Lane
2007-08-06Fix incorrect URI for cvs rsyncMagnus Hagander
2007-08-04Switch over to using the src/timezone functions for formatting timestampsTom Lane
2007-08-03Update supported standalone VC++ version to 7.1+ only, and fixMagnus Hagander
2007-08-02Move session_start out of MyProcPort stucture and make it a global called MyS...Andrew Dunstan
2007-08-01Support an optional asynchronous commit mode, in which we don't flush WALTom Lane
2007-07-27Update conformance information about bigint typePeter Eisentraut
2007-07-25Implement RETURN QUERY for PL/PgSQL. This provides some convenient syntaxNeil Conway
2007-07-24Create a new dedicated Postgres process, "wal writer", which exists to writeTom Lane
2007-07-24Set a default autovacuum vacuum_cost_delay value of 20ms, to avoid excessiveAlvaro Herrera
2007-07-23Reword paragraph about the autovacuum_max_workers setting. Patch fromAlvaro Herrera
2007-07-23SSPI authentication on Windows. GSSAPI compatible client when doing KerberosMagnus Hagander
2007-07-21Provide a bit more high-level documentation for the GEQO planner.Tom Lane