Commit Graph

23657 Commits (f49baa73ef2f447267893cbf72b333b456fd2e60)
 

Author SHA1 Message Date
Neil Conway f49baa73ef Do a round of copy-editing for the system catalog chapter. In particular, 19 years ago
Neil Conway 2b5fedc0d7 Minor improvements to the description of archive_timeout. 19 years ago
Tom Lane a46ca619f8 Suppress a few 'uninitialized variable' warnings that gcc emits only at 19 years ago
Tom Lane d13f372acd Fix pg_get_serial_sequence(), which could incorrectly return the name 19 years ago
Tom Lane 792d6edd5b Clean up some misleading references to %p being a full path, per Simon. 19 years ago
Tom Lane 1456c5b507 Improve formatting of PQexecParams argument descriptions, per 19 years ago
Tom Lane 2c2faa17f2 Emphasize that immutable and stable functions are not allowed to modify 19 years ago
Tom Lane 33556af7c7 Fix errors in key_column_usage.position_in_unique_constraint column recently 19 years ago
Neil Conway 87a50169d2 Minor code cleanup for pgcrypto: for UDFs declared to be strict, checking 19 years ago
Tom Lane d19798e584 Fix set_joinrel_size_estimates() to estimate outer-join sizes more 19 years ago
Tom Lane dcbdf9b1d4 Change Windows rename and unlink substitutes so that they time out after 19 years ago
Tom Lane 808b3190d1 Modify aset.c to track the next intended block allocation size explicitly. 19 years ago
Tom Lane fc5eb3f69a Tweak accumArrayResult() to double the size of its working arrays when 19 years ago
Tom Lane a5cf12e2ef Fix performance issues in replace_text(), replace_text_regexp(), and 19 years ago
Neil Conway 9d6f26325f Fix two typos. 19 years ago
Teodor Sigaev 092ed294fc New README, forgotten when docs was updated 19 years ago
Michael Meskes 0c96e42797 Applied patch by Peter Harris to free auto_mem structure on connect 19 years ago
Neil Conway 415b925345 Fix a memory leak in psql: we'd leak a few PGresult handles if 19 years ago
Neil Conway 8964b41c7b Remove a 15-year old comment questioning behavior that is now well- 19 years ago
PostgreSQL Daemon 9b3aee524f Tag as Beta3 ... two outstanding *known* bugs before RC1 ... 19 years ago
Tom Lane f0395d50e9 Repair bug #2694 concerning an ARRAY[] construct whose inputs are empty 19 years ago
Tom Lane 36e012e727 Remove temporary Windows-specific debugging code; it seems the problem 19 years ago
Tom Lane 9c3f24bb46 Update release notes in preparation for RC1. 19 years ago
Tom Lane 02f37bd8c4 Revert to the pre-8.2 method of probing for libm, that is, always 19 years ago
Tom Lane 74686b6de7 Get rid of some unnecessary dependencies on DataDir: wherever possible, 19 years ago
Neil Conway 62fe410ec6 Minor fix for LDAP authentication: if an error occurs, we need to 19 years ago
Tom Lane 76d5667ba8 Fix recently-identified PITR recovery hazard: the base backup could contain 19 years ago
Tom Lane 48188e1621 Fix recently-understood problems with handling of XID freezing, particularly 19 years ago
Tom Lane 10c70b8602 Add note about space usage of 'manual' approach to clustering, per 19 years ago
Tom Lane 6fada49805 Correct documentation error: in 8.1 and 8.2, %p in archive and restore 19 years ago
Tom Lane 17a814ca02 Mention 'void' as the proper return type when there's nothing to 19 years ago
Tom Lane 70ce5c9082 Fix "failed to re-find parent key" btree VACUUM failure by revising page 19 years ago
Tom Lane 19d0c46def pg_restore failed on tar-format archives if they contained large objects 19 years ago
Tom Lane c1fdbba49f Update zic database to tzdata2006n. 19 years ago
Teodor Sigaev bf028fa8a6 Add description of new features 19 years ago
Tom Lane 7e63445d59 Fix misstatement about the results of using -1 with BEGIN. 19 years ago
Neil Conway bc4b856e7b Add text to the VACUUM, REINDEX, DROP TABLESPACE and CREATE TABLESPACE 19 years ago
Peter Eisentraut 0b9f93e6b0 Code the unknown options check without using m4 diversions. Otherwise this 19 years ago
Neil Conway e45edb35e1 Fix typo in backup docs. Patch from Euler Taveira de Oliveira. 19 years ago
Bruce Momjian 27163e3872 Fix typo in docs. 19 years ago
Bruce Momjian 50f479a112 Fix spelling mistake in docs. 19 years ago
Bruce Momjian 75f0655345 Add missing file for documentation section on failover, replication, 19 years ago
Bruce Momjian 2cbdb5522b Add documentation section on failover, replication, load balancing, and 19 years ago
Tom Lane 76d5f6f035 expression_tree_walker failed to let walker function see the immediate child 19 years ago
Tom Lane 4df8de7a68 Fix check for whether a clauseless join has to be forced in the presence of 19 years ago
Tom Lane d8221dfa6d Tweak zic.c to compile cleanly on MSVC: use CopyFile instead of 19 years ago
Bruce Momjian 9601745d35 Correctino, add URL on : 19 years ago
Bruce Momjian 2b1ccefe72 Add URL for: 19 years ago
Tom Lane cfb3a42831 Rewrite discussion of ORDER BY to emphasize the SQL99 expression case 19 years ago
Tom Lane 66f5264a2e Stamp 8.2beta2. 19 years ago