summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-10-16Arrange for timezone names to be recognized case-insensitively; forTom Lane
2006-10-16CREATE CONSTRAINT manual page wording improvements.Bruce Momjian
2006-10-16Update to CREATE CONSTRAINT manual page.Bruce Momjian
2006-10-16I updated RPM related parts in FAQ_DEV against HEAD to be more current.Bruce Momjian
2006-10-16Remove use of '<' and '>' in SGML, use '&' escapes.Bruce Momjian
2006-10-16Punt when trying to build with threaded Python on FreeBSD.Peter Eisentraut
2006-10-15Redesign the patch for allocation of shmem space and LWLocks for add-onTom Lane
2006-10-15Adjust plperl to ensure that all strings and hash keys passed to PerlTom Lane
2006-10-15Update Japanese FAQ.Bruce Momjian
2006-10-14FAQ updates --- This is a small cosmetic patch that adds pt_BR IRCBruce Momjian
2006-10-14Code review for --no-data-for-failed-tables patch. Instead of trashingTom Lane
2006-10-13Code and docs review for ALTER TABLE INHERIT/NO INHERIT patch.Tom Lane
2006-10-13Make unknown-option-warning code more portable. echo -n is not portable,Peter Eisentraut
2006-10-13Update Japanese FAQ.Bruce Momjian
2006-10-13Fix typo in version number.Tom Lane
2006-10-13Fix test_fsync compile on MinGW(win32)Bruce Momjian
2006-10-13Fix infinite sleep and failes of send in Win32.Teodor Sigaev
2006-10-12Remove:Bruce Momjian
2006-10-12Add url's for hints:Bruce Momjian
2006-10-12Add:Bruce Momjian
2006-10-12Make some incremental improvements and fixes to the documentation onNeil Conway
2006-10-12Update release notes for SQL functions vs triggers fix.Tom Lane
2006-10-12In the installation docs, add some links to the documentation on LDAPNeil Conway
2006-10-12Fix mishandling of after-trigger state when a SQL function returns multipleTom Lane
2006-10-12Use Min() instead of min() in qsort, for consistency and to avoidTom Lane
2006-10-12Remove somebody's ill-considered free() call, per report from Chander Ganesan.Tom Lane
2006-10-11Update pg_hba.conf comment about documentation section.Bruce Momjian
2006-10-11A bit of copy-editing on back-branch release notes.Tom Lane
2006-10-11Repair incorrect check for coercion of unknown literal to ANYARRAY, a bugTom Lane
2006-10-11Code review for LIKE INCLUDING CONSTRAINTS patch --- improve comments,Tom Lane
2006-10-11Rename function 'isexists' and 'isdefined' toTeodor Sigaev
2006-10-10Cleanup passPeter Eisentraut
2006-10-10MSVC/BCC Win32 compiler fixes.Bruce Momjian
2006-10-10Typo fix.Bruce Momjian
2006-10-10Add release checklist item:Bruce Momjian
2006-10-10Update FAQ for latest release 8.1.5.Bruce Momjian
2006-10-09Revise psql pattern-matching switches as per discussion. The rule is nowTom Lane
2006-10-09Improve description of the pattern matching rules used by psql's \dTom Lane
2006-10-09Move processNamePattern into dumputils.c in preparation for using it inTom Lane
2006-10-09Update release notes for releases 7.3.16, 7.4.14, 8.0.9, and 8.1.5.Bruce Momjian
2006-10-08Updated keyword table for 8.2Peter Eisentraut
2006-10-08Update Darwin dlopen() support to avoid deprecation warnings with latestTom Lane
2006-10-08Update multi-line editing wording in release notes.Bruce Momjian
2006-10-08In release notes, mention that multi-line history saving does not workBruce Momjian
2006-10-08Add include needed for new getrusage() call.Bruce Momjian
2006-10-08On Windows, we know the backend stack size limit because we have toTom Lane
2006-10-08Update comments for pgcvslog, -r BASE does not work with cvs log.Bruce Momjian
2006-10-07Simplify <link> regex cleanup code.Bruce Momjian
2006-10-07Allow HISTORY/history.html to be generated by removing <link> elements,Bruce Momjian
2006-10-07Fix ancient oversight in psql's \d pattern processing code: when seeing twoTom Lane