| Commit message (Expand) | Author | Age |
* | Move pg_upgrade doc mention of the port numbers to the same place. | Bruce Momjian | 2011-10-06 |
* | Add postmaster -C option to query configuration parameters, and have | Bruce Momjian | 2011-10-06 |
* | Change wording for COALESCE docs to use "otherwise". | Bruce Momjian | 2011-10-04 |
* | Explain COALESCE example in the docs. | Bruce Momjian | 2011-10-04 |
* | Remove the custom_variable_classes parameter. | Tom Lane | 2011-10-04 |
* | Restructure error handling in reading of postgresql.conf. | Tom Lane | 2011-10-02 |
* | Improve generated column names for cases involving sub-SELECTs. | Tom Lane | 2011-10-01 |
* | Support GiST index support functions that want to cache data across calls. | Tom Lane | 2011-09-30 |
* | Update and extend the EXPLAIN-related documentation. | Tom Lane | 2011-09-28 |
* | Take sepgsql regression tests out of the regular regression test mechanism. | Tom Lane | 2011-09-27 |
* | Fully const-ify PQconnectdbParams, PQconnectStartParams, and PQpingParams. | Tom Lane | 2011-09-25 |
* | Fix typo | Magnus Hagander | 2011-09-24 |
* | Note that sslmode=require verifies the CA if root cert is present | Magnus Hagander | 2011-09-24 |
* | Document some more apparently-harmless error messages. | Robert Haas | 2011-09-23 |
* | Add --{no-,}replication flags to createuser. | Robert Haas | 2011-09-23 |
* | synchronous_commit is an enum not a boolean. | Simon Riggs | 2011-09-23 |
* | Update release notes for 9.1.1, 9.0.5, 8.4.9, 8.3.16, 8.2.22. | Tom Lane | 2011-09-22 |
* | Add FORCE_NOT_NULL support to the file_fdw foreign data wrapper. | Tom Lane | 2011-09-16 |
* | Redesign the plancache mechanism for more flexibility and efficiency. | Tom Lane | 2011-09-16 |
* | In the manual section on primary_conninfo, recommend using a role with | Heikki Linnakangas | 2011-09-14 |
* | Remove double-quoting of table names in clusterdb. BACKWARD COMPABILITY | Bruce Momjian | 2011-09-10 |
* | Document that only user-defined columns are expanded by SELECT *. | Bruce Momjian | 2011-09-10 |
* | Remove unnecessary MATCH FULL specification in example. | Bruce Momjian | 2011-09-10 |
* | Simplify handling of the timezone GUC by making initdb choose the default. | Tom Lane | 2011-09-09 |
* | Move Timestamp/Interval typedefs and basic macros into datatype/timestamp.h. | Tom Lane | 2011-09-09 |
* | Fix typo and reword the sentence. | Heikki Linnakangas | 2011-09-08 |
* | Buffering GiST index build algorithm. | Heikki Linnakangas | 2011-09-08 |
* | One last round of copy-editing for the 9.1 release notes. | Tom Lane | 2011-09-08 |
* | In pg_upgrade, disallow migration of 8.3 clusters using contrib/ltree | Bruce Momjian | 2011-09-07 |
* | Fix to_date() and to_timestamp() to handle year masks of length < 4 so | Bruce Momjian | 2011-09-07 |
* | Revert documentation patch about NEW/OLD and triggers. | Bruce Momjian | 2011-09-07 |
* | Properly document the existance of OLD/NEW trigger pl/pgsql trigger | Bruce Momjian | 2011-09-06 |
* | Fix spelling mistake in pgpass documentation change. | Bruce Momjian | 2011-09-06 |
* | Add documentation suggestion about adding a comment to the top of | Bruce Momjian | 2011-09-06 |
* | Fix plpgsql "PERFORM" markup. | Bruce Momjian | 2011-09-06 |
* | Document PERFORM limitation when using WITH queries. | Bruce Momjian | 2011-09-06 |
* | Add an "incompatibility" entry to 9.1 release notes about CREATE EXTENSION. | Tom Lane | 2011-09-06 |
* | Update type-conversion documentation for long-ago changes. | Tom Lane | 2011-09-06 |
* | Properly document semphore requirements by accounting for worker | Bruce Momjian | 2011-09-06 |
* | Add documentation link to strftime supported options. | Bruce Momjian | 2011-09-05 |
* | Add mention that UTC really means UT1. | Bruce Momjian | 2011-09-05 |
* | Document that contrib/pgtrgm only processes ASCII alphanumeric | Bruce Momjian | 2011-09-05 |
* | Userspace access vector cache for contrib/sepgsql. | Robert Haas | 2011-09-01 |
* | The replication status values in pg_stat_replication was changed to | Heikki Linnakangas | 2011-08-31 |
* | Some markup cleanup to deconfuse the find_gt_lt tool | Peter Eisentraut | 2011-08-30 |
* | Repair brain fade in previous commit, per Josh Kupershmidt. | Robert Haas | 2011-08-30 |
* | Add --if-exists option to dropdb and dropuser. | Robert Haas | 2011-08-30 |
* | Document minimum required version of DocBook XSL stylesheets | Peter Eisentraut | 2011-08-27 |
* | Implement the information schema with_hierarchy column | Peter Eisentraut | 2011-08-27 |
* | Spelling improvement | Peter Eisentraut | 2011-08-27 |