]> granicus.if.org Git - postgresql/history - doc/src
Have SET not start transaction when autocommit off, with doc updates.
[postgresql] / doc / src /
2002-10-09 Bruce MomjianHave SET not start transaction when autocommit off...
2002-10-05 Bruce MomjianFix markup error.
2002-10-05 Bruce MomjianAdd more documentation about CURRENT_TIMESTAMP.
2002-10-04 Tom LaneRestrict CREATE OPERATOR CLASS to superusers, per discu...
2002-10-04 Tom LaneRequire superuser privilege to create a binary-compatib...
2002-10-03 Bruce MomjianAdd wording so people know PANIC is really "off" for...
2002-10-02 Tom LaneRe-enable pg_resetxlog to accept -l values in hexadecim...
2002-10-02 Bruce MomjianTurn GUC log_min_error_statement off by default by...
2002-10-01 Barry LindApplied doc patch to jdbc doc which documents support...
2002-10-01 Bruce MomjianUpdate FAQ for 7.2.3 version.
2002-10-01 Bruce MomjianUpdate HISTORY/release.sgml for 7.2.3.
2002-09-27 Bruce MomjianSimplify SSL certificate instructions.
2002-09-26 Bruce MomjianAllow SSL to work withouth client-side certificate...
2002-09-25 Peter EisentrautEnhance the description of user and database management...
2002-09-24 Bruce MomjianMake PL/pgSQL capitalization consistent.
2002-09-24 Tom LaneChange default privileges for languages and functions...
2002-09-24 Tom LaneUpdate some obsolete comments and column descriptions.
2002-09-24 Peter EisentrautTweak conversion names to follow the established naming...
2002-09-23 Tom LaneFix broken markup.
2002-09-23 Peter EisentrautMove PyGreSQL usage documentation from README into...
2002-09-23 Bruce MomjianThe valid return value should be MODIFY instead of...
2002-09-22 Tom LaneMake \dS work more like it used to, viz, show only...
2002-09-22 Tom LaneReplace pg_attribute.attisinherited with attislocal...
2002-09-22 Tom LaneFix busted markup.
2002-09-22 Tom LaneBring SIMILAR TO and SUBSTRING into some semblance...
2002-09-21 Tom LaneProvide an upgrade strategy for dump files containing...
2002-09-21 Peter EisentrautAdd more appropriate markup.
2002-09-20 Peter EisentrautRevision
2002-09-20 Bruce MomjianMention that pg_get_viewdef(name) is deprecated.
2002-09-20 Bruce MomjianThis patch corrects a minor mis-statement in the CREATE...
2002-09-18 Tom LaneExtend pg_cast castimplicit column to a three-way value...
2002-09-18 Peter EisentrautUpdate installation instructions and put mostly everyth...
2002-09-18 Peter EisentrautRemove pgeasy and odbc.
2002-09-17 Bruce MomjianPoint out that CREATE INDEX uses sorts and hence sort_m...
2002-09-15 Peter EisentrautCast functions can be immutable or stable.
2002-09-14 Tom LaneSome PL/PgSQL documentation improvements from Neil...
2002-09-14 Peter EisentrautShrink the pg_hba.conf and pg_ident.conf default files...
2002-09-12 Peter EisentrautAdd more information about schemas. Combines some...
2002-09-12 Bruce MomjianJoe Conway wrote:
2002-09-11 Bruce MomjianFix atan() description.
2002-09-08 Bruce MomjianRemove more references to pgaccess as a build target...
2002-09-07 Bruce MomjianChanges to documentation and the regression tests for...
2002-09-07 Bruce MomjianRemove pgaccess from docs; not shipping it anymore.
2002-09-07 Peter EisentrautAllow pg_dumpall to work with previous releases again...
2002-09-06 Peter EisentrautMake sure the pg_dump tar archiver can handle members...
2002-09-06 Bruce MomjianFix another typo.
2002-09-06 Bruce MomjianFix typo.
2002-09-05 Bruce MomjianMissed mention of PGPASSWORDFILE.
2002-09-05 Bruce MomjianRemove PGPASSWORDFILE and default to always trying...
2002-09-05 Peter EisentrautFill in section on table modification.
2002-09-04 Bruce MomjianBrand 7.3. Ready for beta!
2002-09-04 Bruce MomjianUpdate new HISTORY file for 7.3!
2002-09-03 Tom LaneArrange for the default permissions on a database to...
2002-09-03 Bruce MomjianFix SGML build failure.
2002-09-03 Tom LaneDocumentation improvements.
2002-09-03 Tom LaneCode review and documentation updates for indisclustere...
2002-09-02 Tom Lanepg_on_connection_loss command for libpgtcl. Patch...
2002-09-02 Tom LaneFix obsolete description of PGnotify struct.
2002-09-02 Tom LaneDepartment of second thoughts: make checks for replacin...
2002-09-02 Tom LaneFix broken markup.
2002-09-02 Bruce MomjianThis patch fixes a minor inaccuracy in the documentatio...
2002-09-02 Bruce MomjianI checked all the previous string handling errors and...
2002-09-02 Bruce MomjianHere's a doc patch for the new string functions recentl...
2002-09-02 Bruce MomjianMove pg_settings doc into the right section.
2002-09-02 Bruce MomjianHere is a documentation patch for the pg_settings virtu...
2002-09-02 Bruce MomjianAdd GUC variable to print original query to the server...
2002-09-02 Tom LaneCode review for HeapTupleHeader changes. Add version...
2002-09-01 Bruce MomjianAdd log_duration to GUC/postgresql.conf.
2002-09-01 Tom Laneplpgsql functions can return RECORD, per Neil Conway.
2002-09-01 Tom LaneMinor copy-editing.
2002-09-01 Bruce MomjianRemove mention of wal_files in a SHOW example.
2002-08-31 Tom LaneCode review for pg_locks feature. Make shmemoffset...
2002-08-30 Tom LaneUpdates to reflect availability of autocommit option.
2002-08-30 Tom LaneAUTOCOMMIT mode is now an available backend GUC variabl...
2002-08-30 Tom LaneAdd attisinherited column to pg_attribute; use it to...
2002-08-30 Bruce MomjianUpdate documentation for --with-perl.
2002-08-30 Bruce MomjianImprove wording after wal_files removal.
2002-08-30 Bruce MomjianComplete TODO item:
2002-08-30 Bruce MomjianBack out password packet length check.
2002-08-30 Bruce MomjianAdd comment on old sytax for SELECT FOR UPDATE/LIMIT...
2002-08-30 Tom LanePL/pgSQL functions can return sets. Neil Conway's...
2002-08-29 Peter EisentrautMake pg_resetxlog options parsing more standard and...
2002-08-29 Bruce MomjianThe unit for statement_timeout is s/1000, not s/1000000
2002-08-29 Tom LaneAdjust nodeFunctionscan.c to reset transient memory...
2002-08-29 Tom LaneA few more fixes for the <replaceable>able> fiasco.
2002-08-29 Tom LaneFOUND patch was a bit over-enthusiastic: SQL commands...
2002-08-29 Tom LaneRemove support for version-0 FE/BE protocol, per pghack...
2002-08-29 Tom LaneCode review for standalone composite types, query-speci...
2002-08-28 Bruce MomjianAdd mention of foreign key dependency and SERIAL in...
2002-08-28 Tom LaneUpdate info about relkind and pg_type entries for compo...
2002-08-28 Bruce MomjianAllow FOR UPDATE to appear after LIMIT/OFFSET to match...
2002-08-27 Peter EisentrautEnable locale, so case conversion (identifier processin...
2002-08-27 Peter EisentrautReimplement pg_dumpall in C. Currently no change in...
2002-08-27 Tom LanePREPARE/EXECUTE statements. Patch by Neil Conway,...
2002-08-27 Bruce MomjianCleanup of SGML
2002-08-27 Bruce MomjianI attach a little patch to make CLUSTER set and reset...
2002-08-26 Bruce MomjianAdd OS X link line example for external functions.
2002-08-26 Bruce MomjianAdd mention of 1 terrabyte databases.
2002-08-25 Bruce MomjianUpdate docs for 7.2.2 release info.
2002-08-25 Bruce MomjianUpdate Japanese FAQ, from Jun Kuwamura
next