| Commit message (Expand) | Author | Age | Files | Lines |
| * | Make contrib/isn pass the opr_sanity sanity checks: add missing | Tom Lane | 2006-11-24 | 1 | -73/+878 |
| * | Fix lowercasing while parse OO dictionary | Teodor Sigaev | 2006-11-23 | 1 | -3/+3 |
| * | Avoid infinity calculations in rank_cd | Teodor Sigaev | 2006-11-22 | 1 | -1/+11 |
| * | Fix type in return value | Teodor Sigaev | 2006-11-21 | 1 | -1/+1 |
| * | Fix bug http://archives.postgresql.org/pgsql-bugs/2006-10/msg00258.php. | Teodor Sigaev | 2006-11-20 | 6 | -62/+131 |
| * | Minor code cleanup for pgcrypto: for UDFs declared to be strict, checking | Neil Conway | 2006-11-10 | 2 | -65/+4 |
| * | Fix two typos. | Neil Conway | 2006-11-08 | 1 | -2/+2 |
| * | New README, forgotten when docs was updated | Teodor Sigaev | 2006-11-08 | 1 | -166/+167 |
| * | Get rid of some unnecessary dependencies on DataDir: wherever possible, | Tom Lane | 2006-11-06 | 1 | -58/+56 |
| * | Add description of new features | Teodor Sigaev | 2006-10-31 | 3 | -90/+503 |
| * | Code cleanup for pg_buffercache, from Mark Kirkwood. | Tom Lane | 2006-10-22 | 1 | -66/+34 |
| * | pgbench: More fix with handling default scaling factor in the default | Tatsuo Ishii | 2006-10-21 | 3 | -3/+31 |
| * | Marginal code cleanups in pg_logdir_ls: use ReadDir not readdir, | Tom Lane | 2006-10-20 | 1 | -20/+18 |
| * | Add externs for optarg/optind where apparently needed. Per Magnus. | Tom Lane | 2006-10-19 | 1 | -1/+3 |
| * | Handle missing M_PI the same way we've been doing in the core code, | Tom Lane | 2006-10-19 | 1 | -4/+5 |
| * | Further MSVC portability fixes from Magnus. | Tom Lane | 2006-10-19 | 1 | -1/+4 |
| * | Fix a couple of places that were assuming debug_query_string couldn't | Tom Lane | 2006-10-19 | 1 | -2/+5 |
| * | Clean up local redeclarations of variables with DLLIMPORT, per report | Tom Lane | 2006-10-19 | 3 | -19/+4 |
| * | Fix typo. | Neil Conway | 2006-10-19 | 1 | -2/+2 |
| * | Simplify contrib Makefiles by removing unnecessary SRCS macro, | Tom Lane | 2006-10-19 | 3 | -11/+6 |
| * | Rename function 'isexists' and 'isdefined' to | Teodor Sigaev | 2006-10-11 | 5 | -31/+43 |
| * | On platforms that have getrlimit(RLIMIT_STACK), use it to ensure that | Tom Lane | 2006-10-07 | 1 | -9/+10 |
| * | Make use of qsort_arg in several places that were formerly using klugy | Tom Lane | 2006-10-05 | 3 | -28/+25 |
| * | Improve error messages from to_tsquery per yesterday's discussion: | Tom Lane | 2006-10-04 | 1 | -8/+18 |
| * | pgindent run for 8.2. | Bruce Momjian | 2006-10-04 | 73 | -5724/+7208 |
| * | Update tsearch2 README. | Bruce Momjian | 2006-10-02 | 1 | -3/+2 |
| * | Remove accented characters in comments, to avoid failures when this | Tom Lane | 2006-10-01 | 1 | -2/+2 |
| * | Suppress compiler warnings. | Tom Lane | 2006-09-30 | 1 | -2/+4 |
| * | uninstall script for sslinfo | Tom Lane | 2006-09-30 | 2 | -0/+10 |
| * | uninstall script for pg_freespacemap | Tom Lane | 2006-09-30 | 2 | -1/+9 |
| * | uninstall script for pgrowlocks - Josh Drake | Tom Lane | 2006-09-30 | 2 | -1/+7 |
| * | Add uninstall script for adminpack - Josh Drake | Tom Lane | 2006-09-30 | 2 | -0/+9 |
| * | Fix bugs in plpgsql and ecpg caused by assuming that isspace() would only | Tom Lane | 2006-09-22 | 7 | -33/+36 |
| * | Fix free space map to correctly track the total amount of FSM space needed | Tom Lane | 2006-09-21 | 3 | -47/+47 |
| * | Change patternsel (LIKE/regex selectivity estimation) so that if there | Tom Lane | 2006-09-20 | 1 | -4/+36 |
| * | Rename xml_valid() to xml_is_well_formed(), but provide a temporary | Tom Lane | 2006-09-16 | 4 | -8/+22 |
| * | Fix some more uses of str[n]casecmp that should be pg_str[n]casecmp. | Tom Lane | 2006-09-16 | 1 | -6/+6 |
| * | Fix some uses of str[n]casecmp that should be pg_str[n]casecmp. | Tom Lane | 2006-09-15 | 1 | -1/+1 |
| * | Remove sslinfo copyright with author permission, keep author attribution. | Bruce Momjian | 2006-09-14 | 2 | -4/+2 |
| * | Change "tps" to "scale" to avoid confusion | Tatsuo Ishii | 2006-09-13 | 3 | -36/+56 |
| * | Add uninstall script | Teodor Sigaev | 2006-09-12 | 2 | -0/+40 |
| * | Spell readme file's name correctly, per buildfarm reports. | Tom Lane | 2006-09-12 | 1 | -1/+1 |
| * | Small fix for the README install for contrib/sslinfo. | Peter Eisentraut | 2006-09-12 | 1 | -1/+1 |
| * | Move xml2's PG_MODULE_MAGIC block to the right source file, per Michael Fuhr. | Tom Lane | 2006-09-11 | 2 | -2/+3 |
| * | Rename the uninstall scripts for contrib/lo and contrib/tsearch2 to | Tom Lane | 2006-09-11 | 3 | -5/+5 |
| * | Fix omissions in contrib uninstall scripts. Michael Fuhr | Tom Lane | 2006-09-11 | 2 | -0/+16 |
| * | Install a cleaner solution to the AIX libpq linking problem, as per | Tom Lane | 2006-09-10 | 1 | -4/+1 |
| * | Fix dblink build for --enable-nls or --enable-openssl on AIX. | Tom Lane | 2006-09-10 | 1 | -1/+4 |
| * | contrib/isn updates from Jeremy Kronuz. | Tom Lane | 2006-09-10 | 4 | -73/+224 |
| * | Rename contrib contains/contained-by operators to @> and <@, per discussion. | Tom Lane | 2006-09-10 | 35 | -1108/+1287 |