summaryrefslogtreecommitdiff
path: root/src/include
Commit message (Expand)AuthorAgeFilesLines
* Add configure check for sys_nerr, to end all discussions.Peter Eisentraut2001-01-094-8/+9
* The KAME files md5.* and sha1.* have the following changelogBruce Momjian2001-01-091-1/+4
* Fix oversight in planning of GROUP queries: when an expression is usedTom Lane2001-01-091-1/+2
* Fix small but critical typo ...Tom Lane2001-01-091-1/+1
* Fix recent breakage of query-cancel logic, see my pghackers messageTom Lane2001-01-072-13/+10
* Modify readfuncs so that recursive use of stringToNode will not crashTom Lane2001-01-072-4/+4
* Rename and document some invalidation routines to make it clearer thatTom Lane2001-01-051-2/+2
* Remove not-really-standard implementation of CREATE TABLE's UNDER clause,Tom Lane2001-01-052-8/+18
* Clean up non-reentrant interface for hash_seq/HashTableWalk, so thatTom Lane2001-01-022-5/+14
* Mark geometric 'overlaps' operators (&&) as self-commutative.Tom Lane2000-12-311-5/+5
* NetBSD/Alpha porting fixes from tom@minnesota.com.Tom Lane2000-12-311-5/+9
* 1. WAL needs in zero-ed content of newly initialized page.Vadim B. Mikheev2000-12-302-3/+5
* Clean up spinlock assembly code slightly (just cosmetic improvements)Tom Lane2000-12-301-35/+41
* Fix failure in CreateCheckPoint on some Alpha boxes --- it's not OK toTom Lane2000-12-291-106/+125
* New WAL version - CRC and data blocks backup.Vadim B. Mikheev2000-12-286-57/+93
* Fix portability problems recently exposed by regression tests on Alphas.Tom Lane2000-12-277-91/+165
* Improve comments.Tom Lane2000-12-231-4/+16
* Small cleanup of temp-table handling. Disallow creation of a non-tempTom Lane2000-12-221-1/+3
* Repair not-too-well-thought-out code to do rangechecking of OIDs onTom Lane2000-12-221-2/+10
* Change default output formatting for CIDR to be unabbreviated, perTom Lane2000-12-222-2/+5
* Revise lock manager to support "session level" locks as well as "transactionTom Lane2000-12-223-140/+131
* Repair round(numeric) function. An initdb would be required to get thePeter Eisentraut2000-12-211-2/+2
* >> Here is a patch for the beos port (All regression tests are OK).Bruce Momjian2000-12-181-1/+9
* Clean up backend-exit-time cleanup behavior. Use on_shmem_exit callbacksTom Lane2000-12-185-17/+17
* Remove a few remaining vestiges of elog(WARN).Tom Lane2000-12-151-2/+2
* Planner speedup hacking. Avoid saving useless pathkeys, so that pathTom Lane2000-12-143-11/+29
* Cache eval cost of qualification expressions in RestrictInfo nodes toTom Lane2000-12-121-4/+6
* Darwin porting patches from Peter Bierman <bierman@apple.com>Tom Lane2000-12-112-1/+81
* Correct one description, add one.Peter Eisentraut2000-12-101-3/+3
* Repair erroneous use of hashvarlena() for MACADDR, which is not aTom Lane2000-12-083-4/+7
* Resurrect -F switch: it controls fsyncs again, though the fsyncs areTom Lane2000-12-081-3/+2
* REINDEX under WAL.Hiroshi Inoue2000-12-081-2/+5
* Make OVERLAPS operators conform to SQL92 spec regarding NULL handling.Tom Lane2000-12-071-10/+10
* Clean up handling of FOR UPDATE inside views and subselects ... make itTom Lane2000-12-061-1/+3
* Don't include miscadmin.h in elog.h, since the former is not part ofTom Lane2000-12-061-18/+22
* Repair breakage of rules containing INSERT ... SELECT actions, per bugTom Lane2000-12-051-2/+3
* Ensure that all uses of <ctype.h> functions are applied to unsigned-charTom Lane2000-12-031-3/+3
* Don't use 'private' as a parameter name in visible headers ... makes C++Tom Lane2000-12-031-3/+4
* Repair usage of the OVERLAPS operator.Thomas G. Lockhart2000-12-035-13/+47
* Support IBM S/390. Patches from Neale Ferguson@softwareAG-usa.com.Thomas G. Lockhart2000-12-031-1/+24
* Disable elog(ERROR|FATAL) in signal handlers inVadim B. Mikheev2000-12-033-4/+25
* Don't cause --enable-cassert to define COPY_PARSE_PLAN_TREES automaticallyTom Lane2000-12-021-16/+22
* Make tuple receive/print routines TOAST-aware. Formerly, printtup wouldTom Lane2000-12-011-7/+7
* Pursuant to a pghackers discussion back around 11-Jul-00, get rid of aset.c'sTom Lane2000-12-011-22/+1
* Clean up MEMORY_CONTEXT_CHECKING code, and apply it more thoroughly. Also,Tom Lane2000-12-011-4/+5
* Make default socket directory location configurable from config.h.Tom Lane2000-11-302-12/+24
* Remove DISABLE_COMPLEX_MACRO definitions, since people seem to be gettingPeter Eisentraut2000-11-303-10/+0
* Remove VARLENA_FIXED_SIZE hack, which is irreversibly broken now thatTom Lane2000-11-303-24/+9
* No more #ifdef XLOG.Vadim B. Mikheev2000-11-3011-85/+18
* XLOG stuff for sequences.Vadim B. Mikheev2000-11-305-9/+47