aboutsummaryrefslogtreecommitdiff
path: root/doc/src
Commit message (Collapse)AuthorAge
* Stamp release 7.3.8.REL7_3_8Tom Lane2004-10-22
|
* Stamp 7.3.7.Tom Lane2004-08-15
|
* Update release notes for 7.3.6.Tom Lane2004-03-02
|
* Replace unportable use of /dev/stdin with lynx's -stdin switch.Tom Lane2004-03-02
|
* Update release notes for 7.3.5.Tom Lane2003-12-02
|
* Make PQescapeBytea and byteaout consistent with each other, andJoe Conway2003-11-30
| | | | | | octal escape all octets outside the range 0x20 to 0x7e. This fixes the problem pointed out by Sergey Yatskevich here: http://archives.postgresql.org/pgsql-bugs/2003-11/msg00140.php
* Add Hungarian/Turkish FAQ's to 7.3.4.Bruce Momjian2003-07-24
|
* Add to 7.3.4 release notes:Bruce Momjian2003-07-24
| | | | * Repair breakage in timestamp-to-date conversion for dates before 2000
* New WAL fix release text is:Bruce Momjian2003-07-23
| | | | Prevent rare possibility of server startup failure (Tom)
* Update all FAQ's for 7.3.4.Bruce Momjian2003-07-23
|
* Stamp 7.3.4 release.Bruce Momjian2003-07-23
|
* Fix misstatement in release-notes item.Tom Lane2003-05-26
|
* Update release history for impending 7.3.3 release.Tom Lane2003-05-22
|
* Back-patch changes to validate page header fields immediately afterTom Lane2003-04-04
| | | | | reading in any page. Also back-port the zero_damaged_pages boolean that determines what to do about it.
* Update FAQ's in head and 7.3.X.Bruce Momjian2003-02-14
|
* > > They work the same as table constraints with in-line declaration (noBruce Momjian2003-02-13
| | | | | | | | | | | | | > > comma). > > OK. But the documentation implies there is a comma, so it should probably > get chenged then. Yes, it should. (attached) [ Backpatched to 7.3.X too.] Rod Taylor
* Add mention of CURRENT_SCHEMA for object creation.REL7_3_2Bruce Momjian2003-02-03
|
* Update release history for 7.3.2.Tom Lane2003-02-02
|
* Remove restriction that cast functions cannot be volatile. ThisTom Lane2003-02-01
| | | | | | restriction was debatable to begin with, but it has now become obvious that it breaks forward-porting of user-defined types; contrib/lo being the most salient example.
* Fix regression in .pgpass support. From Neil Conway.Tom Lane2003-01-30
|
* Update release history for 7.2.4.Tom Lane2003-01-29
|
* Repair array subscript overrun identified by Yichen Xie. Reduce theTom Lane2003-01-29
| | | | | | | value of MAX_TIME_PRECISION in floating-point-timestamp-storage case from 13 to 10, which is as much as time_out is actually willing to print. (The alternative of increasing the number of digits we are willing to print looks risky; we might find ourselves printing roundoff garbage.)
* Update 'Mathematical Functions' table to reflect 7.3 addition of float8Tom Lane2003-01-23
| | | | | forms of ceil(), floor(), sign(). Back-patch this and other recent doc fixes in this file to the 7.3 branch.
* Fix coredump problem in plpgsql's RETURN NEXT. When a SELECT INTOTom Lane2003-01-21
| | | | | | | | that's selecting into a RECORD variable returns zero rows, make it assign an all-nulls row to the RECORD; this is consistent with what happens when the SELECT INTO target is not a RECORD. In support of this, tweak the SPI code so that a valid tuple descriptor is returned even when a SPI select returns no rows.
* Fix capitalization.Bruce Momjian2003-01-11
|
* > > This patch improves the documentation for the shared_buffers GUC param.Bruce Momjian2003-01-11
| | | | | | | | > > I'd suggest that the runtime.sgml description explicitly say "values of > at least a few thousand are recommended for production installations". Neil Conway
* Backpatch extra slash removal into 7.3.X. HEAD already has it.Bruce Momjian2003-01-07
|
* Fix doc chmod .pgpass line in 7.3.X. Head already fixed.Bruce Momjian2003-01-07
|
* Trivial patch to increase max_fsm_pages as per earlier discussion.Bruce Momjian2002-12-27
| | | | Philip Warner
* Update 7.3.1 to give proper attribution to pg_dump item.Bruce Momjian2002-12-20
|
* Fix release notes and installation instructions for 7.3.1 release.Peter Eisentraut2002-12-18
|
* Update Russian FAQ. Update all FAQ's for 7.3.X branch.Bruce Momjian2002-12-18
|
* Update FAQ for 7.3.1.Bruce Momjian2002-12-18
|
* Stamp 7.3.1.Bruce Momjian2002-12-18
|
* Mark SCO Openserver 5.0.4. supported by 7.3.1 as per chat report from user.Bruce Momjian2002-12-11
| | | | template/sco updated.
* This patch updates doc/src/sgml/runtime.sgml to refer to "MacOS X", notBruce Momjian2002-12-09
| | | | | | "OS/X". Neil Conway
* Recreate HISTORY file to match release.sgml changes. Stamp 7.3 final inBruce Momjian2002-11-26
| | | | configure/configure.in.
* Update build rules for /HISTORY.Bruce Momjian2002-11-26
|
* Update ports list from recent regression-test-database entries.Tom Lane2002-11-23
|
* Release note improvements (Neil, Tom)Tom Lane2002-11-23
|
* Fixups for man pagesPeter Eisentraut2002-11-21
|
* Fix breakage in new-in-7.3 timetz_zone() function: was giving randomTom Lane2002-11-21
| | | | | | results due to doing arithmetic on uninitialized values. Add some documentation about the AT TIME ZONE construct. Update some other date/time documentation that seemed out of date for 7.3.
* Code review for superuser_reserved_connections patch. Don't try to doTom Lane2002-11-21
| | | | | | database access outside a transaction; revert bogus performance improvement in SIBackendInit(); improve comments; add documentation (this part courtesy Neil Conway).
* Update ports list.Bruce Momjian2002-11-20
|
* Back out NetBSD/arm32 port.Bruce Momjian2002-11-19
|
* Update ports list.Bruce Momjian2002-11-19
|
* Fix markup breakage.Bruce Momjian2002-11-18
|
* Fix typo and markup.Peter Eisentraut2002-11-18
|
* Update ports list.Bruce Momjian2002-11-18
|
* Revise SQL features list.Peter Eisentraut2002-11-17
|