Commit Graph

1365 Commits (77a41e71a3550a438e579da170db86c61bd61e4b)

Author SHA1 Message Date
Andrew Dunstan f97d4a267a Add --with-libxslt configure option 19 years ago
Andrew Dunstan 1656cb76f7 revert change to build xml2 until a better fix is found 19 years ago
Andrew Dunstan 6506a584cc Enable building contrib/xml2 if configured using --with-libxml. 19 years ago
Tatsuo Ishii 2fca2c05e7 Add -F option to set fillfactor for tellers, accounts and branches. 19 years ago
Bruce Momjian b0194ab110 Add the usage count statistics to the information available in 19 years ago
Tatsuo Ishii e574f2a029 Enhance pgbench -l option to add timestamp. Patch contributed by Greg 19 years ago
Tatsuo Ishii 7e96269a82 Various pgbench enhancements. Patch contributed by ITAGAKI Takahiro. 19 years ago
Tom Lane 37a609b27f Now that core functionality is depending on autoconf's AC_C_BIGENDIAN to be 19 years ago
Tom Lane 3e23b68dac Support varlena fields with single-byte headers and unaligned storage. 19 years ago
Teodor Sigaev 9477f12ea8 Fix caching of unsuccessful initialization of parser or configuration. 19 years ago
Neil Conway 74b667ad42 Replace 4-clause licensed blf.[ch] with blowfish implementation 19 years ago
Tom Lane 0565579c5b Fix uninitialized-variable bug. 19 years ago
Teodor Sigaev 66daeb074b Add checking of end of line in parsing stopword list. Thanks to sharp eyes of Tom lane 19 years ago
Teodor Sigaev debb3aa8e9 Fix stopword and synonym files parsing bug in MSVC build, per report from 19 years ago
Tom Lane e85a01df67 Clean up the representation of special snapshots by including a "method 19 years ago
Teodor Sigaev bb8998a475 Fix parser bug on Windows with UTF8 encoding and C locale, the reason was 19 years ago
Alvaro Herrera c9d3b8f5d2 Fix uninitialized value in pgstatindex leading to invalid values being 19 years ago
Tom Lane 95f6d2d209 Make use of plancache module for SPI plans. In particular, since plpgsql 19 years ago
Teodor Sigaev 754148d81f Add GIN support for pg_trgm. From Guillaume Smet <guillaume.smet@gmail.com> 19 years ago
Teodor Sigaev 15f91f2789 Add GIN support for pg_trgm. From Guillaume Smet <guillaume.smet@gmail.com> 19 years ago
Magnus Hagander b082ef7f12 Set stderr to unbuffered for pgbench on win32. 19 years ago
Teodor Sigaev 2afb01dbde Athough cube is a varlena type, nowhere was a detoasting of cube's value, so 19 years ago
Neil Conway 90d76525c5 Add resetStringInfo(), which clears the content of a StringInfo, and 19 years ago
Bruce Momjian 053981f405 Add logging to /contrib/pg_standby if -k couldn't clean up the log file. 19 years ago
Tom Lane 9f652d430f Fix up several contrib modules that were using varlena datatypes in not-so-obvious 19 years ago
Tom Lane 234a02b2a8 Replace direct assignments to VARATT_SIZEP(x) with SET_VARSIZE(x, len). 19 years ago
Bruce Momjian fb2b088cf4 Update /contrib/fuzzystrmatch error message to mention bytes, not just 19 years ago
Teodor Sigaev 44655290cc Fix backend crash in parsing incorrect tsquery. 19 years ago
Magnus Hagander 933571129d Fix pg_standby to build on msvc. 19 years ago
Peter Eisentraut 6e1664beaf Remove useless CPPFLAGS. 19 years ago
Peter Eisentraut 994b1cb59e Add $PostgreSQL$ marker to contrib makefiles. 19 years ago
Peter Eisentraut c138b966d4 Replace useless uses of := by = in makefiles. 19 years ago
Bruce Momjian 51be14e928 Add /contrib/pg_standby: 19 years ago
Bruce Momjian 528779a2c6 Add /contrib/pg_standby: 19 years ago
Peter Eisentraut 086c189456 Normalize fgets() calls to use sizeof() for calculating the buffer size 19 years ago
Peter Eisentraut 16059d39a0 Replace some strncpy() by strlcpy(). 19 years ago
Peter Eisentraut f11aa82d03 Use memcpy() instead of strncpy() for copying into varlena structures. 19 years ago
Neil Conway 2576dd4dee Fix two more regression tests whose expected outputs were not updated 19 years ago
Bruce Momjian 8b4ff8b6a1 Wording cleanup for error messages. Also change can't -> cannot. 19 years ago
Teodor Sigaev d4c6da1527 Allow GIN's extractQuery method to signal that nothing can satisfy the query. 19 years ago
Neil Conway 8ff2bccee3 Squelch some VC++ compiler warnings. Mark float literals with the "f" 19 years ago
Tom Lane 686f15e39e Adjust pgbench so it won't spit up on non-select queries returning 19 years ago
Teodor Sigaev f2a01b0d5a Fix localization support for multibyte encoding and C locale. 19 years ago
Alvaro Herrera a62e2c2b57 Replace unnecessary DISABLE_ZLIB define in pgcrypto with HAVE_LIBZ from core. 19 years ago
Bruce Momjian 25d64529b8 Update copyright script to allow spaces around dash. 19 years ago
Tatsuo Ishii a733d281c0 Update copyright year 19 years ago
Bruce Momjian 29dccf5fe0 Update CVS HEAD for 2007 copyright. Back branches are typically not 19 years ago
Tom Lane 0d5eb8f9ea Fix btree_gist for new larger money type. 19 years ago
Tom Lane 859b8dd51a Add a defense to prevent core dumps if 8.2 version of rank_cd() is used with 19 years ago
Teodor Sigaev 49b64d346f Fix memory reallocation condition 19 years ago