Commit Graph

1105 Commits (15516c5f0b8c8209e23f36aa6e204e21bea19e6c)

Author SHA1 Message Date
Tom Lane 05d2a7256e Fix vacuumlo to avoid unnecessary use of backslash in search pattern. 20 years ago
Neil Conway 3bd549ba0a Patch from Marko Kreen: 20 years ago
Tom Lane 4977c2b31b Replace bitwise looping with bytewise looping in hemdistsign and 20 years ago
Tom Lane f5b50af291 There is a signedness bug in Openwall gen_salt code that pgcrypto uses. 20 years ago
Joe Conway 17903a7375 When the remote query result has a different number of columns 20 years ago
Teodor Sigaev dacf7e774d Fix word's length in pg_regexec call 20 years ago
Tom Lane 31a21e3df0 Remove incorrect increment of lineno, per David Fetter. 20 years ago
Bruce Momjian 7f155c3322 I recently received the Debian bug report below about missing iconv 20 years ago
Teodor Sigaev 3482b4597e Fix stupid bug with sizeof 20 years ago
Tatsuo Ishii 3824460544 Two fixes from Tom Lan. See the posting "[PATCHES] A couple of 20 years ago
Tatsuo Ishii 45722010ef Having blank lines in -f scripts was causing silent failures. 20 years ago
Bruce Momjian bef7764835 Re-run pgindent, fixing a problem where comment lines after a blank 20 years ago
Teodor Sigaev 6812abb673 Fix incorrect header size macros 20 years ago
Tom Lane da9fc25909 pgcrypto documentation polishing from Marko Kreen, and a small amount 20 years ago
Teodor Sigaev 1dd6bd19fa Add sanity check of query 20 years ago
Tom Lane 9ee0a7df50 Fix some allocation size calculation errors that would cause pgbench 20 years ago
Teodor Sigaev 21b748e76a 1 Fix problem with lost precision in rank with OR-ed lexemes 20 years ago
Joe Conway 056eb1412c When a cursor is opened using dblink_open, only start a transaction 20 years ago
Tom Lane c62b29a603 Fix several contrib makefiles that failed in VPATH builds, particularly 20 years ago
Tom Lane ad148c4154 Suppress warnings on platforms where fprintf is a macro (eg, recent 20 years ago
Tom Lane b562639561 Fix bogus error test in get_ti_Oid(). 20 years ago
Tom Lane 0631059c9c Fix unportable struct initializations. 20 years ago
Bruce Momjian 1dc3498251 Standard pgindent run for 8.1. 20 years ago
Bruce Momjian 3af21fa568 Mark xslt_process() as volatile. 20 years ago
Bruce Momjian 40e1b30f63 Change xpath_table() and xslt_process() from IMMUTABLE to STABLE. 20 years ago
Bruce Momjian 7d43349ab5 Fix capitalization of example. 20 years ago
Tom Lane 07eeb9d109 Do all accesses to shared buffer headers through volatile-qualified 20 years ago
Tom Lane 313ed1ed94 Fix (hopefully for the last time) problems with datetime values displaying 20 years ago
Bruce Momjian 4909357237 Remove unnecessary ABORT commands in dblink regression tests. 20 years ago
Bruce Momjian 768dfd0375 Cosmetic improvements to dblink. 20 years ago
Bruce Momjian f3576c33f8 Cosmetic changes to dblink. 20 years ago
Bruce Momjian 7d937cd408 Cosmetic changes to dblink. 20 years ago
Tom Lane d156e1f850 (Apologies for fat-fingering cvs commit command...) Should have read: 20 years ago
Tom Lane 6ae7671497 gni 20 years ago
Tom Lane dd0fa0f958 Minor dbf2pg fixes from Martin Pitt: check for failure when issuing 21 years ago
Teodor Sigaev 380ab3669f Fix compile error 21 years ago
Tatsuo Ishii 8e48e91bc7 Oops. Partially saved file was committed. 21 years ago
Tatsuo Ishii f50ae06e14 Allow multiple -f options. 21 years ago
Teodor Sigaev 8c73dfcc8b Optimize benchmark query and update benchmark's results. 21 years ago
Tom Lane aa731ed843 Change nextval and other sequence functions to specify their sequence 21 years ago
Bruce Momjian c40cd3660f One of the web pages mentioned in dmetaphone.c has moved. Also fix 21 years ago
Tom Lane c775b423c1 Fix unportable usages in new pgbench code (strndup, ctype macros) 21 years ago
Tatsuo Ishii 9b19abd74f Add -f option which enables to read SQL commands from a file. 21 years ago
Tom Lane 1610fcc351 Some marginal tweaks to make 'make installcheck' mostly work when 21 years ago
Tom Lane 0b36cb83dc PGXS should be set with := not =, as specified in the documentation, 21 years ago
Tom Lane 0df7f493f8 Clean up possibly-uninitialized-variable warnings reported by gcc 4.x. 21 years ago
Tom Lane 8a65b820e2 Suppress signed-vs-unsigned-char warnings in contrib. 21 years ago
Tom Lane bb6b1a38b6 Document that chkpass ignores password characters after the eighth. 21 years ago
Teodor Sigaev f82b853b47 1 Update Snowball sources 21 years ago
Tom Lane ce128c01a6 Correct comment about why contrib/xml2 isn't built automatically. 21 years ago