summaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)Author
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
2000-10-30Add support for code conversion between Unicode and other encodings.Tatsuo Ishii
2000-10-30Add new configure option "--enable-uniconv" that enables automaticTatsuo Ishii
2000-10-29USE_POSIX_TIME replaced by HAVE_TM_ZONE || HAVE_INT_TIMEZONE, which arePeter Eisentraut
2000-10-28#define JMP_BUF has been unnecessary since the arrival of the sigsetjmpPeter Eisentraut
2000-10-28As we don't use struct dirent, the #define SYSV_DIRENT is useless. If wePeter Eisentraut
2000-10-28beos fixes from Cyril VELTERBruce Momjian
2000-10-28WALVadim B. Mikheev
2000-10-27Remove gcc-only macro definitionTatsuo Ishii
2000-10-26Re-implement LIMIT/OFFSET as a plan node type, instead of a hack inTom Lane
2000-10-26Fix breakage I introduced yesterday in MULTIBYTE compilations.Tom Lane
2000-10-25Support SET/SHOW/RESET client_encoding and server_encoding even whenTom Lane
2000-10-25WAL utils defsVadim B. Mikheev
2000-10-24Integer binary operators, from Marko Kreen <marko@l-t.ee>. Renamed bitxorPeter Eisentraut
2000-10-24Create empty file so that CVS sources compile (Vadim can fill in realTom Lane
2000-10-24WAL miscVadim B. Mikheev
2000-10-24Reconsider page size for large objects: rather than stuffing disk pagesTom Lane
2000-10-24Major overhaul of large-object implementation, by Denis Perchine withTom Lane
2000-10-23Back out xti.h portion of the patch.Bruce Momjian
2000-10-23New relcache hash table with RelFileNode as key to be usedVadim B. Mikheev
2000-10-22Some small polishing of Mark Hollomon's cleanup of DROP command: mightTom Lane
2000-10-22Makeover for Unixware 7.1.1Peter Eisentraut
2000-10-22datlastsysoid is an Oid, not an int4 ...Tom Lane
2000-10-22Add new datlastsysoid to pg_database.Philip Warner
2000-10-22BACKED OUT.Bruce Momjian
2000-10-21Move DLSUFFIX, AROPT, and CFLAGS_SL settings from template toPeter Eisentraut
2000-10-21here it is as requested by Bruce.Bruce Momjian
2000-10-21WALVadim B. Mikheev