Commit Graph

30357 Commits (6d5afc20030741637f6012c1940265ba9cf77554)
 

Author SHA1 Message Date
Peter Eisentraut 6d5afc2003 <example> is a floating element, so it's use is inappropriate when the 16 years ago
Robert Haas 20bf5e03e5 Use double quotes rather than double quotes for libpq target anchors. 16 years ago
Tom Lane 46af71ff7e Fix incorrect logic in plpgsql for cleanup after evaluation of non-simple 16 years ago
Robert Haas 477319829c Provide stable target anchors for libpq functions. 16 years ago
Tom Lane 2e35d4f35c Modify the handling of RAISE without parameters so that the error it throws 16 years ago
Tom Lane 4dfc457854 Add an xpath_exists() function. This is equivalent to XMLEXISTS except that 16 years ago
Tom Lane 46aa77c7bd Add stats functions and views to provide access to a transaction's own 16 years ago
Bruce Momjian 83f5491c63 Fix 9.0 release notes vacuum mention, not -> now 16 years ago
Tom Lane e49ae8d3bc Recognize functional dependency on primary keys. This allows a table's 16 years ago
Peter Eisentraut ce6ce1a09d Fix indexterm spelling 16 years ago
Tom Lane 4672093a8e Let's put that </link> in a sane place ... 16 years ago
Tom Lane a209b9850f Fix inaccurate description of deferrable unique constraints, per Dean Rasheed. 16 years ago
Robert Haas 7ae6163a4e Rearrange "big features" section of the release notes. 16 years ago
Tom Lane f73b765182 Add a comment about the initial default value of max_stack_depth. 16 years ago
Robert Haas 901c0ea2f1 Fix incorrect pathname in comment. 16 years ago
Tom Lane 1e4c050b24 Add a very specific hint for the case that we're unable to locate a function 16 years ago
Peter Eisentraut 2e6dc5328c Document which Python environment variables affect PL/Python 16 years ago
Tom Lane b0c451e145 Remove the single-argument form of string_agg(). It added nothing much in 16 years ago
Robert Haas fd1843ff89 Standardize get_whatever_oid functions for other object types. 16 years ago
Robert Haas 2a6ef3445c Standardize get_whatever_oid functions for object types with 16 years ago
Peter Eisentraut 641459f269 Add xmlexists function 16 years ago
Robert Haas 26e47efb66 Fix declared argument name for numeric_maximum_size. 16 years ago
Robert Haas 97f38001ac Fix numeric_maximum_size() calculation. 16 years ago
Tom Lane ba19b23676 Fix sloppy mistakes in documentation of PQescapeLiteral and PQescapeIdentifier. 16 years ago
Tom Lane 72150db0c5 Add an example to clarify the use of ORDER BY in multiple-argument 16 years ago
Robert Haas 145343534c Allow numeric to use a more compact, 2-byte header in many cases. 16 years ago
Tom Lane db04f2b322 Replace the naive HYPOT() macro with a standards-conformant hypotenuse 16 years ago
Robert Haas 90a391c645 Regression tests for new btree_gist "not equals" support. 16 years ago
Tom Lane 3491520986 Code review for --quote-all-identifiers patch: add missing --help documentation 16 years ago
Tom Lane e20df55cca Fix mangled grammar. 16 years ago
Tom Lane 5b92ef44dd Kibitzing on \conninfo patch: adjust the order of field output to match 16 years ago
Bruce Momjian 83527b1339 Add EXPLAIN documentation example. 16 years ago
Tom Lane 72405b066b Add some comments to tinterval_cmp_internal pointing out its severe 16 years ago
Robert Haas 31b6fc06d8 Fix inheritance count tracking in ALTER TABLE .. ADD CONSTRAINT. 16 years ago
Tom Lane 8c19d14be5 Fix markup, other minor editing for recent btree_gist doc changes. 16 years ago
Tom Lane 532a4c3531 Be a little more careful with the shift computations in QT2QTN and 16 years ago
Tom Lane 57641a165f Fix core dump in QTNodeCompare when tsquery_cmp() is applied to two empty 16 years ago
Robert Haas 57d9aefcaa Teach levenshtein() about multi-byte characters. 16 years ago
Robert Haas ad17ff95cf Add btree_gist support for searching on "not equals". 16 years ago
Tom Lane 98c2383ba5 Don't try to force use of -no-cpp-precomp on OS X. It's been five years 16 years ago
Robert Haas c3a05881de Remove ancient PL/pgsql line numbering hack. 16 years ago
Tom Lane e621037eec Tweak a couple of macros in the regex code to suppress compiler warnings 16 years ago
Tom Lane fbcf2cfb53 Fix an ancient typo that prevented the detection of conflicting fields when 16 years ago
Tom Lane 67becf8d41 Fix ANALYZE's ancient deficiency of not trying to collect stats for expression 16 years ago
Tom Lane 97532f7c29 Add some knowledge about prefix matches to tsmatchsel(). It's not terribly 16 years ago
Tom Lane d4fe61b083 Fix an additional set of problems in GIN's handling of lossy page pointers. 16 years ago
Tom Lane 0454f13161 Rewrite the rbtree routines so that an RBNode is the first field of the 16 years ago
Robert Haas afc2900ffd Make psql distinguish between unique indices and unique constraints. 16 years ago
Tom Lane b8c798ebc5 Tweak tsmatchsel() so that it examines the structure of the tsquery whenever 16 years ago
Tom Lane 2ab57e089b Rewrite the key-combination logic in GIN's keyGetItem() and scanGetItem() 16 years ago