Commit Graph

2660 Commits (ecacbdbcee67e202cfcaa1180da170b9f13654bb)

Author SHA1 Message Date
Teodor Sigaev e30df619cd Fix stupid mistake in rank_cd_def cleanup 20 years ago
Peter Eisentraut c8c864c261 Put flex'ed and bison'ed files in contrib in the distribution tarball, as 20 years ago
Teodor Sigaev cdfecf6e3e Minor cleanups 20 years ago
Teodor Sigaev 7f129956e1 Detoast query in g_intbig_consistent and copy query in g_int_consistent 20 years ago
Neil Conway a323ede280 Fix a few places that were checking for the return value of palloc() to be 20 years ago
Tom Lane 20ab467d76 Improve parser so that we can show an error cursor position for errors 20 years ago
Neil Conway 48fb696753 Fix a number of syntax errors in contrib modules' uninstall scripts. 20 years ago
Bruce Momjian f3d99d160d Add CVS tag lines to files that were lacking them. 20 years ago
Neil Conway 7992d0fbca Remove a few places that attempted to define INT_MAX, SCHAR_MAX, and 20 years ago
Tom Lane 7d84d3ec1c Fix order of linking of libxslt and libxml2, per Dave Page. 20 years ago
Bruce Momjian daab4a101f Update /contrib regression tests for escape_string_warning. 20 years ago
Tom Lane fb51ad3419 Make all our flex and bison files use %option prefix or %name-prefix 20 years ago
Bruce Momjian f2f5b05655 Update copyright for 2006. Update scripts. 20 years ago
Teodor Sigaev 38c4fe87ac Significantly improve ranking: 20 years ago
Neil Conway 305fcb7aa4 Woops: also update the alternative "expected" files for contrib/cube's 20 years ago
Neil Conway 485541a3aa Update the expected regression test results to account for the changes to 20 years ago
Neil Conway 0d9742f99a Attached is a patch that replaces a bunch of places where StringInfos 20 years ago
Neil Conway 8e5a10d46c This patch makes the error message strings throughout the backend 20 years ago
Peter Eisentraut 7f4f42fa10 Clean up CREATE FUNCTION syntax usage in contrib and elsewhere, in 20 years ago
Peter Eisentraut fe83b3ebc6 contrib uninstall scripts 20 years ago
Peter Eisentraut e6917b1255 Remove ora2pg; now available at <http://www.samse.fr/GPL/ora2pg/>. 20 years ago
Tom Lane f87d4875e9 Fix vacuumlo to avoid unnecessary use of backslash in search pattern. 20 years ago
Teodor Sigaev dde9457294 Fixing and improve compound word support. This changes cannot be applied to 20 years ago
Neil Conway ce9b75db6b Patch from Marko Kreen: 20 years ago
Tom Lane e9b978c82b Need a DLLIMPORT for MaxFSMPages, per buildfarm failure on snake. 20 years ago
Bruce Momjian d5dd3d451e Add contrib/pg_freespacemap to display free space map information. 20 years ago
Tom Lane b35fdaaa1a Clean up some signedness warnings. 20 years ago
Tom Lane b2be41a710 Fix fallout from psql line-wrapping patch. 20 years ago
Teodor Sigaev 01f2172ec1 Allow "'" symbol in affixes ("'s" affix in english): it was diallowed during 20 years ago
Teodor Sigaev 011c520cb6 renew output of regression test accordingly to 20 years ago
Teodor Sigaev 46a25ce6a9 1 Fix bug with very short word: prefix and suffix might be overlapped, 20 years ago
Teodor Sigaev a6fefc866c Check number of affixes to prevent core dump with zero number of affixes 20 years ago
Teodor Sigaev 5e2707c45f Snowball multibyte. It's a pity, but snowball sources is very diferent for multibyte and 20 years ago
Tom Lane 97ec950186 Update btree_gist for CIDR/INET changes --- there's really no need to 20 years ago
Teodor Sigaev 80324fb1e3 Fix typeing as Tom suggest 20 years ago
Tom Lane 33feb55c47 Replace bitwise looping with bytewise looping in hemdistsign and 20 years ago
Tom Lane 2645cb54cb Fix the assert_enabled issue properly. This eliminates the former ABI 20 years ago
Tom Lane 507e07e277 There is a signedness bug in Openwall gen_salt code that pgcrypto uses. 20 years ago
Joe Conway 925952603d When the remote query result has a different number of columns 20 years ago
Teodor Sigaev 7ac8a4be89 Multibyte encodings support for ISpell dictionary 20 years ago
Teodor Sigaev cb4ea994c6 Improve support of multibyte encoding: 20 years ago
Tom Lane 69525fc0ef Remove incorrect increment of lineno, per David Fetter. 20 years ago
Peter Eisentraut a29c04a541 Allow installation into directories containing spaces in the name. 20 years ago
Tom Lane c599a247bb Simplify lock manager data structures by making a clear separation between 20 years ago
Bruce Momjian 96e1fbe396 I recently received the Debian bug report below about missing iconv 20 years ago
Teodor Sigaev faacdab101 Improve tag recognizing 20 years ago
Teodor Sigaev 9551ab2fe9 Fix small memory leak 20 years ago
Teodor Sigaev 4f94b49a31 Improve word parser. 20 years ago
Teodor Sigaev 73f47aa0cd Fix stupid bug with sizeof 20 years ago
Teodor Sigaev e8c81e179e Improve word parser. 20 years ago