summaryrefslogtreecommitdiff
path: root/doc/src/sgml
AgeCommit message (Expand)Author
2008-06-27Mention actual function names in documentation of how to pass binaryBruce Momjian
2008-06-27Clarify plpgsql documentation by not treating IF THEN ELSE IF ... as aTom Lane
2008-06-26Use SGML table to show backslash string escapes, rather than have themBruce Momjian
2008-06-26Remove use of postmaster.opts.default by pg_ctl.Bruce Momjian
2008-06-23Backup wording improvement.Bruce Momjian
2008-06-23Add libpq comment about how to determine the format used for passingBruce Momjian
2008-06-18Fix a few typos in the DTrace docs. Patch from Euler Taveira de Oliveira,Neil Conway
2008-06-16Rewrite docs section about routine vacuuming --- it's gotten rather mangled ofTom Lane
2008-06-15Rearrange ALTER TABLE syntax processing as per my recent proposal: theTom Lane
2008-06-14In log_filename documentation, mention that strftime is not used directly toAlvaro Herrera
2008-06-12Use macro to document size of ecpg sqlerrmc string.Bruce Momjian
2008-06-11Add optional on/off argument to \timing.Heikki Linnakangas
2008-06-10Make XML building work silently on VPATH builds (untested on regular builds).Alvaro Herrera
2008-06-08Update release notes for ALTER AGGREGATE fix.Tom Lane
2008-06-07Update release notes for 8.3.3 et al.Tom Lane
2008-06-05Fix missing "not", per Frank Millman (bug #4212).Alvaro Herrera
2008-06-04Draft release notes for upcoming back-branch updates.Tom Lane
2008-06-01Marginal improvements to the documentation for PGOPTIONS.Tom Lane
2008-05-30Copy refint.so and autoinc.so into the src/test/regress directory duringTom Lane
2008-05-28Improve GRANT documentation to point out that UPDATE and DELETE typicallyTom Lane
2008-05-27Clarify description of typmod input function, per Jeff Davis.Tom Lane
2008-05-27Alter the xxx_pattern_ops opclasses to use the regular equality operator ofTom Lane
2008-05-19Make to_char()'s localized month/day names depend on LC_TIME, not LC_MESSAGES.Tom Lane
2008-05-17Rewrite the warning about non-transaction-safety of TRUNCATE ... RESTARTTom Lane
2008-05-17Allow ALTER SEQUENCE START WITH to change the recorded start_value of aTom Lane
2008-05-16Add a RESTART (without parameter) option to ALTER SEQUENCE, allowing aTom Lane
2008-05-16Update psql startup banner to be shorter, suggest "help" for help.Bruce Momjian
2008-05-16Add detection of psql pager to trigger on wide output. Also add pagerBruce Momjian
2008-05-16Extend GIN to support partial-match searches, and extend tsquery to supportTom Lane
2008-05-15Support SQL/PSM-compatible CASE statement in plpgsql.Tom Lane
2008-05-15Add support for tracking call counts and elapsed runtime for user-definedTom Lane
2008-05-14Remove odd duplicate wording in psql pager section.Bruce Momjian
2008-05-13Improve plpgsql's RAISE command. It is now possible to attach DETAIL andTom Lane
2008-05-12Document that "ROLLBACK TO savepoint" does not un-close cursors.Alvaro Herrera
2008-05-09Change the rules for inherited CHECK constraints to be essentially the sameTom Lane
2008-05-08Add psql '\pset format wrapped' mode to wrap output to screen width, orBruce Momjian
2008-05-08Fix contrib/xml2 makefile to not override CFLAGS, and in passing make itTom Lane
2008-05-08Remove OID/foreign key mention in psql variable interpolation docs.Bruce Momjian
2008-05-07Add Simon Riggs' email address.Alvaro Herrera
2008-05-07Move Client Authentication right after Server Configuration in docs.Bruce Momjian
2008-05-07Make the pg_stat_activity view call a SRF (pg_stat_get_activity())Magnus Hagander
2008-05-05Document extra information provided by psql's \dT+ (not \dt+ as per recent co...Andrew Dunstan
2008-05-05Display ACLS using multiple lines for psql's \z. Brendan Jurd.Andrew Dunstan
2008-05-04Add timestamp and timestamptz versions of generate_series().Tom Lane
2008-05-04Add pg_conf_load_time() function to report when the Postgres configurationTom Lane
2008-05-03Support RETURN QUERY EXECUTE in plpgsql.Tom Lane
2008-05-02Update documentation for psql relation-size-in-\dt+ patch.Tom Lane
2008-05-02Allow the planner's estimate of the fraction of a cursor's rows that will beTom Lane
2008-05-02Extend yesterday's patch making BLCKSZ and RELSEG_SIZE configurable to alsoTom Lane
2008-05-02Remove the recently added USE_SEGMENTED_FILES option, and indeed remove allTom Lane