summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Clean up some misleading references to %p being a full path, per Simon.Tom Lane2006-11-103-6/+6
* Improve formatting of PQexecParams argument descriptions, perTom Lane2006-11-101-28/+103
* Emphasize that immutable and stable functions are not allowed to modifyTom Lane2006-11-101-7/+8
* Fix errors in key_column_usage.position_in_unique_constraint column recentlyTom Lane2006-11-101-11/+32
* Minor code cleanup for pgcrypto: for UDFs declared to be strict, checkingNeil Conway2006-11-102-65/+4
* Fix set_joinrel_size_estimates() to estimate outer-join sizes moreTom Lane2006-11-101-17/+61
* Change Windows rename and unlink substitutes so that they time out afterTom Lane2006-11-082-50/+39
* Modify aset.c to track the next intended block allocation size explicitly.Tom Lane2006-11-081-27/+15
* Tweak accumArrayResult() to double the size of its working arrays whenTom Lane2006-11-082-18/+11
* Fix performance issues in replace_text(), replace_text_regexp(), andTom Lane2006-11-081-56/+131
* Fix two typos.Neil Conway2006-11-081-2/+2
* New README, forgotten when docs was updatedTeodor Sigaev2006-11-081-166/+167
* Applied patch by Peter Harris to free auto_mem structure on connectMichael Meskes2006-11-083-3/+10
* Fix a memory leak in psql: we'd leak a few PGresult handles ifNeil Conway2006-11-081-1/+8
* Remove a 15-year old comment questioning behavior that is now well-Neil Conway2006-11-081-6/+1
* Tag as Beta3 ... two outstanding *known* bugs before RC1 ...REL8_2_BETA3PostgreSQL Daemon2006-11-074-15/+15
* Repair bug #2694 concerning an ARRAY[] construct whose inputs are emptyTom Lane2006-11-061-5/+34
* Remove temporary Windows-specific debugging code; it seems the problemTom Lane2006-11-061-15/+1
* Update release notes in preparation for RC1.Tom Lane2006-11-061-5/+49
* Revert to the pre-8.2 method of probing for libm, that is, alwaysTom Lane2006-11-063-94/+49
* Get rid of some unnecessary dependencies on DataDir: wherever possible,Tom Lane2006-11-063-102/+83
* Minor fix for LDAP authentication: if an error occurs, we need toNeil Conway2006-11-061-9/+13
* Fix recently-identified PITR recovery hazard: the base backup could containTom Lane2006-11-053-6/+50
* Fix recently-understood problems with handling of XID freezing, particularlyTom Lane2006-11-0543-1062/+1284
* Add note about space usage of 'manual' approach to clustering, perTom Lane2006-11-041-17/+20
* Correct documentation error: in 8.1 and 8.2, %p in archive and restoreTom Lane2006-11-042-8/+16
* Mention 'void' as the proper return type when there's nothing toTom Lane2006-11-031-1/+3
* Fix "failed to re-find parent key" btree VACUUM failure by revising pageTom Lane2006-11-016-139/+363
* pg_restore failed on tar-format archives if they contained large objectsTom Lane2006-11-011-3/+16
* Update zic database to tzdata2006n.Tom Lane2006-11-017-30/+77
* Add description of new featuresTeodor Sigaev2006-10-313-90/+503
* Fix misstatement about the results of using -1 with BEGIN.Tom Lane2006-10-311-5/+7
* Add text to the VACUUM, REINDEX, DROP TABLESPACE and CREATE TABLESPACENeil Conway2006-10-316-15/+42
* Code the unknown options check without using m4 diversions. Otherwise thisPeter Eisentraut2006-10-303-112/+62
* Fix typo in backup docs. Patch from Euler Taveira de Oliveira.Neil Conway2006-10-301-2/+2
* Fix typo in docs.Bruce Momjian2006-10-271-2/+2
* Fix spelling mistake in docs.Bruce Momjian2006-10-261-2/+2
* Add missing file for documentation section on failover, replication,Bruce Momjian2006-10-261-0/+210
* Add documentation section on failover, replication, load balancing, andBruce Momjian2006-10-262-2/+4
* expression_tree_walker failed to let walker function see the immediate childTom Lane2006-10-251-5/+4
* Fix check for whether a clauseless join has to be forced in the presence ofTom Lane2006-10-242-11/+25
* Tweak zic.c to compile cleanly on MSVC: use CopyFile instead ofTom Lane2006-10-241-2/+2
* Correctino, add URL on :Bruce Momjian2006-10-242-4/+4
* Add URL for:Bruce Momjian2006-10-242-2/+4
* Rewrite discussion of ORDER BY to emphasize the SQL99 expression caseTom Lane2006-10-241-36/+39
* Stamp 8.2beta2.REL8_2_BETA2Tom Lane2006-10-234-22/+22
* Add some real descriptions to the multiargument aggregate functions ratherPeter Eisentraut2006-10-231-65/+33
* Fix broken markup.Tom Lane2006-10-231-4/+5
* Spellchecking and suchPeter Eisentraut2006-10-2335-228/+231
* Fix list of environment variables for configure. Remove some variablesPeter Eisentraut2006-10-232-180/+43