Commit Graph

7892 Commits (ae4b17edeebc6670ba222a8cfbb1658d02203d29)

Author SHA1 Message Date
Tom Lane b0c451e145 Remove the single-argument form of string_agg(). It added nothing much in 16 years ago
Peter Eisentraut 641459f269 Add xmlexists function 16 years ago
Tom Lane ba19b23676 Fix sloppy mistakes in documentation of PQescapeLiteral and PQescapeIdentifier. 16 years ago
Tom Lane 72150db0c5 Add an example to clarify the use of ORDER BY in multiple-argument 16 years ago
Tom Lane e20df55cca Fix mangled grammar. 16 years ago
Tom Lane 5b92ef44dd Kibitzing on \conninfo patch: adjust the order of field output to match 16 years ago
Bruce Momjian 83527b1339 Add EXPLAIN documentation example. 16 years ago
Tom Lane 8c19d14be5 Fix markup, other minor editing for recent btree_gist doc changes. 16 years ago
Robert Haas 57d9aefcaa Teach levenshtein() about multi-byte characters. 16 years ago
Robert Haas ad17ff95cf Add btree_gist support for searching on "not equals". 16 years ago
Tom Lane 478a2c1208 Update release notes for 9.0 beta 4. Back-patch some changes that were made only in HEAD. 16 years ago
Peter Eisentraut 66424a2848 Fix indentation of verbatim block elements 16 years ago
Tom Lane 5b48e2ecd4 Work around a documentation toolchain problem by replacing the "AIX-fixlevels" 16 years ago
Simon Riggs 2dbbda02e7 Reduce lock levels of CREATE TRIGGER and some ALTER TABLE, CREATE RULE actions. 16 years ago
Robert Haas 6d16902eda Add ssl_cipher() and ssl_version() functions to contrib/sslinfo. 16 years ago
Robert Haas 9b6b0b0d9a Fix typo in PL/pgsql code example. 16 years ago
Peter Eisentraut d33cfbd2e0 Spelling fixes 16 years ago
Peter Eisentraut 314ef0ec36 Fix grammar 16 years ago
Peter Eisentraut b4d7ea5f6e Add table creation and population to example 16 years ago
Bruce Momjian d017f8359c Remove tabs from sgml file. 16 years ago
Robert Haas a3b012b560 CREATE TABLE IF NOT EXISTS. 16 years ago
Peter Eisentraut edff75bef8 Add INSERT statement to example so that it can be reproduced 16 years ago
Bruce Momjian f31b1fd7c1 Prevent pg_upgrade from migrating databases that use reg* data types 16 years ago
Peter Eisentraut c3f903aca7 Fix typo 16 years ago
Peter Eisentraut caf2d69ee0 Tidy up boolean data type page 16 years ago
Peter Eisentraut f581215660 Remove tab from SGML file 16 years ago
Robert Haas ce68df468a Add options to force quoting of all identifiers. 16 years ago
Robert Haas 013ed0bd81 Add \conninfo command to psql, to show current connection info. 16 years ago
Robert Haas 5ffaa9005c Add restart_after_crash GUC. 16 years ago
Robert Haas 0839f312e9 Change the default value of standard_conforming_strings to on. 16 years ago
Peter Eisentraut 040aee295e Add server authentication over Unix-domain sockets 16 years ago
Tom Lane 3ec694e17b Add a log_file_mode GUC that allows control of the file permissions set on 16 years ago
Heikki Linnakangas 6b0937cd58 Fix typo spotted by Thom Brown. 16 years ago
Heikki Linnakangas 8f9c461175 Add a paragraph explaining what restartpoints are. Mention that 16 years ago
Tom Lane 7590ddb3eb Add support for dividing money by money (yielding a float8 result) and for 16 years ago
Tom Lane 25be9b1d54 Use an <xref> for restore_command reference. Marko Tiikkaja 16 years ago
Tom Lane d494e685c5 Allow full SSL certificate verification (wherein libpq checks its host name 16 years ago
Tom Lane 1cc29fe7c6 Teach EXPLAIN to print PARAM_EXEC Params as the referenced expressions, 16 years ago
Bruce Momjian f0fd939655 Restore pl/pgsql default install release note item. 16 years ago
Bruce Momjian 5d4faf07ab 9.0 release note improvements 16 years ago
Bruce Momjian d89e72c475 Spellcheck 9.0 release notes. 16 years ago
Tom Lane 4720ad515e Add a note about preferred window width to the section about code 16 years ago
Robert Haas 2e6d24a621 Clarify that "psql -c" ignores psqlrc files. 16 years ago
Bruce Momjian c4314e150d Update release notes for 9.0 beta 3. 16 years ago
Peter Eisentraut 4b7f50eb81 Some small changes for plperl.sgml: 16 years ago
Peter Eisentraut 803716013d Install safeguard against running PL/Python 2 and 3 in the same session 16 years ago
Bruce Momjian c9b142d965 Doc change: effected -> affected, per correction from Matthew Wakeling 16 years ago
Tom Lane 7f882768dc Add a cross-reference to precedence information to CREATE OPERATOR's 16 years ago
Magnus Hagander 44b0d1671a Add support for TCP keepalives on Windows, both for backend and the new 16 years ago
Bruce Momjian e3243488b0 Document the interaction of write-barrier-enabled file systems, and BBU 16 years ago