Commit Graph

1615 Commits (3c93c3ab9535e88e47d1f357e5a77a0905dfcc01)

Author SHA1 Message Date
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
Bruce Momjian 636edd553d Blank line Makefile cleanups. 17 years ago
Tom Lane 5efb84f213 Update citext expected output to exactly match the real output, rather 17 years ago
Heikki Linnakangas 283939a321 varstr_cmp and any comparison function that piggybacks on it can return 17 years ago
Magnus Hagander 2377e8e508 Remove beer-ware license from crypt-md5.c, per 17 years ago
Tom Lane b89ab7e019 Remove useless (leftover?) extern declaration. 17 years ago
Tom Lane bb6bbc3277 Defend against non-ASCII letters in fuzzystrmatch code. The functions 17 years ago
Tom Lane 65e758a4d3 Remove contrib/intarray's definitions of the <@ and @> operators, so that they 17 years ago
Teodor Sigaev 3df4fa6968 Fix memory allocation for output of hstore type. 17 years ago
Tom Lane c029a6a49e Fix contrib/pgstattuple and contrib/pageinspect to prevent attempts to read 17 years ago
Tom Lane c7662960b1 Make pg_standby's maxretries option do what one would expect. Fujii Masao 17 years ago
Tom Lane 9151e1bb06 Add btree_gin contrib module. 17 years ago
Tom Lane 87b8db3774 Adjust the APIs for GIN opclass support functions to allow the extractQuery() 17 years ago
Tom Lane 050a78dd3d Fix old thinko in pgp.h: the idea is to declare some named enum types, 17 years ago
Heikki Linnakangas 753a040486 Don't set the signal handler for SIGQUIT on Windows. Buildfarm shows that 17 years ago
Heikki Linnakangas 47ce595502 Don't intercept SIGQUIT as a signal to trigger failover; that's what 17 years ago
Tom Lane f3a72bd40b Fix contrib/hstore to throw an error for keys or values that don't fit in its 17 years ago
Peter Eisentraut b6e4c8f255 Equip the programs installed by contrib with proper --help and --version 17 years ago
Peter Eisentraut 9de59fd191 Add a -w/--no-password option that prevents all password prompts to all 17 years ago
Peter Eisentraut b2f47aa325 Clean up help (-?) output. 17 years ago
Peter Eisentraut a3c502c89f Remove feof(stdin) calls related to when to prompt for a password, 17 years ago
Teodor Sigaev 3ca7eddbb7 Fix bug with multiple evaluation of tsearch2 compatibility trigger, trigger 17 years ago
Tom Lane 1cfd9e8834 Fix executor/spi.h to follow our usual conventions for include files, ie, 17 years ago