summaryrefslogtreecommitdiff
path: root/doc/src/sgml
AgeCommit message (Expand)Author
2009-04-24Remove sslverify parameter again, replacing it with two new sslmode values:Magnus Hagander
2009-04-23Mention that tables have a visibility map fork alongside the main forkHeikki Linnakangas
2009-04-23Improve the documentation on 8.4 visibility map related VACUUM changes.Heikki Linnakangas
2009-04-23Change the default value of max_prepared_transactions to zero, and addTom Lane
2009-04-21Merge psql \df options into a single \? line, and update docs.Bruce Momjian
2009-04-21Add agg/normal/trigger/window flags for psql \df and in \df output.Bruce Momjian
2009-04-19Fix textsearch documentation examples to not recommend concatenating separateTom Lane
2009-04-19Revise plpgsql's scanner to process comments and string literals in a wayTom Lane
2009-04-19Mention as a potential incompatibility the fact that SELECT DISTINCT, UNION,Tom Lane
2009-04-18Add Ron Mayer as primary contributor for:Bruce Momjian
2009-04-15Remove mention of pre-7.1 inheritance behavior from /ref pages; keepBruce Momjian
2009-04-15Fix SGML markup I broke yesterday.Bruce Momjian
2009-04-14Reformat 'sslmode' options into an SGML table; improve wording.Bruce Momjian
2009-04-14Do some copy-editing on description of ts_headline().Tom Lane
2009-04-13Make a copy-editing pass over the 8.4 release notes.Tom Lane
2009-04-11More wording clarification of sslverify setting.Bruce Momjian
2009-04-11Better document libpq sslverify behavior as requiring root.crt.Bruce Momjian
2009-04-11Wording improvement.Bruce Momjian
2009-04-11Wording improvement for SSL user certificate authentication.Bruce Momjian
2009-04-11Clarify SSL _user_ authentication in release notes.Bruce Momjian
2009-04-10Add cross-references from the DECLARE and FETCH reference pages toTom Lane
2009-04-10Document how *_blks_read statistics columns are computed.Bruce Momjian
2009-04-09Update release notes through yesterday; some minor wordsmithing.Tom Lane
2009-04-09Clarify documentation references to pg_stat_get_blocks_fetched andBruce Momjian
2009-04-09Update GIN limitations documentation to match current reality.Tom Lane
2009-04-09Remove SQL-compatibility function cardinality(). It is not exactly clearTom Lane
2009-04-09Improve documentation about how checkpoint spreads I/O activity.Bruce Momjian
2009-04-08Remove psql's ancient hack that suppressed functions taking or returningTom Lane
2009-04-07Add attribution for:Bruce Momjian
2009-04-07Add release note item:Bruce Momjian
2009-04-07Add doc link to section about how to compile triggers.Bruce Momjian
2009-04-07Add an optional parameter to pg_start_backup() that specifies whether to doTom Lane
2009-04-06Doc change in new patch, stand-alone -> standaloneBruce Momjian
2009-04-06Add documentation mention of 'check_postgres.pl' in Routine DatabaseBruce Momjian
2009-04-06Document the fact that fuzzystrmatch doesn't work in multibyte encodings.Tom Lane
2009-04-06Correct keywords table for status of COLLATE vsTom Lane
2009-04-06Rename the new CREATE DATABASE options to set collation and ctype intoHeikki Linnakangas
2009-04-05Remove contrib/intarray's definitions of the <@ and @> operators, so that theyTom Lane
2009-04-04Minor wordsmithing on descriptions of some \d commands.Tom Lane
2009-04-02Document that Solaris can't use effective_io_concurrency because of anBruce Momjian
2009-04-02Have PL/pgSQL FETCH set DIAGNOSTICS ROW_COUNT.Bruce Momjian
2009-04-02Change psql \d* display so 'S' _or_ a pattern include system objects.Bruce Momjian
2009-04-01Index some array functions, per Mario Splivalo.Tom Lane
2009-03-31Remove some "Other" sections in the release notes by putting the itemsBruce Momjian
2009-03-31Add a "relistemp" boolean column to pg_class, which is true for temporaryTom Lane
2009-03-31Update release note introductory description.Bruce Momjian
2009-03-31Add PQinitOpenSSL() function to support applications that use libcryptoTom Lane
2009-03-31More new subsections in release notes.Bruce Momjian
2009-03-30More release note changes, including a lower level of subsections.Bruce Momjian
2009-03-30More release note adjustments, reordering.Bruce Momjian