Commit Graph

1525 Commits (4d20da794e6f8a28a52f888a01e622594de6c562)

Author SHA1 Message Date
Robert Haas 8ce3f26fab Deprecate the use of => as an operator name. 16 years ago
Tom Lane 9d4ec3c350 Fix dblink_build_sql_insert() and related functions to handle dropped 16 years ago
Tom Lane 93ad259139 Consolidate and improve checking of key-column-attnum arguments for 16 years ago
Tom Lane fa66d0e2da Rearrange dblink's dblink_build_sql_insert() and related routines to open and 16 years ago
Itagaki Takahiro f7cb215362 Fix connection leak in dblink when dblink_connect() or dblink_connect_u() 16 years ago
Teodor Sigaev b5b5814515 Add missed function dblink_connect_u(text[,text]) to uninstall script 16 years ago
Itagaki Takahiro 3ba0ef7fc6 Fix dblink to treat connection names longer than NAMEDATALEN-2 (62 bytes). 16 years ago
Heikki Linnakangas c1e055762f Fix typos in comments, spotted by Josh Kupershmidt. 16 years ago
Tom Lane e333b5297b Ensure that contrib/pgstattuple functions respond to cancel interrupts 16 years ago
Tom Lane d1bc3525c0 Fix ginint4_queryextract() to actually do what it was intended to do for an 16 years ago
Tom Lane e2524c5180 Make contrib/xml2 use core xml.c's error handler, when available (that is, 16 years ago
Tom Lane 7d9d852603 Fix contrib/xml2 so regression test still works when it's built without libxslt. 16 years ago
Tom Lane d71936c950 Remove xmlCleanupParser calls from contrib/xml2. 16 years ago
Tom Lane 4f146ab3e7 Back-patch today's memory management fixups in contrib/xml2. 16 years ago
Tom Lane fbdf9712af Allow zero-dimensional (ie, empty) arrays in contrib/ltree operations. 16 years ago
Heikki Linnakangas a085a6a77c Add a note to the documentation of pg_standby that it's important that 16 years ago
Joe Conway d76c491cb9 Check to ensure the number of primary key fields supplied does not 16 years ago
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