summaryrefslogtreecommitdiff
path: root/contrib
Commit message (Expand)AuthorAgeFilesLines
* Some more missed copyright notices. Many of these look like theyTom Lane2005-01-013-3/+3
* Update copyrights that were missed.Bruce Momjian2005-01-018-10/+10
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-311-2/+2
* Triggers should return TRIGGER not OPAQUE. Looks like this script gotTom Lane2004-12-301-1/+1
* In 'make installcheck' for contrib/, insert 'sleep 1' between subdirectoryTom Lane2004-12-141-2/+12
* > > 8.0beta3 has pg_autovacuum included, when I want to run this as aBruce Momjian2004-12-023-9/+21
* Attached is a patch that adds the function xml_encode_special_chars toBruce Momjian2004-12-022-0/+32
* Prevent pg_autovacuum -D from needing an argument.Bruce Momjian2004-12-021-2/+2
* Fix a potential free() of string literal in oid2name, per report fromNeil Conway2004-12-021-12/+25
* Make pg_dumplo schema-aware. Karel ZakTom Lane2004-11-284-54/+106
* Fix HAVE_OPTRESET to be HAVE_INT_OPTRESET. Typos spotted by Lorne Sunley.Tom Lane2004-11-271-2/+2
* This adds mention of my latest tweak to the tsearch2/pg_trgmTom Lane2004-11-271-5/+9
* Prevent pgcrypto from successfully compiling if no valid random sourceNeil Conway2004-11-231-7/+7
* Rename vacuum_cost_limit switch from -N to -l to avoid conflict withTom Lane2004-11-172-6/+6
* Miscellaneous Cygwin build fixes from Reini Urban.Tom Lane2004-11-171-1/+3
* Add options to pg_autovacuum to support setting the cost-based-vacuumTom Lane2004-11-173-62/+185
* Remove now-redundant description of Postgres file layout, in favor ofTom Lane2004-11-121-24/+3
* This patch makes some cleanups to contrib/ to silence some sparseNeil Conway2004-11-096-41/+41
* Create 'default_tablespace' GUC variable that supplies a TABLESPACETom Lane2004-11-051-8/+8
* Fix build break, per report from Kris Jurka. Rename README to README.mysql,Neil Conway2004-11-041-0/+0
* Contrib build fixes:Neil Conway2004-11-046-5/+26
* Honor TMPDIR.Bruce Momjian2004-11-041-3/+2
* Move trap to after the directory is created.Bruce Momjian2004-11-031-1/+2
* Create temporary files securely.Bruce Momjian2004-11-031-5/+16
* Trivial fixes for English grammar in contrib/btree_gist and contrib/rtree_gistNeil Conway2004-11-012-11/+11
* This makes dblink pass its installcheck test on platforms whereTom Lane2004-10-281-3/+3
* Fix some more 'old-style parameter declaration' warnings.Tom Lane2004-10-252-13/+30
* Fix a bunch of 'old-style parameter declaration' warnings induced byTom Lane2004-10-257-23/+27
* Modify hash_create() to elog(ERROR) if an error occurs, rather thanNeil Conway2004-10-251-9/+1
* Add comparison file for exp-three-digits formatting.Tom Lane2004-10-241-0/+1292
* Add comparison file for exp-three-digits formatting.Tom Lane2004-10-241-0/+1068
* Replace ad-hoc atof() code with call to float4in, per Andrew Dunstan.Tom Lane2004-10-242-17/+9
* Avoid macro-redefinition warnings on Windows, per Andrew Dunstan.Tom Lane2004-10-212-2/+7
* Standardize on using the Min, Max, and Abs macros that are in our c.h file,Tom Lane2004-10-2119-63/+27
* Use temp files in current directory, not /tmp, to reduce security riskTom Lane2004-10-201-9/+14
* Make the standard stopword files be sought relative to share_dir, soTom Lane2004-10-173-10/+22
* Include dllist.c directly instead of assuming that libpq will provide it.Tom Lane2004-10-163-89/+92
* Repair possible failure to update hint bits back to disk, perTom Lane2004-10-151-2/+9
* Cleanup some unnecessary void * casts when using pfree() in contrib/xmlNeil Conway2004-10-132-10/+10
* Update reference to pgsql-server.Tom Lane2004-10-121-3/+3
* Adjust comments previously moved to column 1 by pgident.Bruce Momjian2004-10-077-12/+12
* Pickup fix from upstream OpenBSD sources: mark a read-only local array asNeil Conway2004-10-051-1/+1
* Refer to ll_to_earth() function by its actual name.Tom Lane2004-10-041-2/+3
* Adjust postmaster to recognize that a lockfile containing its parent's PIDTom Lane2004-10-013-29/+48
* Remove DROPs from contrib object creation scripts, per Dave Page.Tom Lane2004-10-012-3/+1
* Add variant regression file to handle machines that convert -1e-700Tom Lane2004-09-301-0/+1292
* Code review for recent dbsize changes. Fix some thinkos, enforce codingTom Lane2004-09-283-95/+99
* Remove duplicate PQclear(res) operations leading to double free() andTom Lane2004-09-281-9/+5
* Here is a patch bringing oid2name into the 21st century.Tom Lane2004-09-172-393/+531
* Remove contrib/pg_logger, per recent discussion.Tom Lane2004-09-165-129/+1