| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix a potential free() of string literal in oid2name, per report from | Neil Conway | 2004-12-02 | 1 | -12/+25 |
| * | Make pg_dumplo schema-aware. Karel Zak | Tom Lane | 2004-11-28 | 4 | -54/+106 |
| * | Fix HAVE_OPTRESET to be HAVE_INT_OPTRESET. Typos spotted by Lorne Sunley. | Tom Lane | 2004-11-27 | 1 | -2/+2 |
| * | This adds mention of my latest tweak to the tsearch2/pg_trgm | Tom Lane | 2004-11-27 | 1 | -5/+9 |
| * | Prevent pgcrypto from successfully compiling if no valid random source | Neil Conway | 2004-11-23 | 1 | -7/+7 |
| * | Rename vacuum_cost_limit switch from -N to -l to avoid conflict with | Tom Lane | 2004-11-17 | 2 | -6/+6 |
| * | Miscellaneous Cygwin build fixes from Reini Urban. | Tom Lane | 2004-11-17 | 1 | -1/+3 |
| * | Add options to pg_autovacuum to support setting the cost-based-vacuum | Tom Lane | 2004-11-17 | 3 | -62/+185 |
| * | Remove now-redundant description of Postgres file layout, in favor of | Tom Lane | 2004-11-12 | 1 | -24/+3 |
| * | This patch makes some cleanups to contrib/ to silence some sparse | Neil Conway | 2004-11-09 | 6 | -41/+41 |
| * | Create 'default_tablespace' GUC variable that supplies a TABLESPACE | Tom Lane | 2004-11-05 | 1 | -8/+8 |
| * | Fix build break, per report from Kris Jurka. Rename README to README.mysql, | Neil Conway | 2004-11-04 | 1 | -0/+0 |
| * | Contrib build fixes: | Neil Conway | 2004-11-04 | 6 | -5/+26 |
| * | Honor TMPDIR. | Bruce Momjian | 2004-11-04 | 1 | -3/+2 |
| * | Move trap to after the directory is created. | Bruce Momjian | 2004-11-03 | 1 | -1/+2 |
| * | Create temporary files securely. | Bruce Momjian | 2004-11-03 | 1 | -5/+16 |
| * | Trivial fixes for English grammar in contrib/btree_gist and contrib/rtree_gist | Neil Conway | 2004-11-01 | 2 | -11/+11 |
| * | This makes dblink pass its installcheck test on platforms where | Tom Lane | 2004-10-28 | 1 | -3/+3 |
| * | Fix some more 'old-style parameter declaration' warnings. | Tom Lane | 2004-10-25 | 2 | -13/+30 |
| * | Fix a bunch of 'old-style parameter declaration' warnings induced by | Tom Lane | 2004-10-25 | 7 | -23/+27 |
| * | Modify hash_create() to elog(ERROR) if an error occurs, rather than | Neil Conway | 2004-10-25 | 1 | -9/+1 |
| * | Add comparison file for exp-three-digits formatting. | Tom Lane | 2004-10-24 | 1 | -0/+1292 |
| * | Add comparison file for exp-three-digits formatting. | Tom Lane | 2004-10-24 | 1 | -0/+1068 |
| * | Replace ad-hoc atof() code with call to float4in, per Andrew Dunstan. | Tom Lane | 2004-10-24 | 2 | -17/+9 |
| * | Avoid macro-redefinition warnings on Windows, per Andrew Dunstan. | Tom Lane | 2004-10-21 | 2 | -2/+7 |
| * | Standardize on using the Min, Max, and Abs macros that are in our c.h file, | Tom Lane | 2004-10-21 | 19 | -63/+27 |
| * | Use temp files in current directory, not /tmp, to reduce security risk | Tom Lane | 2004-10-20 | 1 | -9/+14 |
| * | Make the standard stopword files be sought relative to share_dir, so | Tom Lane | 2004-10-17 | 3 | -10/+22 |
| * | Include dllist.c directly instead of assuming that libpq will provide it. | Tom Lane | 2004-10-16 | 3 | -89/+92 |
| * | Repair possible failure to update hint bits back to disk, per | Tom Lane | 2004-10-15 | 1 | -2/+9 |
| * | Cleanup some unnecessary void * casts when using pfree() in contrib/xml | Neil Conway | 2004-10-13 | 2 | -10/+10 |
| * | Update reference to pgsql-server. | Tom Lane | 2004-10-12 | 1 | -3/+3 |
| * | Adjust comments previously moved to column 1 by pgident. | Bruce Momjian | 2004-10-07 | 7 | -12/+12 |
| * | Pickup fix from upstream OpenBSD sources: mark a read-only local array as | Neil Conway | 2004-10-05 | 1 | -1/+1 |
| * | Refer to ll_to_earth() function by its actual name. | Tom Lane | 2004-10-04 | 1 | -2/+3 |
| * | Adjust postmaster to recognize that a lockfile containing its parent's PID | Tom Lane | 2004-10-01 | 3 | -29/+48 |
| * | Remove DROPs from contrib object creation scripts, per Dave Page. | Tom Lane | 2004-10-01 | 2 | -3/+1 |
| * | Add variant regression file to handle machines that convert -1e-700 | Tom Lane | 2004-09-30 | 1 | -0/+1292 |
| * | Code review for recent dbsize changes. Fix some thinkos, enforce coding | Tom Lane | 2004-09-28 | 3 | -95/+99 |
| * | Remove duplicate PQclear(res) operations leading to double free() and | Tom Lane | 2004-09-28 | 1 | -9/+5 |
| * | Here is a patch bringing oid2name into the 21st century. | Tom Lane | 2004-09-17 | 2 | -393/+531 |
| * | Remove contrib/pg_logger, per recent discussion. | Tom Lane | 2004-09-16 | 5 | -129/+1 |
| * | Fix contrib/cube and contrib/seg to compile on Windows. | Tom Lane | 2004-09-14 | 6 | -63/+59 |
| * | Fix some minor issues with the new Win32 service code for autovacuum, | Tom Lane | 2004-09-14 | 2 | -21/+32 |
| * | Adjust tsearch2.sql to avoid use of COPY FROM STDIN, so as to | Tom Lane | 2004-09-14 | 2 | -65/+63 |
| * | Win32 compile fix for misc_utils. | Tom Lane | 2004-09-14 | 1 | -0/+7 |
| * | Win32 compile fixes for pgbench, pgcrypto, and tsearch. | Tom Lane | 2004-09-14 | 5 | -19/+34 |
| * | Fix contrib/dbase to compile under Win32. Laurent Ballester | Tom Lane | 2004-09-14 | 2 | -3/+6 |
| * | Redesign query-snapshot timing so that volatile functions in READ COMMITTED | Tom Lane | 2004-09-13 | 2 | -5/+5 |
| * | Fix two typos in comments. | Neil Conway | 2004-09-10 | 2 | -2/+2 |