summaryrefslogtreecommitdiff
path: root/src/backend/utils
AgeCommit message (Expand)Author
2004-05-18Clean up some relative path install issues with Claudio's help.Bruce Momjian
2004-05-17Reorganize code to allow path-relative installs.Bruce Momjian
2004-05-16Change ln(), log(), power(), and sqrt() to emit the correct SQLSTATENeil Conway
2004-05-14Implement the width_bucket() function, per SQL2003. This commit only addsNeil Conway
2004-05-13Reorganize backend code to more cleanly manage executable names andBruce Momjian
2004-05-12Tighten up overflow check in path_recv, pursuant to code review inspiredTom Lane
2004-05-11As part of the work for making relocatable installs, I have re-factoredBruce Momjian
2004-05-10Promote row expressions to full-fledged citizens of the expression syntax,Tom Lane
2004-05-08Get rid of rd_nblocks field in relcache entries. Turns out this wasTom Lane
2004-05-08Improve style of new log_statement_stats error message, per Peter.Bruce Momjian
2004-05-07NATURAL CROSS JOIN is a contradiction in terms, not to mention disallowedTom Lane
2004-05-07Remove crude test for log_statement_stats in startup code now that weBruce Momjian
2004-05-07Throw error if log_statement_stats is used with confliction options forBruce Momjian
2004-05-07Solve the 'Turkish problem' with undesirable locale behavior for caseTom Lane
2004-05-06Make ALTER COLUMN TYPE preserve clustered status for indexes it doesn'tTom Lane
2004-05-05Don't assume that struct timeval's tv_sec field is the same datatype asTom Lane
2004-05-05ALTER TABLE rewrite. New cool stuff:Tom Lane
2004-05-02Revert patch --- needs more generalized solution.Bruce Momjian
2004-04-26Please find a attached a small patch that adds accessor functionsBruce Momjian
2004-04-22Per discussion earlier today, here is a fix that lets ereport() on win32Bruce Momjian
2004-04-19Remove debug code that acidentally got into CVS from previous commit.Bruce Momjian
2004-04-19Fix for BEGIN with ISOLATION/READONLY clauses.Bruce Momjian
2004-04-19* Most changes are to fix warnings issued when compiling win32Bruce Momjian
2004-04-16Handle Warn_restart_ready properly in SIGTERM safety patch.Bruce Momjian
2004-04-11Exit backend from SIGTERM or FATAL by simulating client EOF, rather thanBruce Momjian
2004-04-10Please find a small patch to fix the brain damage "century" andBruce Momjian
2004-04-07Push superuser check farther down in the if() statements to fix startupBruce Momjian
2004-04-07> >>1. change the type of "log_statement" option from boolean to string,Bruce Momjian
2004-04-05Remove 'syslog' GUC variable, and add more logical 'log_destination'Bruce Momjian
2004-04-05Improve handling of GUC USERLIMIT variables by reorganizing code. Also,Bruce Momjian
2004-04-01Fix some portability issues with new float input code (didn't work onTom Lane
2004-04-01Add missing casts to unsigned char in recently-added isspace() calls.Tom Lane
2004-04-01Replace TupleTableSlot convention for whole-row variables and functionTom Lane
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