Commit Graph

1339 Commits (c1958e5bd47e05ceef2f3dfebdb6e0ea324022fd)

Author SHA1 Message Date
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
Tatsuo Ishii 39def593c5 Call srandom() instead of srand(). 19 years ago
Tom Lane a78fcfb512 Restructure operator classes to allow improved handling of cross-data-type 19 years ago
Teodor Sigaev ca5bc1ae51 Fix convertion for 'PFX flag N num' 19 years ago
Neil Conway d49fa4c866 Fix typos in comments and error messages in HStore. Patch from Filip 19 years ago
Teodor Sigaev 6cd9a58480 Fix core dump of ispell for case of non-successfull initialization. 19 years ago
Tom Lane 2822c7c0fc Make contrib/isn pass the opr_sanity sanity checks: add missing 19 years ago
Teodor Sigaev 3de2682a1e Fix lowercasing while parse OO dictionary 19 years ago
Teodor Sigaev 84151d0644 Avoid infinity calculations in rank_cd 19 years ago
Teodor Sigaev dd92a8c33f Fix type in return value 19 years ago
Teodor Sigaev 419fe7cd1b Fix bug http://archives.postgresql.org/pgsql-bugs/2006-10/msg00258.php. 19 years ago
Neil Conway 87a50169d2 Minor code cleanup for pgcrypto: for UDFs declared to be strict, checking 19 years ago
Neil Conway 9d6f26325f Fix two typos. 19 years ago
Teodor Sigaev 092ed294fc New README, forgotten when docs was updated 19 years ago
Tom Lane 74686b6de7 Get rid of some unnecessary dependencies on DataDir: wherever possible, 19 years ago
Teodor Sigaev bf028fa8a6 Add description of new features 19 years ago
Tom Lane bd95c74985 Code cleanup for pg_buffercache, from Mark Kirkwood. 20 years ago
Tatsuo Ishii a5007d671a pgbench: More fix with handling default scaling factor in the default 20 years ago
Tom Lane 7feedda098 Marginal code cleanups in pg_logdir_ls: use ReadDir not readdir, 20 years ago
Tom Lane 443abd83e5 Add externs for optarg/optind where apparently needed. Per Magnus. 20 years ago
Tom Lane 28997903a1 Handle missing M_PI the same way we've been doing in the core code, 20 years ago
Tom Lane f6e00ae128 Further MSVC portability fixes from Magnus. 20 years ago
Tom Lane 2315df21f8 Fix a couple of places that were assuming debug_query_string couldn't 20 years ago
Tom Lane def651f48f Clean up local redeclarations of variables with DLLIMPORT, per report 20 years ago
Neil Conway fd38d726a9 Fix typo. 20 years ago
Tom Lane 72ec567a9a Simplify contrib Makefiles by removing unnecessary SRCS macro, 20 years ago
Teodor Sigaev 3f16647960 Rename function 'isexists' and 'isdefined' to 20 years ago