summaryrefslogtreecommitdiff
path: root/src/backend/utils
AgeCommit message (Expand)Author
2004-04-01Improve comments on USERLIMIT GUC processing.Bruce Momjian
2004-03-30Fix to_char for 1 BC. Previously it returned 1 AD.Bruce Momjian
2004-03-24Replace max_expr_depth parameter with a max_stack_depth parameter thatTom Lane
2004-03-24Fix some whitespace formatting, and remove an overly-verboseNeil Conway
2004-03-23Replace the virtual_host and tcpip_socket parameters with a unifiedTom Lane
2004-03-22Standardize output buffer size and display format for strftime;Tom Lane
2004-03-22Adds DLLIMPORT modifier to check_function_bodiesBruce Momjian
2004-03-22Add timestamp-versus-timestamptz cross-type comparison functions,Tom Lane
2004-03-21Revise syntax-error reporting behavior to give pleasant results forTom Lane
2004-03-19Code review for log_line_prefix patch. Cooperate with StringInfo insteadTom Lane
2004-03-17During btree index build, sort equal-keyed tuples according to theirTom Lane
2004-03-17Reimplement CASE val WHEN compval1 THEN ... WHEN compval2 THEN ... ENDTom Lane
2004-03-16Remove double-rename used by Win32 on busy files. Not needed anymore.Bruce Momjian
2004-03-15* postmaster.c: cleanup pmdaemonize under win32; missed failure messageBruce Momjian
2004-03-15Remove GUC log_statement, log_pid, log_timestamp, log_source_port.Bruce Momjian
2004-03-15Add PQmbdsplen() which returns the "display length" of a character.Tatsuo Ishii
2004-03-15Localize our dependencies on the way to create NAN or INFINITY.Tom Lane
2004-03-14Tweak planner so that index expressions and predicates are matched toTom Lane
2004-03-14Portability fixes and bug fixes for recent floating point input changes.Neil Conway
2004-03-12Allow 'Infinity' and '-Infinity' as input to the float4 and float8Neil Conway
2004-03-11Revise int2/int4/int8/float4/float8 input routines to allow forNeil Conway
2004-03-09Determines the PKGLIBDIR equivalent under win32. Requires pgsql lib andBruce Momjian
2004-03-09Add:Bruce Momjian
2004-03-05Per a brief conversation with Tom, I've created a patch for addingBruce Momjian
2004-03-04Emit a warning when an empty string is input to the oid, float4, andNeil Conway
2004-02-27genericcostestimate() neglected to include qual startup cost inTom Lane
2004-02-27Fix a few omissions in the initcap() documentation & source codeNeil Conway
2004-02-25For application to HEAD, following community review.Bruce Momjian
2004-02-24Add %option nodefault to all our flex lexers. Fix a couple of rule gapsTom Lane
2004-02-23Do a direct probe during postmaster startup to determine the maximumTom Lane
2004-02-22Move responsibility for copying argv[] array into ps_status.c, where itTom Lane
2004-02-21Implement a solution to the 'Turkish locale downcases I incorrectly'Tom Lane
2004-02-18Improve the consistency of the error message emitted when rejectingNeil Conway
2004-02-17This patch brings up to date what I did last year (now unfortunatelyBruce 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-14Create crosstype comparison operators for date vs. timestamp and dateTom Lane
2004-02-12Added hints about the reason, why the command string inJan Wieck
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-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