Commit Graph

1637 Commits (aa719c4853ea460d5f9dae5856088205518b51a7)

Author SHA1 Message Date
Tom Lane d1fd7b290c Prevent buffer overrun while parsing an integer in a "query_int" value. 15 years ago
Tom Lane 15884d494e Fix erroneous parsing of tsquery input "... & !(subexpression) | ..." 15 years ago
Tom Lane 7bfefa9a12 Fix contrib/seg's GiST picksplit method. 15 years ago
Tom Lane 61f8618016 Fix significant memory leak in contrib/xml2 functions. 15 years ago
Itagaki Takahiro ec66f65899 Don't raise "identifier will be truncated" messages in dblink 15 years ago
Robert Haas 2519b8268b Fix bug in cube picksplit algorithm. 15 years ago
Heikki Linnakangas 4a75c7f9f1 If pk is NULL, the backend would segfault when accessing ->algo and the 15 years ago
Robert Haas 328539fb9a Add contrib/xml2/pgxml.sql to .gitignore 15 years ago
Tom Lane 316a689320 Some more gitignore cleanups: cover contrib and PL regression test outputs. 15 years ago
Magnus Hagander 40f34ec4fd Convert cvsignore to gitignore, and add .gitignore for build targets. 15 years ago
Robert Haas 263ac11379 Deprecate the use of => as an operator name. 16 years ago
Tom Lane 37d8570d4d Fix dblink_build_sql_insert() and related functions to handle dropped 16 years ago
Tom Lane 9486eeb714 Consolidate and improve checking of key-column-attnum arguments for 16 years ago
Tom Lane a68404d436 Rearrange dblink's dblink_build_sql_insert() and related routines to open and 16 years ago
Itagaki Takahiro b52f12b3a5 Avoid "identifier will be truncated" warning in dblink 16 years ago
Itagaki Takahiro effcafeaa1 Fix connection leak in dblink when dblink_connect() or dblink_connect_u() 16 years ago
Teodor Sigaev 3b530d90d5 Add missed function dblink_connect_u(text[,text]) to uninstall script 16 years ago
Itagaki Takahiro 442d94142c Fix dblink to treat connection names longer than NAMEDATALEN-2 (62 bytes). 16 years ago
Heikki Linnakangas 24bd638ed0 Fix typos in comments, spotted by Josh Kupershmidt. 16 years ago
Tom Lane 0926c76c8e Ensure that contrib/pgstattuple functions respond to cancel interrupts 16 years ago
Tom Lane 3c6dc48ce4 Fix ginint4_queryextract() to actually do what it was intended to do for an 16 years ago
Tom Lane 40c5457e60 Make contrib/xml2 use core xml.c's error handler, when available (that is, 16 years ago
Tom Lane b0c8b3dd6a Fix contrib/xml2 so regression test still works when it's built without libxslt. 16 years ago
Tom Lane 5ea32f560a Remove xmlCleanupParser calls from contrib/xml2. 16 years ago
Tom Lane 8748dc3580 Back-patch today's memory management fixups in contrib/xml2. 16 years ago
Tom Lane 29667c8536 Allow zero-dimensional (ie, empty) arrays in contrib/ltree operations. 16 years ago
Joe Conway 14b22354e4 Check to ensure the number of primary key fields supplied does not 16 years ago
Heikki Linnakangas b1ffbaeddc Previous fix for temporary file management broke returning a set from 16 years ago
Robert Haas 743ffa59b9 Fix levenshtein with costs. The previous code multiplied by the cost in only 16 years ago
Heikki Linnakangas 7433359347 Disable triggering failover with a signal in pg_standby on Windows, because 16 years ago
Joe Conway 0daae1a622 plug dblink resource leak 17 years ago
Magnus Hagander 53890f8073 Make sure FD_SETSIZE is set before we include any Windows 17 years ago
Tom Lane 8329149139 Improve comment, per gripe from Alvaro. 17 years ago
Tom Lane 1bce4906e2 Fix pg_stat_statements for EXEC_BACKEND case. 17 years ago
Tom Lane c75b054b0d Fix xslt_process() to ensure that it inserts a NULL terminator after the 17 years ago
Tom Lane 888bcdb9e0 Make prior patch pgindent-safe. 17 years ago
Heikki Linnakangas 8fd733bd19 Disable pg_standby -l option because the backend doesn't expect the recovered 17 years ago
Heikki Linnakangas efa8544fd5 Fix a few errors in comments. Patch by Fujii Masao, plus the one in 17 years ago
Tom Lane d94582f4f8 Mark contrib's GiST and GIN opclass support functions as STRICT, for safety. 17 years ago
Bruce Momjian d747140279 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list 17 years ago
Tom Lane 15a3fe6d63 Properly mark pg_freespace() function as strict. Also update 17 years ago
Tom Lane f3e122fcdf Restore dblink_current_query() to being a C-language function, so as to not 17 years ago
Joe Conway e5de601267 Default client encoding to server encoding for dblink connections. Addresses 17 years ago
Tom Lane a1fd650d2b Fix contrib/pageinspect to not create an ABI breakage between 8.3 and 8.4. 17 years ago
Tom Lane 156475a589 Revert my patch of 2009-04-04 that removed contrib/intarray's definitions of 17 years ago
Joe Conway 4334695b30 Add support for using SQL/MED compliant FOREIGN DATA WRAPPER, SERVER, 17 years ago
Joe Conway db02073305 Fix dblink_get_result() as reported by Oleksiy Shchukin. Refactor a bit 17 years ago
Heikki Linnakangas 9e403c2587 Add recovery_end_command option to recovery.conf. recovery_end_command 17 years ago
Heikki Linnakangas a41e9ec0db Add alternative expected output files for cs_CZ locale for btree_gist and 17 years ago
Tom Lane 48caf91b66 Change pgbench to use the table names pgbench_accounts, pgbench_branches, 17 years ago