]> granicus.if.org Git - postgresql/history - doc
Fix up pg_dump to emit shell-type definitions at the proper time, to
[postgresql] / doc /
2006-03-01 Bruce MomjianUpdate text file.
2006-03-01 Bruce MomjianUpdate patch generation instructions.
2006-03-01 Bruce MomjianUpdate Japanese FAQ, backpatched to 8.1.X.
2006-03-01 Neil ConwayThis patch makes the error message strings throughout...
2006-03-01 Bruce MomjianAdd pg_service.conf documentation for libpq.
2006-02-28 Tom LaneAllow the syntax CREATE TYPE foo, with no parameters...
2006-02-28 Bruce MomjianBack out libpq changes for service --- not ready yet.
2006-02-28 Bruce MomjianFix PG_VERSION_NUM for different awk -F handling.
2006-02-28 Bruce MomjianAdd:
2006-02-26 Bruce MomjianDone:
2006-02-26 Neil ConwayMinor SGML work: add some more hyperlinks, where approp...
2006-02-26 Neil ConwayTODO updates:
2006-02-25 Bruce MomjianAdd intervals:
2006-02-25 Bruce MomjianFix computation of sample table size.
2006-02-25 Bruce MomjianRemove duplicate:
2006-02-24 Bruce MomjianRemove mention of MIN/MAX() not using indexes.
2006-02-24 Bruce MomjianMention that the archive history file has the wal start...
2006-02-19 Neil ConwayAdd TABLESPACE and ON COMMIT clauses to CREATE TABLE...
2006-02-18 Neil ConwayMinor SGML style police work.
2006-02-18 Peter EisentrautAdd support for Windows codepages 1253, 1254, 1255...
2006-02-16 Peter EisentrautPut the first section of a chapter in its own chunk.
2006-02-14 Bruce MomjianDocument that GRANT on a table does not affect sequence...
2006-02-14 Bruce MomjianDocument that xact commit/abort stats are collected...
2006-02-13 Tom LaneImprove documentation of --single-transaction option...
2006-02-13 Bruce MomjianAdd:
2006-02-12 Tom LaneUpdate release notes.
2006-02-12 Tom LaneFix broken markup.
2006-02-12 Bruce MomjianNot done:
2006-02-12 Bruce MomjianRevert patch becaues of locking concerns:
2006-02-12 Bruce Momjian> Actually, if you submit a patch that says either...
2006-02-12 Bruce MomjianFix release item ordering.
2006-02-12 Bruce MomjianUpdate back branch release notes.
2006-02-12 Bruce MomjianFix release markup.
2006-02-12 Bruce MomjianUpdate for 8.1.3.
2006-02-12 Bruce MomjianUpdate release notes for 8.1.3.
2006-02-12 Bruce MomjianDone:
2006-02-12 Tom LaneApply code-reviewed version of for-scalar-list patch...
2006-02-12 Bruce MomjianAdd MSVC support for utility commands and pg_dump.
2006-02-12 Bruce MomjianAllow PL/pgSQL FOR statement to return values to scalar...
2006-02-12 Bruce MomjianDone:
2006-02-12 Bruce MomjianAllow to_char() to print localized month and day names.
2006-02-12 Bruce MomjianAdd psql option:
2006-02-12 Bruce MomjianDone:
2006-02-12 Bruce MomjianI've created a new shared catalog table pg_shdescriptio...
2006-02-12 Bruce MomjianPlease find enclosed a patch that lets you use \c to...
2006-02-11 Tom LaneSkip ambulkdelete scan if there's nothing to delete...
2006-02-11 Bruce MomjianAllow ALTER TABLE ... ALTER CONSTRAINT ... RENAME
2006-02-11 Bruce MomjianDone:
2006-02-11 Bruce MomjianDone:
2006-02-11 Bruce MomjianDone:
2006-02-11 Bruce MomjianAdd INET/CIDR operators: and, or, not, plus int8, minus...
2006-02-10 Bruce MomjianDone:
2006-02-09 Tom LaneReject out-of-range dates in date_in().
2006-02-07 Bruce MomjianRemove question mark:
2006-02-07 Bruce MomjianSplit up wal-logging items:
2006-02-05 Bruce MomjianFix typo in configuration docs.
2006-02-05 Bruce MomjianUpdate PL/pgSQL trigger example to be clearer about...
2006-02-04 Tom LaneFix constraint exclusion to work in inherited UPDATE...
2006-02-04 Tom LaneFix broken markup.
2006-02-04 Andrew DunstanDROP IF EXISTS for ROLE/USER/GROUP
2006-02-04 Peter EisentrautIssue a warning if a change-on-restart-only postgresql...
2006-02-04 Bruce MomjianUpdate walcontrol item:
2006-02-04 Bruce MomjianAdd to TODO.detail/walcontrol.
2006-02-01 Bruce MomjianAdd:
2006-02-01 Bruce MomjianMove items:
2006-02-01 Bruce MomjianAdd:
2006-01-31 Michael MeskesRemoved single quotes from connect to example.
2006-01-26 Bruce MomjianDone:
2006-01-26 Tom LaneClean up the INET-vs-CIDR situation. Get rid of the...
2006-01-23 Tom LaneImprove wording of descriptions of SIGHUP GUC parameter...
2006-01-23 Bruce MomjianDone:
2006-01-22 Tom LaneImprove note about not using the target table name...
2006-01-22 Neil ConwayAllow an optional alias for the target table to be...
2006-01-22 Neil ConwayMinor improvements to GEQO documentation.
2006-01-21 Tom LaneMarginal improvements in the wording of the autovacuum...
2006-01-21 Tom LaneFix broken markup.
2006-01-21 Bruce MomjianAdd GRANT ON SEQUENCE syntax to support sequence-only...
2006-01-20 Bruce MomjianUpdate EXPLAIN wording for GEQO usage.
2006-01-19 Bruce MomjianDoc patch that adds an example of a correllated UPDATE.
2006-01-19 Bruce MomjianClarify STABLE function documentation to highlight...
2006-01-18 Bruce MomjianClarify use of btree indexes for ILIKE and ~*.
2006-01-18 Bruce MomjianYou'll find attached a patch for a fixed explanation...
2006-01-18 Bruce MomjianDone:
2006-01-18 Neil ConwayAdd a new system view, pg_cursors, that displays the...
2006-01-16 Bruce MomjianImprove constraint_name wording.
2006-01-16 Bruce MomjianAdd markup for new constraint_name mention.
2006-01-16 Bruce MomjianAdd documentaiotn mention that constraint names can...
2006-01-16 Neil ConwayChange the parameter_types column of the pg_prepared_st...
2006-01-15 Neil ConwayAllow the types of parameters to PREPARE to be inferred...
2006-01-13 Tom LaneDocument that CREATE OPERATOR CLASS amounts to granting...
2006-01-13 Tom LaneRequire the issuer of CREATE TYPE to own the functions...
2006-01-12 Tom LaneRemove extraneous backslash from 'fixseq.sql' example...
2006-01-11 Tom LaneUpdate comment about outer joins in description of...
2006-01-11 Neil ConwayDocumentation tweak: add spaces around the brackets...
2006-01-11 Bruce MomjianDone:
2006-01-11 Tom LaneCreate a standard function pg_sleep() to sleep for...
2006-01-09 Bruce MomjianDone:
2006-01-08 Neil ConwayAdd a new system view, pg_prepared_statements, that...
2006-01-06 Tom LaneRelease-note updates and copy editing.
2006-01-06 Tom LaneFix broken markup.
next