Commit Graph

2660 Commits (ecacbdbcee67e202cfcaa1180da170b9f13654bb)

Author SHA1 Message Date
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
Tatsuo Ishii ea21eea6a8 Change "tps" to "scale" to avoid confusion 20 years ago
Teodor Sigaev 67e7f0ab34 Add uninstall script 20 years ago
Tom Lane d3f54c7907 Spell readme file's name correctly, per buildfarm reports. 20 years ago
Peter Eisentraut e79380e5ae Small fix for the README install for contrib/sslinfo. 20 years ago
Tom Lane 7ce2ff2d22 Move xml2's PG_MODULE_MAGIC block to the right source file, per Michael Fuhr. 20 years ago
Tom Lane 41dcc65c0e Rename the uninstall scripts for contrib/lo and contrib/tsearch2 to 20 years ago
Tom Lane 9fc4c6b20b Fix omissions in contrib uninstall scripts. Michael Fuhr 20 years ago
Tom Lane 4ee24cbb55 Install a cleaner solution to the AIX libpq linking problem, as per 20 years ago
Tom Lane 723af8e67a Fix dblink build for --enable-nls or --enable-openssl on AIX. 20 years ago
Tom Lane 5e08e49637 contrib/isn updates from Jeremy Kronuz. 20 years ago
Tom Lane 684ad6a92f Rename contrib contains/contained-by operators to @> and <@, per discussion. 20 years ago