summaryrefslogtreecommitdiff
path: root/src/include
Commit message (Expand)AuthorAgeFilesLines
* Add a paramtypmod field to Param nodes. This is dead weight for ParamsTom Lane2006-12-102-5/+11
* Remove the logId/logSeg fields from pg_control, because they are not neededTom Lane2006-12-081-4/+2
* Add a txn_start column to pg_stat_activity. This makes it easier toNeil Conway2006-12-063-5/+9
* Refactor ExecGetJunkAttribute to avoid searching for junk attributesTom Lane2006-12-042-6/+13
* Stamp 8.2, except configure.in.Bruce Momjian2006-12-021-3/+3
* Mark to_char(timestamp without timezone) as stable, not immutable, since itsTom Lane2006-11-281-10/+10
* protect vfprintf from hijacking by Windows gettext just like other members of...Andrew Dunstan2006-11-281-1/+7
* update for rc1REL8_2_RC1PostgreSQL Daemon2006-11-251-3/+3
* Change pg_stat_all_tables and sister views to put the recently-addedTom Lane2006-11-242-4/+4
* Update lock comments for concurrent index creation, analyze.Bruce Momjian2006-11-231-3/+4
* Get rid of retail definitions of HAVE_STRDUP and HAVE_VSNPRINTF inTom Lane2006-11-211-1/+1
* Repair two related errors in heap_lock_tuple: it was failing to recognizeTom Lane2006-11-171-1/+2
* Tweak accumArrayResult() to double the size of its working arrays whenTom Lane2006-11-081-8/+3
* Tag as Beta3 ... two outstanding *known* bugs before RC1 ...REL8_2_BETA3PostgreSQL Daemon2006-11-071-3/+3
* Revert to the pre-8.2 method of probing for libm, that is, alwaysTom Lane2006-11-061-0/+3
* Fix recently-identified PITR recovery hazard: the base backup could containTom Lane2006-11-051-1/+2
* Fix recently-understood problems with handling of XID freezing, particularlyTom Lane2006-11-0515-66/+98
* Fix "failed to re-find parent key" btree VACUUM failure by revising pageTom Lane2006-11-011-3/+7
* Stamp 8.2beta2.REL8_2_BETA2Tom Lane2006-10-231-10/+10
* Rename our substitute qsort to pg_qsort at the link-symbol level (butTom Lane2006-10-191-1/+6
* Further MSVC portability fixes from Magnus.Tom Lane2006-10-191-1/+14
* Clean up local redeclarations of variables with DLLIMPORT, per reportTom Lane2006-10-195-15/+15
* Fix up timetz input so that a date is required only when the specifiedTom Lane2006-10-182-3/+4
* Redesign the patch for allocation of shmem space and LWLocks for add-onTom Lane2006-10-153-16/+8
* Code and docs review for ALTER TABLE INHERIT/NO INHERIT patch.Tom Lane2006-10-131-5/+4
* Code review for LIKE INCLUDING CONSTRAINTS patch --- improve comments,Tom Lane2006-10-111-12/+12
* 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