Commit Graph

7274 Commits (02490d4692c46bee3e9279e79c5d07c576d2a32c)

Author SHA1 Message Date
Peter Eisentraut d653d47f37 typo 17 years ago
Tom Lane 3f936aacc0 Add a "LIKE = typename" clause to CREATE TYPE for base types. This allows 17 years ago
Magnus Hagander 5d2a1a41d0 Support regular expressions in pg_ident.conf. 17 years ago
Peter Eisentraut c3cee16fe8 Add that PL/Java is an implementation of SQL/JRT, and drop claim that 17 years ago
Tom Lane e309739670 Tweak wording of DISCARD ALL description to avoid giving the impression 17 years ago
Peter Eisentraut f900afff3e configure check for docbook2man program, used in the new XML-based man 17 years ago
Tom Lane 1b26b07379 Make DISCARD ALL discard advisory locks, too. Marko Kreen 17 years ago
Tom Lane 8a10096440 information_schema.key_column_usage.position_in_unique_constraint was 17 years ago
Tom Lane 1304f297a4 Remove PGINTERVALSTYLE from the set of special environment variables for 17 years ago
Peter Eisentraut 0884acbcab Move FAQ_AIX information to installation instructions. 17 years ago
Peter Eisentraut a378555501 CLUSTER VERBOSE and corresponding clusterdb --verbose option 17 years ago
Tom Lane 86422cbbfc Minor copy-editing. 17 years ago
Magnus Hagander bae2116ac6 Document which GUC settings are enums and not strings, along with a short 17 years ago
Magnus Hagander e5c032d898 Docs update for enumvals patch. 17 years ago
Peter Eisentraut 47d6d641dd Include the platform "FAQs" into the installation instructions. 17 years ago
Peter Eisentraut 5758d5ea31 Use relation_expr for TABLE command, requested by Tom. 17 years ago
Tom Lane 3d7ac0d0b1 Note that the example aggregate array_accum is comparable to the now 17 years ago
Bruce Momjian 170b66a0c5 Issue a proper error message when MD5 is attempted when 17 years ago
Peter Eisentraut b09a1a2942 TABLE command 17 years ago
Magnus Hagander f179d5ea99 Add support for using SSL client certificates to authenticate to the 17 years ago
Magnus Hagander 3c486fbd1c Control client certificate requesting with the pg_hba option "clientcert" 17 years ago
Peter Eisentraut 5054867632 Add WITH as a refname to the SELECT reference page. 17 years ago
Bruce Momjian 89ad92a216 Add "Most Common Implementation" row to high availablity table so the 17 years ago
Tom Lane e125e28e78 Add auto-explain contrib module for automatic logging of the plans of 17 years ago
Peter Eisentraut f426fbf746 Ident authentication over Unix-domain sockets on Solaris, using 17 years ago
Bruce Momjian 29ad832dba Document that Bucardo is an example of mulit-master replication with 17 years ago
Tom Lane 18004101ac Modify UPDATE/DELETE WHERE CURRENT OF to use the FOR UPDATE infrastructure to 17 years ago
Tom Lane 07c179a82b Document a gotcha that happens on Windows when using libpq's new event 17 years ago
Tom Lane 32cc9e5533 Reduce contrib/intagg to a thin wrapper around the new core functions 17 years ago
Peter Eisentraut 6e82501083 Since doc/src/sgml already builds the HTML docs twice to resolve index 17 years ago
Peter Eisentraut d129255077 Set SQL man pages to be section 7 by default, and only transform them to 17 years ago
Tom Lane c889ebce0a Implement the basic form of UNNEST, ie unnest(anyarray) returns setof 17 years ago
Tom Lane c23b6fa7b5 Marginal editorial improvements for array_agg patch documentation. 17 years ago
Peter Eisentraut 3379fae6de array_agg aggregate function, as per SQL:2008, but without ORDER BY clause 17 years ago
Magnus Hagander c89404edf3 Fix libpq certificate validation for SSL connections. 17 years ago
Peter Eisentraut 2b2fb7d85d Support for man page links, if a man page has more than one refname. 17 years ago
Peter Eisentraut 18eeacc463 Remove unnecessary whitespace in refname elements. This confuses the 17 years ago
Peter Eisentraut 2655ec1f2c Add refentrytitle elements to refentry pages. Their absence confused the 17 years ago
Peter Eisentraut f98f6ee064 array_length() function, and for SQL compatibility also cardinality() 17 years ago
Magnus Hagander bd059c2d1d Mention the tup_fetched column in pg_stat_database. 17 years ago
Tom Lane a4917bef0e Add support for input and output of interval values formatted per ISO 8601; 17 years ago
Alvaro Herrera 6462e7b81c Add a --locale switch to createdb, to ease the creation of databases with 17 years ago
Tom Lane c5451c22e3 Make relhasrules and relhastriggers work like relhasindex, namely we let 17 years ago
Tom Lane e4718f2c9e Replace pg_class.reltriggers with relhastriggers, which is just a boolean hint 17 years ago
Tom Lane 1d577f5e49 Add a startup check that pg_xlog and pg_xlog/archive_status exist. 17 years ago
Tom Lane dbf57d31f8 Add some documentation about handling of fractions in interval input. 17 years ago
Tom Lane df7641e25a Add a new GUC variable called "IntervalStyle" that decouples interval output 17 years ago
Tom Lane 399ad77c66 Improve documentation of pg_typeof, per gripe from David Wheeler. 17 years ago
Tom Lane 6517f377d6 Implement ALTER DATABASE SET TABLESPACE to move a whole database (or at least 17 years ago
Tom Lane cdc197cf31 Improve psql's \dC command to take a pattern parameter. Casts are shown 17 years ago