summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2004-02-24Add %option nodefault to all our flex lexers. Fix a couple of rule gapsTom Lane
2004-02-24Implement dollar-quoting in the backend lexer and psql. DocumentationTom Lane
2004-02-23Replace opendir/closedir calls throughout the backend with AllocateDirTom Lane
2004-02-23Do a direct probe during postmaster startup to determine the maximumTom Lane
2004-02-23Write #include <dl.h>, not #include "dl.h", to correctly reflect theTom Lane
2004-02-22Move responsibility for copying argv[] array into ps_status.c, where itTom Lane
2004-02-21Fix random build breakage from log_disconnections patch.Tom Lane
2004-02-21Implement a solution to the 'Turkish locale downcases I incorrectly'Tom Lane
2004-02-19Cosmetic changes (mostly whitespace) to make it easier to diff theTom Lane
2004-02-18Here is a patch that implements setitimer() on win32. With this patchBruce Momjian
2004-02-18Improve the consistency of the error message emitted when rejectingNeil Conway
2004-02-17Rename function log_session_end to log_disconnections.Bruce Momjian
2004-02-17Fix prototype for on_proc_exit in log_disconnections patch.Bruce Momjian
2004-02-17This patch brings up to date what I did last year (now unfortunatelyBruce Momjian
2004-02-17Here is an updated version of the win32 readdir patch.Bruce Momjian
2004-02-17Under Win32, stat() returns an st_ino field, but it has no meaning (onBruce Momjian
2004-02-17Make use of statistics on index expressions. There are still someTom Lane
2004-02-16Change may -> might, and remove an extra tab.Bruce Momjian
2004-02-15First steps towards statistics on expressional (nee functional) indexes.Tom Lane
2004-02-14Create crosstype comparison operators for date vs. timestamp and dateTom Lane
2004-02-13Repair optimization bug I introduced in a moment of brain fade back inTom Lane
2004-02-13After further thought about support for gathering stats on functionalTom Lane
2004-02-13Try to make 'cross-database references are not implemented' errors aTom Lane
2004-02-12Add hooks for type-specific calculation of ANALYZE statistics. Idea andTom Lane
2004-02-12Add CVS ID tags to port/win32/files.Bruce Momjian
2004-02-12Avoid delaying postmaster shutdown by up to 10 seconds on platformsTom Lane
2004-02-12Translation updatesPeter Eisentraut
2004-02-12Fixed bug where FlushRelationBuffers() did call StrategyInvalidateBuffer()Jan Wieck
2004-02-12Check only live tuples for OID validity, to avoid issues after ALTERTom Lane
2004-02-12Added hints about the reason, why the command string inJan Wieck
2004-02-11Commit the reasonably uncontroversial parts of J.R. Nield's PITR patch, toTom Lane
2004-02-11Repair some problems in bgwriter start/stop logic. In particular, don'tTom Lane
2004-02-10Centralize implementation of delay code by creating a pg_usleep()Tom Lane
2004-02-10Restructure smgr API as per recent proposal. smgr no longer depends onTom Lane
2004-02-08Win32 signals cleanup. Patch by Magnus Hagander, with input from ClaudioNeil Conway
2004-02-06Cost based vacuum delay feature.Jan Wieck
2004-02-04Backing out the background writer sync() option.Jan Wieck
2004-02-04Use memmove() rather than memcpy() in set_var_from_var(). If this functionNeil Conway
2004-02-03pwdTom Lane
2004-02-03Rename SortMem and VacuumMem to work_mem and maintenance_work_mem.Tom Lane
2004-02-03Add function (actually an int4 and an int8 version) that generatesJoe Conway
2004-02-02> src/backend/commands/user.c file has some parse error at repalloc(),Bruce Momjian
2004-02-02Fix a read of uninitialized memory in next_token() of hba.c, spotted viaNeil Conway
2004-02-02Adjustments for Win32-specific rename code, and add include file.Bruce Momjian
2004-02-02Avoid generating invalid character encoding sequences in make_greater_string.Tom Lane
2004-02-02Adjust rename on Win32 to only link to temp name while holding lock,Bruce Momjian
2004-02-02Briefly,Bruce Momjian
2004-02-01Make length() disregard trailing spaces in char(n) values, per discussionTom Lane
2004-01-31Micro-opt: replace calls likeNeil Conway
2004-01-31Fix text_position to not scan past end of source string in multibyteTom Lane