summaryrefslogtreecommitdiff
path: root/doc/src/sgml
AgeCommit message (Expand)Author
2007-02-20Fix markup.Bruce Momjian
2007-02-20Update "encode" documentation to mention that 'escape' only changes nullBruce Momjian
2007-02-20Update pgpass Win32 wording.Bruce Momjian
2007-02-20Update information_schema documentation to match system tables.Bruce Momjian
2007-02-20Wording improvement.Bruce Momjian
2007-02-20More clearly document that most PostgreSQL utilities support libpqBruce Momjian
2007-02-20Adjust user-facing documentation to explain why we don't check pgpassTom Lane
2007-02-20Remove "History" sections for pg_dump and pg_restore. I don't thinkBruce Momjian
2007-02-20Spell check on array patch.Bruce Momjian
2007-02-20Update array slice documentation to be clearer.Bruce Momjian
2007-02-20Comment-out documentation for IS OF because it doesn't conform to theBruce Momjian
2007-02-20Document IS [NOT] OF, which was added in 7.3.Bruce Momjian
2007-02-19Document that to_char('J'/Julian) is midnight-based, per report thatBruce Momjian
2007-02-19Wording improvement.Bruce Momjian
2007-02-19Update PQfree() documentation to be clearer, backpatch to 8.2.X.Bruce Momjian
2007-02-19Clarify documentation that initdb -A or editing pg_hba.conf is requiredBruce Momjian
2007-02-19Clarify documentation for "day of the week" handling for to_char() andBruce Momjian
2007-02-19Add "isodow" option to EXTRACT() and date_part() where Sunday = 7.Bruce Momjian
2007-02-18Document limitation of SPI_execute() using multiple queries in a singleBruce Momjian
2007-02-18Update "Conflicting lock modes" to show as conflict, addBruce Momjian
2007-02-17Remove installation mention that integer timestamps is less stable thatBruce Momjian
2007-02-16Fix markup, spelling, grammar, and explanations for SSLKEY patch.Tom Lane
2007-02-16Functions for mapping table data and table schemas to XML (a.k.a. XML export)Peter Eisentraut
2007-02-16Remove extra character erroneously added.Bruce Momjian
2007-02-16Remove tabs from SGML files to help tag alingment and improveBruce Momjian
2007-02-16Add two new format fields for use with to_char(), to_date() andBruce Momjian
2007-02-16SSL improvements:Bruce Momjian
2007-02-16Remove useless database name from bootstrap argument processing (includingAlvaro Herrera
2007-02-14Add some discussion of sort ordering to indices.sgml, which curiouslyTom Lane
2007-02-14Fix typoPeter Eisentraut
2007-02-14Minor editorialization on operator-family documentation: put someTom Lane
2007-02-14Fix up foreign-key mechanism so that there is a sound semantic basis for theTom Lane
2007-02-10Improve documentation for CREATE CONSTRAINT TRIGGER.Tom Lane
2007-02-09Unbreak the SGML doc build: ":=" is needed to assign to variables ifNeil Conway
2007-02-09Replace useless uses of := by = in makefiles.Peter Eisentraut
2007-02-08This patch fixes shared_preload_libraries on Windows hosts. It forcesBruce Momjian
2007-02-08Add lock matrix to documentation.Bruce Momjian
2007-02-08Update URL for "Generalized Partial Indexes" paper to point to a cachedBruce Momjian
2007-02-08Document that wal_sync_method open_* methods use O_DIRECT, if available.Bruce Momjian
2007-02-07Add a function pg_stat_clear_snapshot() that discards any statistics snapshotTom Lane
2007-02-07Stamp releases notes for 8.2.3, 8.1.8, 8.0.12.Bruce Momjian
2007-02-06Move NAMEDATALEN definition from postgres_ext.h to pg_config_manual.h. ItPeter Eisentraut
2007-02-06Docs updates for cross-type hashing.Tom Lane
2007-02-06Not only did we agree that this 'hint' doesn't belong here, but theTom Lane
2007-02-05Trim down environment variable instructions for Win32, backpatch to 8.2.X.Bruce Momjian
2007-02-04Update wording.Bruce Momjian
2007-02-04Add documentation for Windows on how to set an environment variable.Bruce Momjian
2007-02-03Document that a client-only install using:Bruce Momjian
2007-02-03Update SQL conformance information about XML features.Peter Eisentraut
2007-02-02Reword suggestion that libpq.dll be installed in WINNT\SYSTEM32 underNeil Conway