summaryrefslogtreecommitdiff
path: root/doc/src/sgml
AgeCommit message (Expand)Author
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
2008-05-01Make the minimum allowed value of work_mem be 64KB always, rather than havingTom Lane
2008-04-30Add example showing how to remove a password from a role.Alvaro Herrera
2008-04-28Add generate_subscripts, a series-generation function which generates anAlvaro Herrera
2008-04-27Add SGML ID attributes to the arrays subsections, and a few index entries forAlvaro Herrera
2008-04-26Code review for recent patch to terminate online backup during shutdown:Tom Lane
2008-04-23Prevent shutdown in normal mode if online backup is running, andMagnus Hagander
2008-04-21Fix typo, noted by Stefan Kaltenbrunner.Magnus Hagander
2008-04-21Add link to major version release notes at the top of the minorMagnus Hagander
2008-04-21Allow float8, int8, and related datatypes to be passed by value on machinesTom Lane
2008-04-18Cause EXPLAIN's VERBOSE option to print the target list (output column list)Tom Lane
2008-04-17Re-enable pg_terminate_backend() using SIGTERM. SIGTERM testing stillBruce Momjian
2008-04-15Revert addition of pg_terminate_backend() because of race conditions.Bruce Momjian
2008-04-15Add pg_terminate_backend() to allow terminating only a single session.Bruce Momjian
2008-04-14Push index operator lossiness determination down to GIST/GIN opclassTom Lane
2008-04-13Phase 2 of project to make index operator lossiness be determined at runtimeTom Lane
2008-04-13Turn the -i/--ignore-version options of pg_dump and pg_dumpall into no-ops:Tom Lane
2008-04-10Replace "amgetmulti" AM functions with "amgetbitmap", in which the wholeTom Lane
2008-04-10Remove mention of DBD::PgSPI, which is unmaintained and generally unnecessary.Alvaro Herrera
2008-04-10Mention pg_backend_pid() in the system information section in additionAlvaro Herrera
2008-04-09Document that continuous archiving backup can be used for cases whereBruce Momjian
2008-04-07Add documentation clarification for IS [NOT] NULL and row-valuedBruce Momjian
2008-04-06Make plpgsql support FOR over a query specified by a cursor declaration,Tom Lane