summaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)Author
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
2000-11-14Rename PortName to PortNumber.Bruce Momjian
2000-11-13UUNET is looking into offering PostgreSQL as a part of a managed webBruce Momjian
2000-11-12Keep track of the last active slot in the shared ProcState array, soTom Lane
2000-11-12Restructure handling of inheritance queries so that they work with outerTom Lane
2000-11-11Define conversions to and from text for date, time, and timetz.Thomas G. Lockhart
2000-11-10Adjust INET/CIDR display conventions and reimplement some INET/CIDRTom Lane
2000-11-10pg_fsync is fsync in WAL version.Vadim B. Mikheev
2000-11-10Clean up syscache so that recursive invocation is safe, and remove errorTom Lane
2000-11-09Auto checkpoint creation.Vadim B. Mikheev
2000-11-08Make DROP TABLE rollback-able: postpone physical file delete until commit.Tom Lane
2000-11-08Reimplement alternative database locations with symlinks. No changes inPeter Eisentraut
2000-11-06Add -V option to backend, to show version, since --version doesn't seemPeter Eisentraut
2000-11-06Add support for AT TIME ZONE syntax.Thomas G. Lockhart
2000-11-06Add functions to support AT TIME ZONE syntax.Thomas G. Lockhart
2000-11-05New CHECKPOINT command.Vadim B. Mikheev
2000-11-05Allow ORDER BY, LIMIT in sub-selects. Fix most (not all) cases whereTom Lane
2000-11-04Make the backend grok relative paths for the data directory by convertingPeter Eisentraut
2000-11-03Add configure check to see whether <string.h> and <strings.h> may both bePeter Eisentraut
2000-11-03pg_variable is not used in WAL version now.Vadim B. Mikheev
2000-11-02Fix insufficiently-parenthesized macro definitions.Tom Lane
2000-11-01Add runtime configuration options to control permission bits and groupPeter Eisentraut
2000-10-31This is the minimal version of the Darwin support patch fromPeter Eisentraut
2000-10-31Change the parser to convert SQL "position" and "substring" syntax toPeter Eisentraut