summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Revise psql pattern-matching switches as per discussion. The rule is nowTom Lane2006-10-094-380/+553
* Improve description of the pattern matching rules used by psql's \dTom Lane2006-10-091-15/+66
* Move processNamePattern into dumputils.c in preparation for using it inTom Lane2006-10-093-263/+268
* Update release notes for releases 7.3.16, 7.4.14, 8.0.9, and 8.1.5.Bruce Momjian2006-10-091-1/+189
* Updated keyword table for 8.2Peter Eisentraut2006-10-081-3/+45
* Update Darwin dlopen() support to avoid deprecation warnings with latestTom Lane2006-10-081-5/+46
* Update multi-line editing wording in release notes.Bruce Momjian2006-10-081-3/+3
* In release notes, mention that multi-line history saving does not workBruce Momjian2006-10-081-2/+4
* Add include needed for new getrusage() call.Bruce Momjian2006-10-081-1/+2
* On Windows, we know the backend stack size limit because we have toTom Lane2006-10-084-6/+16
* Update comments for pgcvslog, -r BASE does not work with cvs log.Bruce Momjian2006-10-081-5/+2
* Simplify <link> regex cleanup code.Bruce Momjian2006-10-071-2/+2
* Allow HISTORY/history.html to be generated by removing <link> elements,Bruce Momjian2006-10-072-4/+9
* Fix ancient oversight in psql's \d pattern processing code: when seeing twoTom Lane2006-10-071-10/+13
* In release notes, always use </link> rather than </>.Bruce Momjian2006-10-071-23/+25
* Added missing entry (CASCADED) in keywords table.Peter Eisentraut2006-10-071-1/+2
* Fix thinko in comment.Tom Lane2006-10-071-3/+3
* Updated config.guess and config.subPeter Eisentraut2006-10-072-52/+128
* The -X option in pg_dump was supposed to be a workaround for the lack ofPeter Eisentraut2006-10-078-55/+36
* When planning a query at Bind time, be careful to pass the correctTom Lane2006-10-071-5/+6
* On platforms that have getrlimit(RLIMIT_STACK), use it to ensure thatTom Lane2006-10-079-52/+136
* Adjust HINT for stack depth limit to mention checking the underlyingTom Lane2006-10-071-10/+7
* Remove tabs added accidentally.Bruce Momjian2006-10-071-357/+357
* Fix a typo.Neil Conway2006-10-071-2/+2
* Add main documentation link tags to the release notes.Bruce Momjian2006-10-071-248/+363
* Fix string_to_array() to correctly handle the case where there areTom Lane2006-10-071-138/+197
* Fix bcc32.mak to create and remove pg_config_os.h properly. ApparentlyTom Lane2006-10-061-2/+3
* Fix SysCacheGetAttr() to handle the case where the specified syscache has notTom Lane2006-10-063-19/+27
* Message style improvementsPeter Eisentraut2006-10-0631-114/+115
* Cleanup for pglz_compress code: remove dead code, const-ify API ofTom Lane2006-10-053-396/+96
* Make use of qsort_arg in several places that were formerly using klugyTom Lane2006-10-056-88/+77
* Add indenting to Solaris FAQ, for clarity.Bruce Momjian2006-10-051-74/+80
* Update DB2X texinfo example code.Bruce Momjian2006-10-051-2/+2
* Work around buggy strtod on (some versions of?) IRIX. Combination ofTom Lane2006-10-052-2/+60
* Second try at fixing libedit configuration for Bob Friesenhahn.Tom Lane2006-10-053-9/+465
* Update Solaris strtod() bug comment.Bruce Momjian2006-10-041-3/+3
* Update Solaris strtol() bug comment.Bruce Momjian2006-10-041-2/+7
* Adjust configure's handling of libedit to not look for a history.h file.Tom Lane2006-10-043-500/+42
* Update Solaris FAQ.Bruce Momjian2006-10-041-14/+101
* Exclude pgindent from affecting the ecpg regression directory.Bruce Momjian2006-10-041-1/+3
* Fix initdb's logic for picking shared_buffers/max_fsm_pages, which hadTom Lane2006-10-041-18/+15
* Fix comment to agree with presentation.Tom Lane2006-10-041-2/+2
* Improve error messages from to_tsquery per yesterday's discussion:Tom Lane2006-10-041-8/+18
* Add qsort and qsort_arg to MSVC list of src/port files.Tom Lane2006-10-041-2/+2
* Reverted changes made by pgindentMichael Meskes2006-10-0443-4111/+2575
* pgindent run for 8.2.Bruce Momjian2006-10-04522-17381/+21508
* Udpate typedefs for pgindent.Bruce Momjian2006-10-041-1/+2
* Switch over to using our own qsort() all the time, as has been proposedTom Lane2006-10-037-72/+248
* pgevent fixes:Bruce Momjian2006-10-032-2/+6
* Update typedef list for 8.2 pgindent run.Bruce Momjian2006-10-031-43/+107