| Commit message (Expand) | Author | Age | Files | Lines |
* | Clean up some misleading references to %p being a full path, per Simon. | Tom Lane | 2006-11-10 | 3 | -6/+6 |
* | Improve formatting of PQexecParams argument descriptions, per | Tom Lane | 2006-11-10 | 1 | -28/+103 |
* | Emphasize that immutable and stable functions are not allowed to modify | Tom Lane | 2006-11-10 | 1 | -7/+8 |
* | Fix errors in key_column_usage.position_in_unique_constraint column recently | Tom Lane | 2006-11-10 | 1 | -11/+32 |
* | Minor code cleanup for pgcrypto: for UDFs declared to be strict, checking | Neil Conway | 2006-11-10 | 2 | -65/+4 |
* | Fix set_joinrel_size_estimates() to estimate outer-join sizes more | Tom Lane | 2006-11-10 | 1 | -17/+61 |
* | Change Windows rename and unlink substitutes so that they time out after | Tom Lane | 2006-11-08 | 2 | -50/+39 |
* | Modify aset.c to track the next intended block allocation size explicitly. | Tom Lane | 2006-11-08 | 1 | -27/+15 |
* | Tweak accumArrayResult() to double the size of its working arrays when | Tom Lane | 2006-11-08 | 2 | -18/+11 |
* | Fix performance issues in replace_text(), replace_text_regexp(), and | Tom Lane | 2006-11-08 | 1 | -56/+131 |
* | Fix two typos. | Neil Conway | 2006-11-08 | 1 | -2/+2 |
* | New README, forgotten when docs was updated | Teodor Sigaev | 2006-11-08 | 1 | -166/+167 |
* | Applied patch by Peter Harris to free auto_mem structure on connect | Michael Meskes | 2006-11-08 | 3 | -3/+10 |
* | Fix a memory leak in psql: we'd leak a few PGresult handles if | Neil Conway | 2006-11-08 | 1 | -1/+8 |
* | Remove a 15-year old comment questioning behavior that is now well- | Neil Conway | 2006-11-08 | 1 | -6/+1 |
* | Tag as Beta3 ... two outstanding *known* bugs before RC1 ...REL8_2_BETA3 | PostgreSQL Daemon | 2006-11-07 | 4 | -15/+15 |
* | Repair bug #2694 concerning an ARRAY[] construct whose inputs are empty | Tom Lane | 2006-11-06 | 1 | -5/+34 |
* | Remove temporary Windows-specific debugging code; it seems the problem | Tom Lane | 2006-11-06 | 1 | -15/+1 |
* | Update release notes in preparation for RC1. | Tom Lane | 2006-11-06 | 1 | -5/+49 |
* | Revert to the pre-8.2 method of probing for libm, that is, always | Tom Lane | 2006-11-06 | 3 | -94/+49 |
* | Get rid of some unnecessary dependencies on DataDir: wherever possible, | Tom Lane | 2006-11-06 | 3 | -102/+83 |
* | Minor fix for LDAP authentication: if an error occurs, we need to | Neil Conway | 2006-11-06 | 1 | -9/+13 |
* | Fix recently-identified PITR recovery hazard: the base backup could contain | Tom Lane | 2006-11-05 | 3 | -6/+50 |
* | Fix recently-understood problems with handling of XID freezing, particularly | Tom Lane | 2006-11-05 | 43 | -1062/+1284 |
* | Add note about space usage of 'manual' approach to clustering, per | Tom Lane | 2006-11-04 | 1 | -17/+20 |
* | Correct documentation error: in 8.1 and 8.2, %p in archive and restore | Tom Lane | 2006-11-04 | 2 | -8/+16 |
* | Mention 'void' as the proper return type when there's nothing to | Tom Lane | 2006-11-03 | 1 | -1/+3 |
* | Fix "failed to re-find parent key" btree VACUUM failure by revising page | Tom Lane | 2006-11-01 | 6 | -139/+363 |
* | pg_restore failed on tar-format archives if they contained large objects | Tom Lane | 2006-11-01 | 1 | -3/+16 |
* | Update zic database to tzdata2006n. | Tom Lane | 2006-11-01 | 7 | -30/+77 |
* | Add description of new features | Teodor Sigaev | 2006-10-31 | 3 | -90/+503 |
* | Fix misstatement about the results of using -1 with BEGIN. | Tom Lane | 2006-10-31 | 1 | -5/+7 |
* | Add text to the VACUUM, REINDEX, DROP TABLESPACE and CREATE TABLESPACE | Neil Conway | 2006-10-31 | 6 | -15/+42 |
* | Code the unknown options check without using m4 diversions. Otherwise this | Peter Eisentraut | 2006-10-30 | 3 | -112/+62 |
* | Fix typo in backup docs. Patch from Euler Taveira de Oliveira. | Neil Conway | 2006-10-30 | 1 | -2/+2 |
* | Fix typo in docs. | Bruce Momjian | 2006-10-27 | 1 | -2/+2 |
* | Fix spelling mistake in docs. | Bruce Momjian | 2006-10-26 | 1 | -2/+2 |
* | Add missing file for documentation section on failover, replication, | Bruce Momjian | 2006-10-26 | 1 | -0/+210 |
* | Add documentation section on failover, replication, load balancing, and | Bruce Momjian | 2006-10-26 | 2 | -2/+4 |
* | expression_tree_walker failed to let walker function see the immediate child | Tom Lane | 2006-10-25 | 1 | -5/+4 |
* | Fix check for whether a clauseless join has to be forced in the presence of | Tom Lane | 2006-10-24 | 2 | -11/+25 |
* | Tweak zic.c to compile cleanly on MSVC: use CopyFile instead of | Tom Lane | 2006-10-24 | 1 | -2/+2 |
* | Correctino, add URL on : | Bruce Momjian | 2006-10-24 | 2 | -4/+4 |
* | Add URL for: | Bruce Momjian | 2006-10-24 | 2 | -2/+4 |
* | Rewrite discussion of ORDER BY to emphasize the SQL99 expression case | Tom Lane | 2006-10-24 | 1 | -36/+39 |
* | Stamp 8.2beta2.REL8_2_BETA2 | Tom Lane | 2006-10-23 | 4 | -22/+22 |
* | Add some real descriptions to the multiargument aggregate functions rather | Peter Eisentraut | 2006-10-23 | 1 | -65/+33 |
* | Fix broken markup. | Tom Lane | 2006-10-23 | 1 | -4/+5 |
* | Spellchecking and such | Peter Eisentraut | 2006-10-23 | 35 | -228/+231 |
* | Fix list of environment variables for configure. Remove some variables | Peter Eisentraut | 2006-10-23 | 2 | -180/+43 |