Commit Graph

1321 Commits (87f6d64149bbd1f0ae129f20576efbda4503c521)

Author SHA1 Message Date
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. 19 years ago
Tatsuo Ishii a5007d671a pgbench: More fix with handling default scaling factor in the default 19 years ago
Tom Lane 7feedda098 Marginal code cleanups in pg_logdir_ls: use ReadDir not readdir, 19 years ago
Tom Lane 443abd83e5 Add externs for optarg/optind where apparently needed. Per Magnus. 19 years ago
Tom Lane 28997903a1 Handle missing M_PI the same way we've been doing in the core code, 19 years ago
Tom Lane f6e00ae128 Further MSVC portability fixes from Magnus. 19 years ago
Tom Lane 2315df21f8 Fix a couple of places that were assuming debug_query_string couldn't 19 years ago
Tom Lane def651f48f Clean up local redeclarations of variables with DLLIMPORT, per report 19 years ago
Neil Conway fd38d726a9 Fix typo. 19 years ago
Tom Lane 72ec567a9a Simplify contrib Makefiles by removing unnecessary SRCS macro, 19 years ago
Teodor Sigaev 3f16647960 Rename function 'isexists' and 'isdefined' to 20 years ago
Tom Lane 71a6f8b85b On platforms that have getrlimit(RLIMIT_STACK), use it to ensure that 20 years ago
Tom Lane e378f82e00 Make use of qsort_arg in several places that were formerly using klugy 20 years ago
Tom Lane c48f2e3124 Improve error messages from to_tsquery per yesterday's discussion: 20 years ago
Bruce Momjian f99a569a2e pgindent run for 8.2. 20 years ago
Bruce Momjian 26ffa627ac Update tsearch2 README. 20 years ago
Tom Lane 363c8cf21f Remove accented characters in comments, to avoid failures when this 20 years ago
Tom Lane 87cd901cba Suppress compiler warnings. 20 years ago
Tom Lane 8136041a80 uninstall script for sslinfo 20 years ago
Tom Lane ad5031feac uninstall script for pg_freespacemap 20 years ago
Tom Lane 035599da01 uninstall script for pgrowlocks - Josh Drake 20 years ago
Tom Lane 8fd0e43c4e Add uninstall script for adminpack - Josh Drake 20 years ago
Tom Lane beca984e5f Fix bugs in plpgsql and ecpg caused by assuming that isspace() would only 20 years ago
Tom Lane 9e936693a9 Fix free space map to correctly track the total amount of FSM space needed 20 years ago
Tom Lane bfd1ffa948 Change patternsel (LIKE/regex selectivity estimation) so that if there 20 years ago
Tom Lane 1246d797e4 Rename xml_valid() to xml_is_well_formed(), but provide a temporary 20 years ago
Tom Lane ac733df61b Fix some more uses of str[n]casecmp that should be pg_str[n]casecmp. 20 years ago
Tom Lane aab964b311 Fix some uses of str[n]casecmp that should be pg_str[n]casecmp. 20 years ago
Bruce Momjian a86e70b8f8 Remove sslinfo copyright with author permission, keep author attribution. 20 years ago