Commit Graph

23900 Commits (74a40190aabd27b052ea7a63e93f7ed47743755d)
 

Author SHA1 Message Date
D'Arcy J.M. Cain 74a40190aa Widen the money type to 64 bits. 19 years ago
Bruce Momjian d30d8f3aa0 Update expected result for new inet error message wording. 19 years ago
Bruce Momjian f2a19cf3a5 Adjust network errmsg("result is out of range") message to be consistent 19 years ago
Bruce Momjian 182676ae27 Some platforms set errno on pow(), exp() overflow, some do not, so if 19 years ago
Tom Lane 09d09b988d Add a regression test for ALTER SET TABLESPACE; this is a whole separate 19 years ago
Bruce Momjian cac2d912d9 finite() no longer used; remove finite() platform-specific 19 years ago
Bruce Momjian 2955f1ebf4 Add n_live_tuples and n_dead_tuples to pg_stat_all_tables. 19 years ago
Bruce Momjian 7bb1cc50b2 Add #include <float.h> for platforms that still need it. 19 years ago
Bruce Momjian f9ac414c35 Fix float4/8 to handle Infinity and Nan consistently, e.g. Infinity is a 19 years ago
Tom Lane 0b56be8344 Found the problem with my operator-family changes: by fetching from 19 years ago
Tom Lane 5725b9d9af Support type modifiers for user-defined types, and pull most knowledge 19 years ago
Bruce Momjian 24b1f14eae Clarify wording on when ctid is modified by VACUUM FULL. 19 years ago
Tom Lane cd44c23eb4 Add support for XML build option to MSVC build scripts. 19 years ago
Tom Lane dbfb727444 Fix multiple breakages in last XML patch. 19 years ago
Peter Eisentraut 8832f0f358 De-escape XML names when reverse-compiling XML expressions. 19 years ago
Tom Lane 9aefd56669 Fix up btree's initial scankey processing to be able to detect redundant 19 years ago
Bruce Momjian 3870341d1e Add TLS thread URL: 19 years ago
Bruce Momjian bb554e0d9c Remove: 19 years ago
Tom Lane e1b8a55ec8 Remove caveat about avoiding cross-type operators in constraints intended 19 years ago
Tom Lane c99ddfc43d Enable btree_predicate_proof() to make proofs involving cross-data-type 19 years ago
Bruce Momjian 91868e7df0 Done: 19 years ago
Peter Eisentraut ad1425ae43 Add send and recv functions for xml type. 19 years ago
Peter Eisentraut d9e1c97feb Handle content and document options in xmlparse() correctly. 19 years ago
Tom Lane 859b8dd51a Add a defense to prevent core dumps if 8.2 version of rank_cd() is used with 19 years ago
Tom Lane 3a7f5459d7 fflush the \o file, if any, after each backslash command. We already 19 years ago
Tom Lane 36b8706236 Revert exports.list change pending closer study. 19 years ago
Tom Lane 65b541b38f Use a more backward-compatible syntax for exports.list on Linux. 19 years ago
Bruce Momjian 7accb29478 Clean up pgindent handling of comments after 'else' by only moving 19 years ago
Tom Lane 72619f8191 Modify local buffer management to request memory for local buffers in blocks 19 years ago
Tom Lane c22dea8900 Improve memory management code to avoid inefficient behavior when a context 19 years ago
Tom Lane 6bb7b467c0 Print combining characters (those reported as having zero width by 19 years ago
Tom Lane de9be563d4 Use FROM clause in example UPDATE commands where appropriate. Also 19 years ago
Bruce Momjian 4f1e49119e Use "dead" rather than "expired" for vacuumable rows. 19 years ago
Tom Lane 0cbc5b1ed4 Fix failure due to accessing an already-freed tuple descriptor in a plan 19 years ago
Tom Lane 68996463d4 Repair bug #2839: the various ExecReScan functions need to reset 19 years ago
Tom Lane fccf99f0c8 Repair bug #2836: SPI_execute_plan returned zero if none of the querytrees 19 years ago
Tom Lane 4a836bad3a Remove incorrect semicolon in example. Joachim Wieland 19 years ago
Teodor Sigaev 49b64d346f Fix memory reallocation condition 19 years ago
Tatsuo Ishii 39def593c5 Call srandom() instead of srand(). 19 years ago
Tom Lane 506a9893b7 Make HISTCONTROL=ignoredups work again (broken by misordering of 19 years ago
Tom Lane 57f1630cf0 Bring some order and sanity to error handling in the xml patch. 19 years ago
Tom Lane e9da20ab4d Fix machine-dependent crash in sqlchar_to_unicode(). Get rid of 19 years ago
Tom Lane c957c0bac7 Code review for XML patch. Instill a bit of sanity in the location of 19 years ago
Tom Lane 64974613c9 Suppress various compiler warnings in new xml code. 19 years ago
Bruce Momjian 426030eda1 Remove unnecessary parentheses in if() statements. 19 years ago
Bruce Momjian ef5870350a Change a VACUUM manual page word from 'deleted' to 'expired', so DELETE 19 years ago
Bruce Momjian 05911de4da Document that CREATE TYPE names should not begin with an underscore, 19 years ago
Bruce Momjian 27eeca5c5b For GUC values, check for partial string matches on 'on' and 'off', but 19 years ago
Tom Lane a78fcfb512 Restructure operator classes to allow improved handling of cross-data-type 19 years ago
Bruce Momjian d31ccb6c3e Add a link to the developer's FAQ for my article about how companies can 19 years ago