summaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)Author
2000-12-08Resurrect -F switch: it controls fsyncs again, though the fsyncs areTom Lane
2000-12-08REINDEX under WAL.Hiroshi Inoue
2000-12-07Make OVERLAPS operators conform to SQL92 spec regarding NULL handling.Tom Lane
2000-12-06Clean up handling of FOR UPDATE inside views and subselects ... make itTom Lane
2000-12-06Don't include miscadmin.h in elog.h, since the former is not part ofTom Lane
2000-12-05Repair breakage of rules containing INSERT ... SELECT actions, per bugTom Lane
2000-12-03Ensure that all uses of <ctype.h> functions are applied to unsigned-charTom Lane
2000-12-03Don't use 'private' as a parameter name in visible headers ... makes C++Tom Lane
2000-12-03Repair usage of the OVERLAPS operator.Thomas G. Lockhart
2000-12-03Support IBM S/390. Patches from Neale Ferguson@softwareAG-usa.com.Thomas G. Lockhart
2000-12-03Disable elog(ERROR|FATAL) in signal handlers inVadim B. Mikheev
2000-12-02Don't cause --enable-cassert to define COPY_PARSE_PLAN_TREES automaticallyTom Lane
2000-12-01Make tuple receive/print routines TOAST-aware. Formerly, printtup wouldTom Lane
2000-12-01Pursuant to a pghackers discussion back around 11-Jul-00, get rid of aset.c'sTom Lane
2000-12-01Clean up MEMORY_CONTEXT_CHECKING code, and apply it more thoroughly. Also,Tom Lane
2000-11-30Make default socket directory location configurable from config.h.Tom Lane
2000-11-30Remove DISABLE_COMPLEX_MACRO definitions, since people seem to be gettingPeter Eisentraut
2000-11-30Remove VARLENA_FIXED_SIZE hack, which is irreversibly broken now thatTom Lane
2000-11-30No more #ifdef XLOG.Vadim B. Mikheev
2000-11-30XLOG stuff for sequences.Vadim B. Mikheev
2000-11-30Rearrange bufmgr header files so that buf_internals.h need not beTom Lane
2000-11-29Get rid of not-very-portable fcntl(F_SETLK) mechanism for locking the UnixTom Lane
2000-11-28Significant cleanups in SysV IPC handling (shared mem and semaphores).Tom Lane
2000-11-25Make PGLC_setlocale() static, and document that it can't be used safelyTom Lane
2000-11-25Move connection defines to miscadmin.h.Bruce Momjian
2000-11-25Store current LC_COLLATE and LC_CTYPE settings in pg_control during initdb;Tom Lane
2000-11-25 here is a patch for formatting.c (to_char/timestampt()), for 7.1Bruce Momjian
2000-11-25Rename GUC name from unixsocket to unix_socket_directoryBruce Momjian
2000-11-24Make SET SESSION CHARACTERISTICS compliant with SQL 99. Remove redundant,Peter Eisentraut
2000-11-24A catalog cache that never caches isn't much of a cache :-(. Mea culpa.Tom Lane
2000-11-22Recommit socket path fix. It works now.Bruce Momjian
2000-11-22Back out socket path until it works.Bruce Momjian
2000-11-22Back out socket file path change until it works.Bruce Momjian
2000-11-22Make socket option specify just the directory, not the full path.Bruce Momjian
2000-11-21Extend accept/AF_UNIX bug workaround to SCO OpenServer.Peter Eisentraut
2000-11-21Put external declarations into header files.Peter Eisentraut
2000-11-21Make oidin/oidout produce and consume unsigned representation of Oid,Tom Lane
2000-11-20No casting to LSN (XLogRecPtr) is required.Vadim B. Mikheev
2000-11-20Revise handling of oldstyle/newstyle functions per recent discussionsTom Lane
2000-11-20Enable WAL in config.h, not Makefile.global.Peter Eisentraut
2000-11-20Add configure checks for strtoll, strtoull (or strto[u]q). DisablePeter Eisentraut
2000-11-20Compile WAL by default.Vadim B. Mikheev
2000-11-18Tweak AbsoluteTimeIsReal() to avoid compiler bugs on machines whereTom Lane
2000-11-17Add separate type category for bit string types, allowing mixed bit/varbitPeter Eisentraut
2000-11-16Change SearchSysCache coding conventions so that a reference count isTom Lane
2000-11-16Make pgsql compile on FreeBSD-alpha.Bruce Momjian
2000-11-15Rename parameter "hostname" to "virtual_host". Seemed very ambiguous...Peter Eisentraut
2000-11-14Minor cleanup of tableOid-related coding.Tom Lane
2000-11-14Clean up comments.Tom Lane
2000-11-14Extend CREATE DATABASE to allow selection of a template database to beTom Lane