Commit Graph

88 Commits (3cf1fd3263ee4fd585df80fb235c855b8a97426d)

Author SHA1 Message Date
Teodor Sigaev 7148de1fa8 Prevent to divide by zero and range out of 0..1 21 years ago
Tom Lane 978129f28e Document get_call_result_type() and friends; mark TypeGetTupleDesc() 21 years ago
Bruce Momjian b492c3accc Add parentheses to macros when args are used in computations. Without 21 years ago
Neil Conway 36ab600511 Cleanup of GiST extensions in contrib/: now that we always invoke GiST 21 years ago
Tom Lane 278bd0cc22 For some reason access/tupmacs.h has been #including utils/memutils.h, 21 years ago
Tom Lane 177af51c04 Change tsearch2 to not use the unsafe practice of creating functions 21 years ago
Teodor Sigaev 04ce41ca62 Add comment about permissions on pg_ts* tables 21 years ago
Teodor Sigaev fb13881f42 1 fix various comparing functions 21 years ago
Teodor Sigaev 31b6d840f6 Prevent rank change in case of duplicate search terms 21 years ago
Tom Lane c0e0d3e2e9 Avoid unnecessary dependence on u_int16_t, per buildfarm failure. 21 years ago
Teodor Sigaev 324300bc7c improve support of agglutinative languages (query with compound words). 21 years ago
Teodor Sigaev fe30edbab8 Change 21 years ago
Teodor Sigaev 5b354d2c7e Fixes: 21 years ago
Neil Conway 1b3e769682 This patch makes some cleanups to contrib/ to silence some sparse 21 years ago
Tom Lane 0636d55843 Fix some more 'old-style parameter declaration' warnings. 22 years ago
Tom Lane 3fdd33ab99 Avoid macro-redefinition warnings on Windows, per Andrew Dunstan. 22 years ago
Tom Lane 380bd04c16 Standardize on using the Min, Max, and Abs macros that are in our c.h file, 22 years ago
Tom Lane d3e36da789 Make the standard stopword files be sought relative to share_dir, so 22 years ago
Tom Lane b04e70b11e Adjust tsearch2.sql to avoid use of COPY FROM STDIN, so as to 22 years ago
Tom Lane b2c4071299 Redesign query-snapshot timing so that volatile functions in READ COMMITTED 22 years ago
Bruce Momjian 15d3f9f6b7 Another pgindent run with lib typedefs added. 22 years ago
Bruce Momjian b6b71b85bc Pgindent run for 8.0. 22 years ago
Bruce Momjian ee85595d46 > Please find enclose a submission to fix these problems. 22 years ago
Tom Lane fcbc438727 Label CVS tip as 8.0devel instead of 7.5devel. Adjust various comments 22 years ago
Tom Lane 959b353db2 Fix misspellings: langauge -> language. 22 years ago
Teodor Sigaev bb89237531 1 Eliminate duplicate field HLWORD->skip 22 years ago
Teodor Sigaev df9d87f608 Previous commit wasnt full... 22 years ago
Teodor Sigaev de55c0cef6 1 Fix affixes with void replacement (AFAIK, it's only russian) 22 years ago
Teodor Sigaev 09bc52fe73 Fix stupid bug in installcheck 22 years ago
Teodor Sigaev f35e8d8431 Fix silly bug 22 years ago
Teodor Sigaev 553bc41633 1 add namespaces as Tom suggest http://www.pgsql.ru/db/mw/msg.html?mid=1987703 22 years ago
Teodor Sigaev 7cb55d21ed Fix memory leak with pg_regexec 22 years ago
Teodor Sigaev d222bb4d5e Fix memory leak with pg_regcomp 22 years ago
Teodor Sigaev 11864ab657 Win32 related patch by Darko Prenosil. Small correct by teodor 22 years ago
Neil Conway 72b6ad6313 Use the new List API function names throughout the backend, and disable the 22 years ago
Teodor Sigaev a6ea6457fa Stat function now can show statistics per weight of lexemes 22 years ago
Teodor Sigaev 89a8e15671 Update docs from Andrew J. Kopciuch <akopciuch@bddf.ca> 22 years ago
Tom Lane a90b2a035f Suppress 'uninitialized variable' warning emitted by some (not all) 22 years ago
Teodor Sigaev d1eb9fede5 Use regprocedure type instead of oid. Usefull for human read and dump/restore 22 years ago
Tom Lane 0bd61548ab Solve the 'Turkish problem' with undesirable locale behavior for case 22 years ago
Tom Lane 89ee5b89a6 Fix some more compatibility issues (ctype.h macros must never be passed 22 years ago
Tom Lane 47fe0517fc Fix some portability issues (reliance on gcc-isms). 22 years ago
Tom Lane 375369acd1 Replace TupleTableSlot convention for whole-row variables and function 22 years ago
Teodor Sigaev f2c064afcb Cleanup vectors of GISTENTRY and eliminate problem with 64-bit strict-aligned 22 years ago
Teodor Sigaev eebdfcdbe6 1 Minimize memory allocation for void (but not null) value. 22 years ago
Tom Lane fa96a5e15b Add %option nodefault to all our flex lexers. Fix a couple of rule gaps 22 years ago
Bruce Momjian 1d567aee07 The following bug has been logged online: 22 years ago
Teodor Sigaev 125d69cd9b Fix signed char in comparison and check memory allocation 22 years ago
Teodor Sigaev 565dc5d1ae Fix integer types to use definition from c.h. Per bug report by Patrick Boulay <patrick.boulay@medrium.com> 22 years ago
Teodor Sigaev a5a68766e1 One more fix confusion 22 years ago