summaryrefslogtreecommitdiff
path: root/src/include
Commit message (Expand)AuthorAgeFilesLines
* On platforms that have getrlimit(RLIMIT_STACK), use it to ensure thatTom Lane2006-10-073-3/+13
* Fix SysCacheGetAttr() to handle the case where the specified syscache has notTom Lane2006-10-061-2/+2
* Cleanup for pglz_compress code: remove dead code, const-ify API ofTom Lane2006-10-051-120/+10
* Make use of qsort_arg in several places that were formerly using klugyTom Lane2006-10-051-2/+3
* Work around buggy strtod on (some versions of?) IRIX. Combination ofTom Lane2006-10-051-1/+7
* Second try at fixing libedit configuration for Bob Friesenhahn.Tom Lane2006-10-051-0/+3
* 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-041-3/+0
* pgindent run for 8.2.Bruce Momjian2006-10-0496-773/+797
* Switch over to using our own qsort() all the time, as has been proposedTom Lane2006-10-031-1/+10
* The attached patch changes units of the some default values inBruce Momjian2006-10-031-3/+4
* Rearrange MSVC errcode hack, fix incorrect _MSC_VER test. MagnusTom Lane2006-10-032-6/+5
* Move WIN32_ONLY_COMPILER define from c.h to win32.h because it was beingBruce Momjian2006-10-032-5/+6
* Properly handle the case where strlcpy() exists in libc but isn'tTom Lane2006-10-022-2/+6
* BSD/OS doesn't have a prototype for strlcpy() but has the function, soBruce Momjian2006-09-301-2/+2
* Fix IS NULL and IS NOT NULL tests on row-valued expressions to conform toTom Lane2006-09-284-6/+24
* Add strlcpy() to the set of functions supported by src/port/ when notTom Lane2006-09-272-2/+9
* Remove separate strdup.h header file; it's redundant with port.h.Tom Lane2006-09-271-8/+0
* Increase default value of effective_cache_size to 128MB, per discussion.Tom Lane2006-09-251-2/+2
* Fix notice message from DROP FUNCTION IF EXISTS, and improve messageTom Lane2006-09-251-1/+2
* Tag us Beta1REL8_2_BETA1PostgreSQL Daemon2006-09-231-3/+3
* Fix pg_locks view to call advisory locks advisory locks, while preservingTom Lane2006-09-221-4/+5
* Fix bugs in plpgsql and ecpg caused by assuming that isspace() would onlyTom Lane2006-09-222-3/+5
* Fix free space map to correctly track the total amount of FSM space neededTom Lane2006-09-211-7/+9
* Change patternsel (LIKE/regex selectivity estimation) so that if thereTom Lane2006-09-201-1/+4
* Improve usage of effective_cache_size parameter by assuming that all theTom Lane2006-09-193-5/+8
* Add built-in userlock manipulation functions to replace the formerTom Lane2006-09-185-20/+58
* Rename the recently-added pg_timezonenames view to pg_timezone_abbrevs,Tom Lane2006-09-164-7/+15
* Define errcode as __msvc_errcode not __vc_errcode for MSVC builds,Tom Lane2006-09-161-2/+2
* Add a couple of information functions to support direct checks on whetherTom Lane2006-09-142-3/+7
* Move set_pglocale_pgservice() from path.c to exec.c, so that pulling inTom Lane2006-09-111-9/+8
* If we're going to advertise the array overlap/containment operators,Tom Lane2006-09-102-7/+5
* Rename contains/contained-by operators to @> and <@, per discussion thatTom Lane2006-09-105-38/+66
* Revise OpenLDAP configuration and linking to work on more platformsTom Lane2006-09-091-0/+3
* Tweak the behavior of log_duration as proposed by Guillaume Smet: ratherTom Lane2006-09-081-1/+2
* Clean up logging for extended-query-protocol operations, as per my recentTom Lane2006-09-072-9/+12
* Specify lo_write() to take a _const_ buffer, to match documentation.Bruce Momjian2006-09-072-4/+4
* Change processing of extended-Query mode so that an unnamed statementTom Lane2006-09-061-1/+8
* Get rid of the separate RULE privilege for tables: now only a table's ownerTom Lane2006-09-054-8/+9
* Fix imprecision from interval rounding of multiplication/division.Bruce Momjian2006-09-051-4/+7
* Disallow TRUNCATE when there are any pending after-trigger events forTom Lane2006-09-041-2/+2
* sslinfo contrib module - information about current SSL certificatePeter Eisentraut2006-09-041-2/+2
* Arrange for GetSnapshotData to copy live-subtransaction XIDs from theTom Lane2006-09-031-1/+7
* Revert FETCH/MOVE int64 patch. Was using incorrect checks forBruce Momjian2006-09-034-18/+11
* Fix LLONG_MAX define used by new int64 FETCH/MOVE patch.Bruce Momjian2006-09-031-1/+8
* Change FETCH/MOVE to use int8.Bruce Momjian2006-09-024-12/+12
* Extend COPY to support COPY (SELECT ...) TO ...Tom Lane2006-08-303-5/+15
* Fix things so that fopen's, not only open's, pass FILE_SHARE_DELETETom Lane2006-08-301-3/+6
* Now bind displays prepare as detail, and execute displays prepare andBruce Momjian2006-08-291-2/+4