Commit Graph

1093 Commits (c3d8de0907b53e3ce8988c71181edb6bcecd5aa6)

Author SHA1 Message Date
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 21 years ago
Bruce Momjian 4909357237 Remove unnecessary ABORT commands in dblink regression tests. 21 years ago
Bruce Momjian 768dfd0375 Cosmetic improvements to dblink. 21 years ago
Bruce Momjian f3576c33f8 Cosmetic changes to dblink. 21 years ago
Bruce Momjian 7d937cd408 Cosmetic changes to dblink. 21 years ago
Tom Lane d156e1f850 (Apologies for fat-fingering cvs commit command...) Should have read: 21 years ago
Tom Lane 6ae7671497 gni 21 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
Tom Lane e6a30121be int_array_enum function should be using fcinfo->flinfo->fn_extra for 21 years ago
Bruce Momjian f547909db7 Remove API file. 21 years ago
Bruce Momjian 87688ddf87 The large one adds support for RSA keys and reorganizes 21 years ago
Tom Lane 80f6c35833 Remove contrib version of pg_autovacuum --- superseded by integrated 21 years ago
Bruce Momjian 85e9a5a014 Move reindexdb from /contrib to /bin. 21 years ago
Bruce Momjian 46c5b4bf5d Remove dbsize mention. 21 years ago
Bruce Momjian 358a897fa1 Move dbsize functions into the backend. New functions: 21 years ago
Tom Lane ac652466ec Partial fixes for contrib build on AIX: include -lm where needed. 21 years ago
Tom Lane 3976899f29 Fix storage size for btree_gist interval indexes. Fix penalty 21 years ago
Bruce Momjian a45f4c2533 /contrib/btree_gist adjustments for new 'day' interval value. 21 years ago
Tom Lane 24ce1438c0 pgcrypto documentation update. Marko Kreen 21 years ago
Tom Lane 35c675a7fd Fortuna fixes. Marko Kreen 21 years ago