aboutsummaryrefslogtreecommitdiff
path: root/doc/src
Commit message (Collapse)AuthorAge
* 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
|
* Update TODO/FAQ for 7.3 release.Bruce Momjian2002-11-16
|
* Update ports list.Bruce Momjian2002-11-14
|
* Fix Magnus's name.Bruce Momjian2002-11-14
|
* Fix version number for FreeBSD/alpha on ports list.Bruce Momjian2002-11-14
|
* Update ports list.Bruce Momjian2002-11-14
|
* Update ports list.Bruce Momjian2002-11-14
|
* Update ports list.Bruce Momjian2002-11-14
|
* Add AIX as supported platform.Bruce Momjian2002-11-12
|
* Improve formatting of release notes. Update makefile rule to makePeter Eisentraut2002-11-11
| | | | HISTORY file.
* Merge changes from head. (update classname for PGConnection)Barry Lind2002-11-11
|
* Update russian FAQ, from Viktor Vislobokov.Bruce Momjian2002-11-10
|
* Cleanup pass over User's Guide. Key word table updated.Peter Eisentraut2002-11-10
|
* Fix markup.Peter Eisentraut2002-11-10
|
* Update libpq PQcmdTuples() and PQcmdStatus() docs: remove const paramBruce Momjian2002-11-08
| | | | mention to match code and include files.
* I'm using libpgtcl with PostgreSQL-7.2.3. There is a discrepancy betweenBruce Momjian2002-11-08
| | | | | | | | | | | | | | the documentation and behavior of "pg_result $res -oid" when $res is not from an INSERT. The documentation says it should return an empty string, but in fact it returns 0. I think it used to return an empty string around PostgreSQL-7.1.3 when PQoidStatus() was used, but now it uses PQoidValue() which returns InvalidOid, 0 in this case. Assuming the current behavior is desired, here is a patch to the documentation doc/src/sgml/libpgtcl.sgml to match what really happens: ljb
* Update release docs for 7.3.Bruce Momjian2002-11-08
|