Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Add mention of CURRENT_SCHEMA for object creation.REL7_3_2 | Bruce Momjian | 2003-02-03 |
| | |||
* | Update release history for 7.3.2. | Tom Lane | 2003-02-02 |
| | |||
* | Remove restriction that cast functions cannot be volatile. This | Tom Lane | 2003-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 Lane | 2003-01-30 |
| | |||
* | Update release history for 7.2.4. | Tom Lane | 2003-01-29 |
| | |||
* | Repair array subscript overrun identified by Yichen Xie. Reduce the | Tom Lane | 2003-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 float8 | Tom Lane | 2003-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 INTO | Tom Lane | 2003-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 Momjian | 2003-01-11 |
| | |||
* | > > This patch improves the documentation for the shared_buffers GUC param. | Bruce Momjian | 2003-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 Momjian | 2003-01-07 |
| | |||
* | Fix doc chmod .pgpass line in 7.3.X. Head already fixed. | Bruce Momjian | 2003-01-07 |
| | |||
* | Trivial patch to increase max_fsm_pages as per earlier discussion. | Bruce Momjian | 2002-12-27 |
| | | | | Philip Warner | ||
* | Update 7.3.1 to give proper attribution to pg_dump item. | Bruce Momjian | 2002-12-20 |
| | |||
* | Fix release notes and installation instructions for 7.3.1 release. | Peter Eisentraut | 2002-12-18 |
| | |||
* | Update Russian FAQ. Update all FAQ's for 7.3.X branch. | Bruce Momjian | 2002-12-18 |
| | |||
* | Update FAQ for 7.3.1. | Bruce Momjian | 2002-12-18 |
| | |||
* | Stamp 7.3.1. | Bruce Momjian | 2002-12-18 |
| | |||
* | Mark SCO Openserver 5.0.4. supported by 7.3.1 as per chat report from user. | Bruce Momjian | 2002-12-11 |
| | | | | template/sco updated. | ||
* | This patch updates doc/src/sgml/runtime.sgml to refer to "MacOS X", not | Bruce Momjian | 2002-12-09 |
| | | | | | | "OS/X". Neil Conway | ||
* | Recreate HISTORY file to match release.sgml changes. Stamp 7.3 final in | Bruce Momjian | 2002-11-26 |
| | | | | configure/configure.in. | ||
* | Update build rules for /HISTORY. | Bruce Momjian | 2002-11-26 |
| | |||
* | Update ports list from recent regression-test-database entries. | Tom Lane | 2002-11-23 |
| | |||
* | Release note improvements (Neil, Tom) | Tom Lane | 2002-11-23 |
| | |||
* | Fixups for man pages | Peter Eisentraut | 2002-11-21 |
| | |||
* | Fix breakage in new-in-7.3 timetz_zone() function: was giving random | Tom Lane | 2002-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 do | Tom Lane | 2002-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 Momjian | 2002-11-20 |
| | |||
* | Back out NetBSD/arm32 port. | Bruce Momjian | 2002-11-19 |
| | |||
* | Update ports list. | Bruce Momjian | 2002-11-19 |
| | |||
* | Fix markup breakage. | Bruce Momjian | 2002-11-18 |
| | |||
* | Fix typo and markup. | Peter Eisentraut | 2002-11-18 |
| | |||
* | Update ports list. | Bruce Momjian | 2002-11-18 |
| | |||
* | Revise SQL features list. | Peter Eisentraut | 2002-11-17 |
| | |||
* | Update TODO/FAQ for 7.3 release. | Bruce Momjian | 2002-11-16 |
| | |||
* | Update ports list. | Bruce Momjian | 2002-11-14 |
| | |||
* | Fix Magnus's name. | Bruce Momjian | 2002-11-14 |
| | |||
* | Fix version number for FreeBSD/alpha on ports list. | Bruce Momjian | 2002-11-14 |
| | |||
* | Update ports list. | Bruce Momjian | 2002-11-14 |
| | |||
* | Update ports list. | Bruce Momjian | 2002-11-14 |
| | |||
* | Update ports list. | Bruce Momjian | 2002-11-14 |
| | |||
* | Add AIX as supported platform. | Bruce Momjian | 2002-11-12 |
| | |||
* | Improve formatting of release notes. Update makefile rule to make | Peter Eisentraut | 2002-11-11 |
| | | | | HISTORY file. | ||
* | Merge changes from head. (update classname for PGConnection) | Barry Lind | 2002-11-11 |
| | |||
* | Update russian FAQ, from Viktor Vislobokov. | Bruce Momjian | 2002-11-10 |
| | |||
* | Cleanup pass over User's Guide. Key word table updated. | Peter Eisentraut | 2002-11-10 |
| | |||
* | Fix markup. | Peter Eisentraut | 2002-11-10 |
| | |||
* | Update libpq PQcmdTuples() and PQcmdStatus() docs: remove const param | Bruce Momjian | 2002-11-08 |
| | | | | mention to match code and include files. | ||
* | I'm using libpgtcl with PostgreSQL-7.2.3. There is a discrepancy between | Bruce Momjian | 2002-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 Momjian | 2002-11-08 |
| |