Commit Graph

1508 Commits (0404cd5a67a24a2fdfe1d2c501f197dfd39dffdb)

Author SHA1 Message Date
Heikki Linnakangas 0404cd5a67 Oops, previous backpatch applied incorrectly. 16 years ago
Heikki Linnakangas 67d25e5a85 Previous fix for temporary file management broke returning a set from 16 years ago
Heikki Linnakangas 862f5dbdd1 Disable triggering failover with a signal in pg_standby on Windows, because 16 years ago
Magnus Hagander 4f9bb2766d Make sure FD_SETSIZE is set before we include any Windows 17 years ago
Tom Lane 1201008103 Fix xslt_process() to ensure that it inserts a NULL terminator after the 17 years ago
Magnus Hagander e43d79b78a Remove beer-ware license from crypt-md5.c, per 17 years ago
Tom Lane 03baf4dd81 Fix contrib/pg_freespacemap's underestimate of the number of pages it 17 years ago
Tom Lane a1fd16a5f6 Defend against non-ASCII letters in fuzzystrmatch code. The functions 17 years ago
Teodor Sigaev a1e9a25dc3 Fix memory allocation for output of hstore type. 17 years ago
Tom Lane b552664447 Fix contrib/pgstattuple and contrib/pageinspect to prevent attempts to read 17 years ago
Tom Lane 9c7908b189 Make pg_standby's maxretries option do what one would expect. Fujii Masao 17 years ago
Tom Lane 23e2497616 Fix old thinko in pgp.h: the idea is to declare some named enum types, 17 years ago
Heikki Linnakangas e1cf329061 Don't set the signal handler for SIGQUIT on Windows. Buildfarm shows that 17 years ago
Heikki Linnakangas 474ef55cb9 Don't intercept SIGQUIT as a signal to trigger failover; that's what 17 years ago
Tom Lane 6cc0e006ee Fix contrib/hstore to throw an error for keys or values that don't fit in its 17 years ago
Teodor Sigaev e40c166d6e Fix bug with multiple evaluation of tsearch2 compatibility trigger, trigger 17 years ago
Tom Lane 72a3bc4a1d Remove references to pgsql-ports and pgsql-patches mailing lists from 17 years ago
Joe Conway c8fad375db Fix bug per Oleksiy Shchukin - 2nd argument for dblink_get_result(text,bool) 17 years ago
Tom Lane c0118c11a8 Fix dblink and tablefunc to not return with the wrong CurrentMemoryContext. 17 years ago
Tom Lane af9b481653 Fix old bug in contrib/sslinfo: X509_NAME_to_text freed the BIO_s_mem buffer 17 years ago
Heikki Linnakangas 6280789e05 Fix WAL file cutoff point calculation in pg_standby. 18 years ago
Tom Lane bedba2cc0e Improve error reporting for problems in text search configuration files 18 years ago
Tom Lane fe4f2861ba Fix some bugs introduced by the 8.2-era conversion of cube functions to V1 18 years ago
Heikki Linnakangas 48bf6642c3 Fix incorrect archive truncation point calculation in the %r recovery_command 18 years ago
Tom Lane 65a1e96c1d Fix contrib/xml2 makefile to not override CFLAGS, and in passing make it 18 years ago
Tom Lane 56295419f2 Fix several datatype input functions that were allowing unused bytes in their 18 years ago
Tom Lane a07375e39a Fix core dump in contrib/xml2's xpath_table() when the input query returns 18 years ago
Tom Lane 97e3a6e9c5 Remove inappropriate cd commands, per David Wheeler. Also make 18 years ago
Tom Lane b775d93acb Fix pgstat_heap() to not be broken by syncscans starting from a block 18 years ago
Tom Lane 66661858ae Use an indexscan not a heapscan to search pg_index in get_pkey_attnames. 18 years ago
Tom Lane 919c9f6cce The original patch to disallow non-passworded connections to non-superusers 18 years ago
Tom Lane ce9baa06f0 Fix some missed copyright updates. 18 years ago
Bruce Momjian 9098ab9e32 Update copyrights in source tree to 2008. 18 years ago
Alvaro Herrera 4944852469 Add missing return code checks in the uuid-ossp contrib module, per bug #3841. 18 years ago
Tom Lane 1ebff9ba81 Make documentation of -W options more accurate and uniform. 18 years ago
Tom Lane 4192f2d85a Remove the -P options of oid2name and pgbench, as they are security 18 years ago
Tom Lane 5eb56611e3 Make vacuumlo prompt for password when needed, thus making its -W 18 years ago
Tom Lane cb1ab30fdc Fix completely-bogus volatility markings on pg_trgm functions. 18 years ago
Tom Lane aaff0a559f Clean up a couple of problems in crosstab_hash's use of a hash table. 18 years ago
Tom Lane 9dd4d271df Correct misattribution of earthdistance module --- according to its 18 years ago
Tom Lane 50eed107ae Remove contrib/spi/preprocessor, which has been uninteresting ever 18 years ago
Tom Lane 531f58688a Remove obsoleted README files. 18 years ago
Tom Lane 1308d6dd80 Remove README files now migrated to SGML docs. 18 years ago
Tom Lane 895a94de6d Avoid incrementing the CommandCounter when CommandCounterIncrement is called 18 years ago
Tom Lane 11fccbeaeb Adjust the names of a couple of tsearch index support functions that had 18 years ago
Andrew Dunstan d6eaeb335b Adjust contrib/tsearch2 regression results to use XML tag and XML entity descriptions, as now used by core text search default parser. 18 years ago
Bruce Momjian 5f0bf6cb0d Run pgindent on remaining files now that LOOPBYTE is a usable macro. 18 years ago
Tom Lane f00d75b8d7 Add snb_ru_init(internal) to list of stub functions in tsearch2 18 years ago
Bruce Momjian 224f91f66d Modify LOOPBYTE/LOOPBIT macros to be more logical; rather than have the 18 years ago
Bruce Momjian f6e8730d11 Re-run pgindent with updated list of typedefs. (Updated README should 18 years ago