summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2000-10-28WALVadim B. Mikheev
2000-10-28Okay, here's my attempt at fixing the problems with parentheses inBruce Momjian
2000-10-28Add --version and --help options to "postgres".Peter Eisentraut
2000-10-27Remove gcc-only macro definitionTatsuo Ishii
2000-10-27Disallow bits beyond the mask length for CIDR values, per discussionTom Lane
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-26Clean up gcc warnings in MULTIBYTE mode.Tom Lane
2000-10-25Clean up broken test for whether to wait for input in SSL case.Tom Lane
2000-10-25Ensure clause_selectivity() behaves sanely when examining an uplevel VarTom Lane
2000-10-25Support SET/SHOW/RESET client_encoding and server_encoding even whenTom Lane
2000-10-25Minor cleanup.Tom Lane
2000-10-25Accept CREATE DATABASE WITH ENCODING 'SQL_ASCII' even when MULTIBYTETom Lane
2000-10-24Check for SIGHUP and process config file updates just after waitingTom Lane
2000-10-24Do not execute fastpath function calls if in transaction ABORT state.Tom Lane
2000-10-24Integer binary operators, from Marko Kreen <marko@l-t.ee>. Renamed bitxorPeter Eisentraut
2000-10-24Fix AbortOutOfAnyTransaction logic to avoid notice aboutTom Lane
2000-10-24WAL miscVadim B. Mikheev
2000-10-24Remove arbitrary limit on number of simultaneously open large objects.Tom Lane
2000-10-24Major overhaul of large-object implementation, by Denis Perchine withTom Lane
2000-10-23If a field is incompressible ('compressed' data is actually larger thanTom 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-22Fix incorrect logic for clearing BufferDirtiedByMe in ReleaseRelationBuffersTom Lane
2000-10-22Patch VACUUM problem with moving chain of update tuples when sourceTom Lane
2000-10-22Add new datlastsysoid to pg_database.Philip Warner
2000-10-22BACKED OUT.Bruce Momjian
2000-10-22Crash on NULL again in system table check.Bruce Momjian
2000-10-21Move DLSUFFIX, AROPT, and CFLAGS_SL settings from template toPeter Eisentraut
2000-10-21First a core dump which can be relieved by:Bruce Momjian
2000-10-21here it is as requested by Bruce.Bruce Momjian
2000-10-21WALVadim B. Mikheev
2000-10-20Add support for VPATH builds, that is, building somewhere else than in thePeter Eisentraut
2000-10-20WAL need in overwrite mode - restored in new wayVadim B. Mikheev
2000-10-20redo/undo support functions and cleanups.Vadim B. Mikheev
2000-10-20Clean up gcc warnings.Tom Lane
2000-10-19Improve comments.Tom Lane
2000-10-19Fix missing CommandCounterIncrement in DROP USER.Tom Lane
2000-10-18The following patch was sent to the patches list:Bruce Momjian
2000-10-18I had to change buffer tag: now RelFileNode is used instead ofVadim B. Mikheev
2000-10-16Remove NO_SECURITY define.Bruce Momjian
2000-10-16New file naming. Database OID is used as "tablespace" id andVadim B. Mikheev
2000-10-15Fix prototype declaration based on patch from David ReidPhilip Warner
2000-10-14The configure script fails to find <netinet/tcp.h>.Bruce Momjian
2000-10-13Various utils for WALVadim B. Mikheev
2000-10-13WALVadim B. Mikheev
2000-10-13WALVadim B. Mikheev
2000-10-12Support for conversion between UNICODE and other encodingsTatsuo Ishii