aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
...
* Typo fix.Bruce Momjian2006-10-10
* Add release checklist item:Bruce Momjian2006-10-10
* Revise psql pattern-matching switches as per discussion. The rule is nowTom Lane2006-10-09
* Move processNamePattern into dumputils.c in preparation for using it inTom Lane2006-10-09
* Update Darwin dlopen() support to avoid deprecation warnings with latestTom Lane2006-10-08
* Add include needed for new getrusage() call.Bruce Momjian2006-10-08
* On Windows, we know the backend stack size limit because we have toTom Lane2006-10-08
* Update comments for pgcvslog, -r BASE does not work with cvs log.Bruce Momjian2006-10-08
* Fix ancient oversight in psql's \d pattern processing code: when seeing twoTom Lane2006-10-07
* Added missing entry (CASCADED) in keywords table.Peter Eisentraut2006-10-07
* Fix thinko in comment.Tom Lane2006-10-07
* The -X option in pg_dump was supposed to be a workaround for the lack ofPeter Eisentraut2006-10-07
* When planning a query at Bind time, be careful to pass the correctTom Lane2006-10-07
* On platforms that have getrlimit(RLIMIT_STACK), use it to ensure thatTom Lane2006-10-07
* Adjust HINT for stack depth limit to mention checking the underlyingTom Lane2006-10-07
* Fix string_to_array() to correctly handle the case where there areTom Lane2006-10-07
* Fix bcc32.mak to create and remove pg_config_os.h properly. ApparentlyTom Lane2006-10-06
* Fix SysCacheGetAttr() to handle the case where the specified syscache has notTom Lane2006-10-06
* Message style improvementsPeter Eisentraut2006-10-06
* Cleanup for pglz_compress code: remove dead code, const-ify API ofTom Lane2006-10-05
* Make use of qsort_arg in several places that were formerly using klugyTom Lane2006-10-05
* Work around buggy strtod on (some versions of?) IRIX. Combination ofTom Lane2006-10-05
* Second try at fixing libedit configuration for Bob Friesenhahn.Tom Lane2006-10-05
* Update Solaris strtod() bug comment.Bruce Momjian2006-10-04
* Update Solaris strtol() bug comment.Bruce Momjian2006-10-04
* Adjust configure's handling of libedit to not look for a history.h file.Tom Lane2006-10-04
* Exclude pgindent from affecting the ecpg regression directory.Bruce Momjian2006-10-04
* Fix initdb's logic for picking shared_buffers/max_fsm_pages, which hadTom Lane2006-10-04
* Fix comment to agree with presentation.Tom Lane2006-10-04
* Add qsort and qsort_arg to MSVC list of src/port files.Tom Lane2006-10-04
* Reverted changes made by pgindentMichael Meskes2006-10-04
* pgindent run for 8.2.Bruce Momjian2006-10-04
* Udpate typedefs for pgindent.Bruce Momjian2006-10-04
* Switch over to using our own qsort() all the time, as has been proposedTom Lane2006-10-03
* pgevent fixes:Bruce Momjian2006-10-03
* Update typedef list for 8.2 pgindent run.Bruce Momjian2006-10-03
* Fix yesno_prompt() memory leak in /script tools, reported by Converity.Bruce Momjian2006-10-03
* Improve numeric overflow error message.Bruce Momjian2006-10-03
* Make some sentences consistent with similar ones.Bruce Momjian2006-10-03
* The attached patch changes units of the some default values inBruce Momjian2006-10-03
* Cleanup pgwin32_open() 'if' test, and avoid possible error.Bruce Momjian2006-10-03
* Rearrange MSVC errcode hack, fix incorrect _MSC_VER test. MagnusTom Lane2006-10-03
* Move WIN32_ONLY_COMPILER define from c.h to win32.h because it was beingBruce Momjian2006-10-03
* Mention in postgresql.conf that autovacuum also needsBruce Momjian2006-10-03
* Add URL about strlcpy() creation history.Bruce Momjian2006-10-02
* Properly handle the case where strlcpy() exists in libc but isn'tTom Lane2006-10-02
* Make some marginal performance improvements in reportErrorPosition(),Tom Lane2006-10-01
* Do a CHECK_FOR_INTERRUPTS after emitting a message of less than ERRORTom Lane2006-10-01
* Fix overly enthusiastic Assert introduced in 8.1: it's expecting aTom Lane2006-10-01
* BSD/OS doesn't have a prototype for strlcpy() but has the function, soBruce Momjian2006-09-30