summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Remove:Bruce Momjian2006-09-142-4/+2
* Add:Bruce Momjian2006-09-142-2/+4
* Add XML item.Bruce Momjian2006-09-142-2/+9
* Add description for variable-length header:Bruce Momjian2006-09-142-3/+7
* Add recent ICU URL:Bruce Momjian2006-09-142-2/+4
* Update TODO items:Bruce Momjian2006-09-142-5/+28
* For release notes checklist, add UTF8 URL.Bruce Momjian2006-09-141-2/+3
* In release notes checklist, add URL for HTML non-ASCII escapes, mentionBruce Momjian2006-09-141-1/+3
* Fix SGML markupTeodor Sigaev2006-09-143-5/+5
* Improve error message. Per discussionTeodor Sigaev2006-09-141-2/+9
* GIN documentation and slightly improving GiST docs.Teodor Sigaev2006-09-148-20/+395
* Cygwin systems seem to have a different error message when trying to connect ...Michael Meskes2006-09-143-5/+5
* Added missing constuctor/destructor for interval and date.Michael Meskes2006-09-148-7/+79
* Some small editorialization on the description of CREATE INDEXTom Lane2006-09-132-12/+10
* Make logging of extended-protocol commands a bit more consistent, perTom Lane2006-09-131-5/+6
* Code review for patch to avoid second scan when vacuuming index-lessTom Lane2006-09-131-32/+53
* Change "tps" to "scale" to avoid confusionTatsuo Ishii2006-09-133-36/+56
* Add David Fetter:Bruce Momjian2006-09-122-2/+4
* Add uninstall scriptTeodor Sigaev2006-09-122-0/+40
* Spell readme file's name correctly, per buildfarm reports.Tom Lane2006-09-121-1/+1
* Small fix for the README install for contrib/sslinfo.Peter Eisentraut2006-09-121-1/+1
* Seems this wasn't committed originallyMichael Meskes2006-09-121-3/+3
* Move set_pglocale_pgservice() from path.c to exec.c, so that pulling inTom Lane2006-09-114-63/+66
* Move xml2's PG_MODULE_MAGIC block to the right source file, per Michael Fuhr.Tom Lane2006-09-112-2/+3
* Rename the uninstall scripts for contrib/lo and contrib/tsearch2 toTom Lane2006-09-113-5/+5
* Add LDAP_LIBS_FE to $(libpq) for static or AIX linking, per Albe Laurenz.Tom Lane2006-09-111-3/+5
* Ooops, forgot to update ecpg comparison files to matchTom Lane2006-09-112-2/+2
* Fix omissions in contrib uninstall scripts. Michael FuhrTom Lane2006-09-112-0/+16
* Fix unportable usage complained of by icc. Per buildfarm results.Tom Lane2006-09-112-2/+2
* Remove unnecessary brace pair.Bruce Momjian2006-09-101-3/+1
* Back out patch added during 8.2.X development:Bruce Momjian2006-09-101-1/+2
* Add items:Bruce Momjian2006-09-102-4/+15
* Install a cleaner solution to the AIX libpq linking problem, as perTom Lane2006-09-104-21/+17
* Fix dblink build for --enable-nls or --enable-openssl on AIX.Tom Lane2006-09-101-1/+4
* Remove unhelpful/misleading advice about how to use SPI_saveplan().Tom Lane2006-09-101-5/+2
* contrib/isn updates from Jeremy Kronuz.Tom Lane2006-09-104-73/+224
* If we're going to advertise the array overlap/containment operators,Tom Lane2006-09-104-183/+245
* Add missing documentation for new anyarray-overlap operator.Tom Lane2006-09-101-1/+8
* Rename contrib contains/contained-by operators to @> and <@, per discussion.Tom Lane2006-09-1036-1111/+1290
* Rename contains/contained-by operators to @> and <@, per discussion thatTom Lane2006-09-1025-153/+209
* Remove reference to contrib/mac, which isn't there anymore.Tom Lane2006-09-091-8/+1
* Add contrib/isn module for ISBN/ISSN/EAN13/etc product numbers, andTom Lane2006-09-0918-752/+4582
* Revise OpenLDAP configuration and linking to work on more platformsTom Lane2006-09-096-428/+680
* Fix pg_dump for recent change removing separate RULE privilege.Tom Lane2006-09-081-2/+1
* Put back plan-time check for trying to apply SELECT FOR UPDATE/SHARETom Lane2006-09-081-1/+24
* Tweak the behavior of log_duration as proposed by Guillaume Smet: ratherTom Lane2006-09-084-49/+103
* Not all C compilers understand the "//" comment in this test case, so I remov...Michael Meskes2006-09-082-8/+2
* Replaced complex tests with small ones.Michael Meskes2006-09-0842-2695/+1335
* More logic from complex/test* moved to their own testcases.Michael Meskes2006-09-0813-144/+975
* Clean up logging for extended-query-protocol operations, as per my recentTom Lane2006-09-0710-317/+826