| Commit message (Expand) | Author | Age |
* | Correct sundry errors in Hot Standby-related comments. | Robert Haas | 2010-08-12 |
* | Get rid of a bunch of dubious error handling code in pgbench by just erroring | Tom Lane | 2010-08-12 |
* | Add the ability to compute per-statement latencies (ie, average execution | Tom Lane | 2010-08-12 |
* | Back out syntax case changes --- seems they were intentional. | Bruce Momjian | 2010-08-12 |
* | Extend psql's \e and \ef commands so that a line number can be specified, | Tom Lane | 2010-08-12 |
* | Properly lowercase identifiers, uppercase keywords, in doc examples | Bruce Momjian | 2010-08-11 |
* | The sanity check added to array_recv() wa a bit too tight; we must | Heikki Linnakangas | 2010-08-11 |
* | Fix one more incorrect errno definition in the ECPG manual. | Robert Haas | 2010-08-11 |
* | Fix incorrect errno definitions in ECPG manual. | Robert Haas | 2010-08-11 |
* | Remove the arbitrary (and undocumented) limit on the number of parameter=value | Tom Lane | 2010-08-10 |
* | Add three-parameter forms of array_to_string and string_to_array, to allow | Tom Lane | 2010-08-10 |
* | Add some links to tables | Peter Eisentraut | 2010-08-10 |
* | <example> is a floating element, so it's use is inappropriate when the | Peter Eisentraut | 2010-08-10 |
* | Use double quotes rather than double quotes for libpq target anchors. | Robert Haas | 2010-08-10 |
* | Fix incorrect logic in plpgsql for cleanup after evaluation of non-simple | Tom Lane | 2010-08-09 |
* | Provide stable target anchors for libpq functions. | Robert Haas | 2010-08-09 |
* | Modify the handling of RAISE without parameters so that the error it throws | Tom Lane | 2010-08-09 |
* | Add an xpath_exists() function. This is equivalent to XMLEXISTS except that | Tom Lane | 2010-08-08 |
* | Add stats functions and views to provide access to a transaction's own | Tom Lane | 2010-08-08 |
* | Fix 9.0 release notes vacuum mention, not -> now | Bruce Momjian | 2010-08-07 |
* | Recognize functional dependency on primary keys. This allows a table's | Tom Lane | 2010-08-07 |
* | Fix indexterm spelling | Peter Eisentraut | 2010-08-06 |
* | Let's put that </link> in a sane place ... | Tom Lane | 2010-08-06 |
* | Fix inaccurate description of deferrable unique constraints, per Dean Rasheed. | Tom Lane | 2010-08-06 |
* | Rearrange "big features" section of the release notes. | Robert Haas | 2010-08-06 |
* | Add a comment about the initial default value of max_stack_depth. | Tom Lane | 2010-08-06 |
* | Fix incorrect pathname in comment. | Robert Haas | 2010-08-06 |
* | Add a very specific hint for the case that we're unable to locate a function | Tom Lane | 2010-08-05 |
* | Document which Python environment variables affect PL/Python | Peter Eisentraut | 2010-08-05 |
* | Remove the single-argument form of string_agg(). It added nothing much in | Tom Lane | 2010-08-05 |
* | Standardize get_whatever_oid functions for other object types. | Robert Haas | 2010-08-05 |
* | Standardize get_whatever_oid functions for object types with | Robert Haas | 2010-08-05 |
* | Add xmlexists function | Peter Eisentraut | 2010-08-05 |
* | Fix declared argument name for numeric_maximum_size. | Robert Haas | 2010-08-04 |
* | Fix numeric_maximum_size() calculation. | Robert Haas | 2010-08-04 |
* | Fix sloppy mistakes in documentation of PQescapeLiteral and PQescapeIdentifier. | Tom Lane | 2010-08-04 |
* | Add an example to clarify the use of ORDER BY in multiple-argument | Tom Lane | 2010-08-04 |
* | Allow numeric to use a more compact, 2-byte header in many cases. | Robert Haas | 2010-08-03 |
* | Replace the naive HYPOT() macro with a standards-conformant hypotenuse | Tom Lane | 2010-08-03 |
* | Regression tests for new btree_gist "not equals" support. | Robert Haas | 2010-08-03 |
* | Code review for --quote-all-identifiers patch: add missing --help documentation | Tom Lane | 2010-08-03 |
* | Fix mangled grammar. | Tom Lane | 2010-08-03 |
* | Kibitzing on \conninfo patch: adjust the order of field output to match | Tom Lane | 2010-08-03 |
* | Add EXPLAIN documentation example. | Bruce Momjian | 2010-08-03 |
* | Add some comments to tinterval_cmp_internal pointing out its severe | Tom Lane | 2010-08-03 |
* | Fix inheritance count tracking in ALTER TABLE .. ADD CONSTRAINT. | Robert Haas | 2010-08-03 |
* | Fix markup, other minor editing for recent btree_gist doc changes. | Tom Lane | 2010-08-03 |
* | Be a little more careful with the shift computations in QT2QTN and | Tom Lane | 2010-08-03 |
* | Fix core dump in QTNodeCompare when tsquery_cmp() is applied to two empty | Tom Lane | 2010-08-03 |
* | Teach levenshtein() about multi-byte characters. | Robert Haas | 2010-08-02 |