]> granicus.if.org Git - postgresql/history - doc
Repair two TIME WITH TIME ZONE bugs found by Dennis Vshivkov. Comparison
[postgresql] / doc /
2005-04-23 Bruce MomjianTurns out our existing page size is already optimal...
2005-04-23 Bruce MomjianItem already added to existing 'thread' item:
2005-04-23 Bruce MomjianRemove item, not sure what it refers to:
2005-04-23 Bruce MomjianNew item:
2005-04-23 Bruce MomjianUpdate threading item:
2005-04-23 Bruce MomjianDone:
2005-04-23 Bruce MomjianDone:
2005-04-23 Bruce MomjianFix typo:
2005-04-23 Bruce MomjianMove info about lack of depencency checking in Makefile...
2005-04-23 Bruce MomjianUpdate FAQ by eliminating non-frequent items like large...
2005-04-23 Bruce MomjianDone:
2005-04-23 Bruce MomjianUpdate H4 tag to H3 to be consistent with heading levels.
2005-04-23 Bruce MomjianAdd item about server-side debugging.
2005-04-23 Bruce MomjianUpdate FAQ items to point to existing web pages rather...
2005-04-23 Bruce MomjianUpdate FAQ release number to 8.0.2.
2005-04-23 Bruce MomjianAdd documentation stating how to determine if FSM setti...
2005-04-22 Bruce MomjianFix typo:
2005-04-22 Bruce MomjianTypo fix. Alvaro.
2005-04-22 Bruce MomjianUpdate URL for TODO list.
2005-04-22 Bruce MomjianRemove pre-7.3 mention that FOR UPDATE can be before...
2005-04-22 Bruce MomjianClarify that only crypt can't use md5 pg_shadow passwords.
2005-04-21 Bruce MomjianClarify use of MD5 authentication and pg_shadow encryption.
2005-04-21 Tom LaneRethink original decision to use AND/OR Expr nodes...
2005-04-21 Bruce MomjianUpdated text for bitmaps:
2005-04-21 Bruce MomjianDone:
2005-04-20 Tom LaneAdd note clarifying that indexes that support ordered...
2005-04-20 Bruce MomjianAdd:
2005-04-20 Bruce MomjianAdd:
2005-04-20 Bruce MomjianAdd:
2005-04-19 Bruce Momjian>>>>Luckily, PG 8 is available for this. Do you have...
2005-04-19 Bruce Momjian> >Luckily, PG 8 is available for this. Do you have...
2005-04-19 Bruce MomjianUpdate PITR wording, per Simon.
2005-04-18 Bruce MomjianAdd WAL entry about compression.
2005-04-18 Bruce MomjianAdded to TODO:
2005-04-18 Bruce MomjianUpdate PITR setence to mention WAL and file system...
2005-04-18 Bruce MomjianUpdate PITR TODO items:
2005-04-18 Bruce MomjianUpdate TODO script sample.
2005-04-18 Bruce MomjianUpdate for HTML markup.
2005-04-18 Bruce MomjianAdd description that WAL files used during backup have...
2005-04-18 Bruce MomjianAdd HTML version of TODO to CVS, for web site use.
2005-04-18 Bruce MomjianAdd HTML TODO version to CVS.
2005-04-18 Bruce MomjianAdd description about partial WAL archiving for PITR:
2005-04-18 Bruce MomjianFix html.
2005-04-18 Bruce MomjianTest new html tag.
2005-04-18 Bruce MomjianAdd:
2005-04-18 Bruce MomjianUpdate PITR mention of which WAL files are needed.
2005-04-17 Bruce MomjianClarify name of file to be checked for PITR expiring.
2005-04-16 Tom LaneMinor improvements to locale documentation.
2005-04-14 Bruce MomjianDone
2005-04-14 Tom LaneFirst phase of project to use fixed OIDs for all system...
2005-04-13 Tom LaneSimplify initdb-time assignment of OIDs as I proposed...
2005-04-13 Neil ConwayMinor consistency improvement to the documentation...
2005-04-12 Tom LaneAdd aggsortop column to pg_aggregate, so that MIN/MAX...
2005-04-12 Tom LaneFix broken markup.
2005-04-10 Bruce MomjianUpdate to XHTML.
2005-04-09 Bruce MomjianDone:
2005-04-09 Bruce MomjianWe don't put URL's in ulink's because the URL is always...
2005-04-08 Neil ConwayChange the default setting of "add_missing_from" to...
2005-04-07 Tom LaneUpdate and copy-edit release notes for 8.0.2.
2005-04-07 Tom LaneAllow plpgsql functions to omit RETURN command when...
2005-04-07 Neil ConwayMinor documentation tweak.
2005-04-07 Neil ConwayAdd a "USING" clause to DELETE, which is equivalent...
2005-04-05 Tom LaneAdjust grammar for plpgsql's OPEN command so that a...
2005-04-05 Tom Laneplpgsql does OUT parameters, as per my proposal a few...
2005-04-05 Tom LaneFix broken markup.
2005-04-04 Neil ConwayAdd a link to www.postgresql.org/download to the instal...
2005-04-02 Bruce MomjianFix release not typo.
2005-04-02 Bruce MomjianUpdate release notes for 8.0.2.
2005-04-01 Bruce MomjianFix wrong week returnded by date_trunc('week') for...
2005-03-31 Tom LaneFirst phase of OUT-parameters project. We can now...
2005-03-31 Bruce MomjianAdjust SGML ulink tags to the URL is always displayed...
2005-03-30 Neil ConwayMinor tweak to documentation.
2005-03-30 Neil ConwayFix typo.
2005-03-29 Tom LaneAdd proallargtypes and proargmodes columns to pg_proc...
2005-03-29 Tom LaneOfficially decouple FUNC_MAX_ARGS from INDEX_MAX_KEYS...
2005-03-29 Neil ConwayAdd SPI_getnspname(), including documentation.
2005-03-29 Tom LaneConvert oidvector and int2vector into variable-length...
2005-03-27 Tom LaneFirst steps towards index scans with heap access decoup...
2005-03-25 Bruce MomjianAdd
2005-03-25 Tom LaneImprove EXPLAIN ANALYZE to show the time spent in each...
2005-03-25 Tom LaneUpdate and copy-edit description of privileges.
2005-03-25 Tom LaneFix to_date to behave reasonably when CC and YY fields...
2005-03-25 Bruce MomjianPrint URL in printed output..
2005-03-25 Bruce MomjianAdd URL of how to report bugs:
2005-03-24 Bruce MomjianAdd:
2005-03-24 Bruce MomjianChange Win32 O_SYNC method to O_DSYNC because that...
2005-03-24 Bruce MomjianUpdate INTERVAL items.
2005-03-24 Bruce MomjianChange ANSI to ISO standard:
2005-03-24 Neil ConwayRevert changes to CREATE TRIGGER and ALTER TABLE ADD...
2005-03-23 Bruce MomjianUpdate wording:
2005-03-23 Bruce MomjianUpdate item on ambiguous INTERVAL syntax:
2005-03-23 Bruce MomjianUpdate ANSI INTERVAL section:
2005-03-23 Tom LaneAdd note about risks involved in replaying CREATE TABLE...
2005-03-23 Bruce MomjianUpdate numbers in example:
2005-03-23 Bruce MomjianUpdate:
2005-03-23 Neil ConwayAdjust CREATE TRIGGER and ALTER TABLE ... ADD FOREIGN...
2005-03-23 Bruce MomjianAdd:
2005-03-23 Bruce MomjianAssign:
2005-03-23 Bruce MomjianAdd:
2005-03-23 Bruce MomjianAdd INTERVAL items:
next