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