Commit Graph

30376 Commits (debcec7dc31a992703911a9953e299c8d730c778)
 

Author SHA1 Message Date
Robert Haas debcec7dc3 Include the backend ID in the relpath of temporary relations. 15 years ago
Tom Lane 3f9479ef3f Minor #include cleanup. 15 years ago
Tom Lane a0b7b717a4 Add xml_is_well_formed, xml_is_well_formed_document, xml_is_well_formed_content 15 years ago
Tom Lane 2a7349f030 Fix Assert failure in PushOverrideSearchPath when trying to restore a search 15 years ago
Robert Haas 95ef7cd40d Make RecordTransactionCommit() respect wal_level. 15 years ago
Tom Lane e4155c8483 Fix pg_restore to complain if any arguments remain after parsing the switches 15 years ago
Robert Haas 9b0a86861a Reorder docs on lexical structure slightly for clarity. 15 years ago
Robert Haas 30c22eb8fc Correct sundry errors in Hot Standby-related comments. 15 years ago
Tom Lane 00f76dbffa Get rid of a bunch of dubious error handling code in pgbench by just erroring 15 years ago
Tom Lane 5a4e19abe6 Add the ability to compute per-statement latencies (ie, average execution 15 years ago
Bruce Momjian 47eeb5e662 Back out syntax case changes --- seems they were intentional. 15 years ago
Tom Lane 568e709372 Extend psql's \e and \ef commands so that a line number can be specified, 15 years ago
Bruce Momjian a4a3ef344e Properly lowercase identifiers, uppercase keywords, in doc examples 15 years ago
Heikki Linnakangas c9ae257e23 The sanity check added to array_recv() wa a bit too tight; we must 15 years ago
Robert Haas 741396936e Fix one more incorrect errno definition in the ECPG manual. 15 years ago
Robert Haas ffcd7a1167 Fix incorrect errno definitions in ECPG manual. 15 years ago
Tom Lane c04fd1b9db Remove the arbitrary (and undocumented) limit on the number of parameter=value 15 years ago
Tom Lane 33f43725fb Add three-parameter forms of array_to_string and string_to_array, to allow 15 years ago
Peter Eisentraut 5148a04636 Add some links to tables 15 years ago
Peter Eisentraut 6d5afc2003 <example> is a floating element, so it's use is inappropriate when the 15 years ago
Robert Haas 20bf5e03e5 Use double quotes rather than double quotes for libpq target anchors. 15 years ago
Tom Lane 46af71ff7e Fix incorrect logic in plpgsql for cleanup after evaluation of non-simple 15 years ago
Robert Haas 477319829c Provide stable target anchors for libpq functions. 15 years ago
Tom Lane 2e35d4f35c Modify the handling of RAISE without parameters so that the error it throws 15 years ago
Tom Lane 4dfc457854 Add an xpath_exists() function. This is equivalent to XMLEXISTS except that 15 years ago
Tom Lane 46aa77c7bd Add stats functions and views to provide access to a transaction's own 15 years ago
Bruce Momjian 83f5491c63 Fix 9.0 release notes vacuum mention, not -> now 15 years ago
Tom Lane e49ae8d3bc Recognize functional dependency on primary keys. This allows a table's 15 years ago
Peter Eisentraut ce6ce1a09d Fix indexterm spelling 15 years ago
Tom Lane 4672093a8e Let's put that </link> in a sane place ... 15 years ago
Tom Lane a209b9850f Fix inaccurate description of deferrable unique constraints, per Dean Rasheed. 15 years ago
Robert Haas 7ae6163a4e Rearrange "big features" section of the release notes. 15 years ago
Tom Lane f73b765182 Add a comment about the initial default value of max_stack_depth. 15 years ago
Robert Haas 901c0ea2f1 Fix incorrect pathname in comment. 15 years ago
Tom Lane 1e4c050b24 Add a very specific hint for the case that we're unable to locate a function 15 years ago
Peter Eisentraut 2e6dc5328c Document which Python environment variables affect PL/Python 15 years ago
Tom Lane b0c451e145 Remove the single-argument form of string_agg(). It added nothing much in 15 years ago
Robert Haas fd1843ff89 Standardize get_whatever_oid functions for other object types. 15 years ago
Robert Haas 2a6ef3445c Standardize get_whatever_oid functions for object types with 15 years ago
Peter Eisentraut 641459f269 Add xmlexists function 15 years ago
Robert Haas 26e47efb66 Fix declared argument name for numeric_maximum_size. 15 years ago
Robert Haas 97f38001ac Fix numeric_maximum_size() calculation. 15 years ago
Tom Lane ba19b23676 Fix sloppy mistakes in documentation of PQescapeLiteral and PQescapeIdentifier. 15 years ago
Tom Lane 72150db0c5 Add an example to clarify the use of ORDER BY in multiple-argument 15 years ago
Robert Haas 145343534c Allow numeric to use a more compact, 2-byte header in many cases. 15 years ago
Tom Lane db04f2b322 Replace the naive HYPOT() macro with a standards-conformant hypotenuse 15 years ago
Robert Haas 90a391c645 Regression tests for new btree_gist "not equals" support. 15 years ago
Tom Lane 3491520986 Code review for --quote-all-identifiers patch: add missing --help documentation 15 years ago
Tom Lane e20df55cca Fix mangled grammar. 15 years ago
Tom Lane 5b92ef44dd Kibitzing on \conninfo patch: adjust the order of field output to match 15 years ago