OSDN Git Service

Fix 3-parameter form of bit substring() to throw error for negative length,
[pg-rex/syncrep.git] / doc /
2010-01-07 Bruce MomjianUse -Z for vacuumdb --analyze-only, rather than -o.
2010-01-07 Bruce MomjianRename new vacuumdb option to --analyze-only from ...
2010-01-06 Tom LaneFix missing <manvolnum> markers in dblink reference...
2010-01-06 Itagaki TakahiroSupport rewritten-based full vacuum as VACUUM FULL...
2010-01-06 Bruce Momjianpg_dump --only-analyze
2010-01-06 Bruce MomjianRemove tabs in SGML.
2010-01-05 Robert HaasSupport ALTER TABLESPACE name SET/RESET ( tablespace_op...
2010-01-05 Tom LaneGet rid of the need for manual maintenance of the initi...
2010-01-04 Tom LaneImprove PGXS makefile system to allow the module's...
2010-01-02 Bruce MomjianUpdate copyright for the year 2010.
2010-01-01 Tom LaneSupport "x IS NOT NULL" clauses as indexscan conditions...
2009-12-31 Peter EisentrautAdd information_schema.triggered_update_columns
2009-12-30 Peter EisentrautFill in information schema column for trigger WHEN...
2009-12-30 Peter EisentrautRevert makefile refactoring (version 1.123) because...
2009-12-29 Tom LaneAdd the ability to store inheritance-tree statistics...
2009-12-28 Peter EisentrautSmall wording improvement and clarification in PL/pgSQL...
2009-12-26 Bruce MomjianZero-label enums:
2009-12-25 Robert HaasAdd missing <indexterm><primary>...</primary>...</index...
2009-12-24 Tom LaneTry to improve the clarity of the psql documentation...
2009-12-23 Tom LaneAllow the index name to be omitted in CREATE INDEX...
2009-12-23 Heikki LinnakangasAlways pass catalog id to the options validator functio...
2009-12-20 Robert HaasFix two small typos in Hot Standby docs.
2009-12-19 Peter EisentrautAdd documentation why reassigning PL/Python function...
2009-12-19 Peter EisentrautAdd hot standby to release notes
2009-12-19 Bruce MomjianConvert tabs to spaces in SGML.
2009-12-19 Tom LaneSigh, I managed to break the no-links-in-plain-text...
2009-12-19 Itagaki TakahiroAdd missing Id keyword to alter_large_object.sgml.
2009-12-19 Tom LaneJoin in the fun of editorializing on the alpha release...
2009-12-19 Alvaro HerreraUpdate tutorial on the fact that backslash commands...
2009-12-19 Tom LaneAdjust some more places in the documentation to match...
2009-12-19 Simon RiggsAllow read only connections during recovery, known...
2009-12-19 Robert HaasFix a few typos in the latest 8.5alpha3 release notes.
2009-12-18 Peter Eisentraut8.5alpha3 release notes up to Fri Dec 18 21:37:38 2009...
2009-12-18 Tom LaneFix link that doesn't work in standalone INSTALL document.
2009-12-18 Bruce MomjianInstall server-side language PL/pgSQL by default.
2009-12-17 Robert HaasImprove documentation for pg_largeobject changes.
2009-12-16 Magnus HaganderRemove spurious '22' that clearly shouldn't be there.
2009-12-15 Peter EisentrautPython 3 support in PL/Python
2009-12-15 Tom LaneAdd a hook to let loadable modules get control at Proce...
2009-12-15 Tom LaneSupport ORDER BY within aggregate function calls, at...
2009-12-15 Tom LaneFix broken markup.
2009-12-15 Itagaki TakahiroAdd \shell and \setshell meta commands to pgbench.
2009-12-15 Robert HaasAdd an EXPLAIN (BUFFERS) option to show buffer-usage...
2009-12-12 Magnus HaganderAllow LDAP authentication to operate in search+bind...
2009-12-11 Itagaki TakahiroAdd large object access control.
2009-12-11 Andrew DunstanAdd YAML to list of EXPLAIN formats. Greg Sabino Mullan...
2009-12-10 Peter EisentrautPL/Python array support
2009-12-10 Peter EisentrautAdd init[db] option to pg_ctl
2009-12-10 Tom LaneUpdate release notes for releases 8.4.2, 8.3.9, 8.2...
2009-12-09 Magnus HaganderUpdate size references in installation instructions...
2009-12-08 Magnus HaganderFix a couple of broken links to third-party sites.
2009-12-08 Magnus HaganderReplace broken link to custom local gettext package...
2009-12-07 Magnus HaganderUpdate CVS documentation to be more current and add...
2009-12-07 Tom LaneAdd exclusion constraints, which generalize the concept...
2009-12-05 Peter EisentrautInformation schema documentation
2009-12-02 Tom LaneClarify what's supposed to happen when a cursor FETCH...
2009-12-02 Bruce Momjianthread-safety
2009-12-02 Tom LaneMark application_name as GUC_REPORT so that the value...
2009-12-01 Bruce MomjianRevert due to Tom's concerns:
2009-12-01 Bruce MomjianProcessUtility_hook:
2009-11-30 Bruce Momjianhstore docs
2009-11-30 Peter EisentrautIn SRF example, move oldcontext variable definition...
2009-11-30 Bruce MomjianProperly indent SGML.
2009-11-29 Tom LaneMake pg_stat_activity.application_name visible to all...
2009-11-29 Tom LaneAdd support for anonymous code blocks (DO blocks) to...
2009-11-28 Tom LaneAdd support for an application_name parameter, which...
2009-11-28 Bruce Momjianfsync test tools
2009-11-27 Bruce MomjianDocument ath vacuumdb --analyze does analyze _also_...
2009-11-26 Tom LaneFix missing end tag, per Jeff Davis.
2009-11-25 Tom LaneSimplify psql's new linestyle behavior to default to...
2009-11-24 Peter EisentrautFix syntax in extract() examples
2009-11-23 Peter EisentrautAdd PG_MODULE_MAGIC and some missing include files...
2009-11-22 Tom LaneAssorted wordsmithing on the documentation of \pset...
2009-11-22 Tom LaneImprove psql's tabular display of wrapped-around data...
2009-11-20 Tom LaneAdd a WHEN clause to CREATE TRIGGER, allowing a boolean...
2009-11-18 Tom LaneAdd a hook to CREATE/ALTER ROLE to allow an external...
2009-11-16 Tom LaneProvide a parenthesized-options syntax for VACUUM,...
2009-11-13 Tom LaneAdd control knobs for plpgsql's variable resolution...
2009-11-11 Alvaro HerreraDocument the previous FETCH and MOVE changes.
2009-11-10 Bruce MomjianDIAGNOSTICS/FOUND wording
2009-11-10 Bruce MomjianPL/pgSQL FOUND
2009-11-05 Tom LaneDon't treat NEW and OLD as reserved words anymore....
2009-11-05 Tom LaneRemove plpgsql's RENAME declaration, which has bizarre...
2009-11-04 Tom LaneAdd support for invoking parser callback hooks via...
2009-10-28 Tom LaneWhen FOR UPDATE/SHARE is used with LIMIT, put the LockR...
2009-10-27 Tom LaneMake FOR UPDATE/SHARE in the primary query not propagat...
2009-10-27 Alvaro HerreraFix documentation on the toast.fillfactor reloption...
2009-10-23 Peter EisentrautWhen querying a table with child tables, do not check...
2009-10-21 Tom LaneRemove regex_flavor GUC, so that regular expressions...
2009-10-21 Tom LaneRemove add_missing_from GUC and associated parser suppo...
2009-10-21 Peter EisentrautFinalize 8.5alpha2 release notes, with updates from...
2009-10-20 Peter EisentrautPreliminary release notes for 8.5alpha2
2009-10-14 Tom LaneSupport SQL-compliant triggers on columns, ie fire...
2009-10-13 Peter EisentrautReplace unmatched " by &quot; to avoid throwing off...
2009-10-13 Tom LaneAdd "\pset linestyle ascii/unicode" option to psql...
2009-10-13 Tom LaneCode review for LIKE INCLUDING patch --- clean up some...
2009-10-12 Tom LaneUse plurals (TABLES, FUNCTIONS, etc) in ALTER DEFAULT...
2009-10-12 Tom LaneSupport GRANT/REVOKE ON ALL TABLES/SEQUENCES/FUNCTIONS...
2009-10-12 Andrew DunstanCREATE LIKE INCLUDING COMMENTS and STORAGE, and INCLUDI...
2009-10-10 Tom LaneImprove similar_escape() in two different ways:
next