Commit Graph

30336 Commits (26e47efb66b7b41f1c4464105abd3da58a7bf04f)
 

Author SHA1 Message Date
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
Robert Haas 8a4dc94ca0 Make details of the Numeric representation private to numeric.c. 16 years ago
Tom Lane f223bb7a41 Improved version of patch to protect pg_get_expr() against misuse: 16 years ago
Simon Riggs 5b8bd0529e Rename asyncCommitLSN to asyncXactLSN to reflect changed role in 9.0. 16 years ago
Tom Lane 478a2c1208 Update release notes for 9.0 beta 4. Back-patch some changes that were made only in HEAD. 16 years ago
Robert Haas 980341b3c2 Avoid using text_to_cstring() in levenshtein functions. 16 years ago
Tom Lane aab353a60b Clean up some inconsistencies in the volatility marking of various I/O 16 years ago
Peter Eisentraut 66424a2848 Fix indentation of verbatim block elements 16 years ago
Tom Lane 984d56b80f Fix another longstanding problem in copy_relation_data: it was blithely 16 years ago
Tom Lane 5b48e2ecd4 Work around a documentation toolchain problem by replacing the "AIX-fixlevels" 16 years ago
Robert Haas 1a078629ac Fix possible page corruption by ALTER TABLE .. SET TABLESPACE. 16 years ago
Simon Riggs 04e17bae50 Add explicit regression tests for ALTER TABLE lock levels. 16 years ago
Peter Eisentraut f0790a642c Remove wildly obsolete type attribute externallength from chkpass 16 years ago
Tom Lane 77c75076f3 Fix oversight in new EvalPlanQual logic: the second loop over the ExecRowMark 16 years ago
Simon Riggs 2dbbda02e7 Reduce lock levels of CREATE TRIGGER and some ALTER TABLE, CREATE RULE actions. 16 years ago
Tom Lane 133924e13e Fix potential failure when hashing the output of a subplan that produces 16 years ago
Peter Eisentraut 4ff9c8dd48 Show psql timing output even in quiet mode 16 years ago
Robert Haas 6d16902eda Add ssl_cipher() and ssl_version() functions to contrib/sslinfo. 16 years ago
Robert Haas 9b6b0b0d9a Fix typo in PL/pgsql code example. 16 years ago
Peter Eisentraut d33cfbd2e0 Spelling fixes 16 years ago
Robert Haas e0226a9bf2 In postgresql.conf.sample, use on/off rather than true/false. 16 years ago
Alvaro Herrera 7badf1b25d Ensure $_SHARED is declared in the main:: namespace, per bugs #5570 and #5571. 16 years ago