summaryrefslogtreecommitdiff
path: root/src/backend/utils
AgeCommit message (Expand)Author
2004-06-11>> It certainly doesn't. There still was a bug with the locale stuff,Bruce Momjian
2004-06-11When using extended-query protocol, postpone planning of unnamed statementsTom Lane
2004-06-10Attached is a patch that takes care of the PATHSEP issue. I made a moreBruce Momjian
2004-06-09Support assignment to subfields of composite columns in UPDATE and INSERT.Tom Lane
2004-06-08Add missing check for too-few-inputs when replacing a zero-dimensionalTom Lane
2004-06-06Dept of second thoughts: don't use the new wide-character upper/lowerTom Lane
2004-06-06Add binary I/O support for composite types.Tom Lane
2004-06-06Preliminary support for composite type I/O; just text for now,Tom Lane
2004-06-06Infrastructure for I/O of composite types: arrange for the I/O routinesTom Lane
2004-06-05Tweak palloc/repalloc to allow zero bytes to be requested, as per recentTom Lane
2004-06-05Make the world very nearly safe for composite-type columns in tables.Tom Lane
2004-06-03Add range-checking in timestamp_recv and timestamptz_recv, perTom Lane
2004-06-03Adjust our timezone library to use pg_time_t (typedef'd as int64) inTom Lane
2004-06-02Per previous discussions, here are two functions to send INT and TERMBruce Momjian
2004-06-02Fix breakage from GUC-extension-variables patch.Tom Lane
2004-06-01Align GRANT/REVOKE behavior more closely with the SQL spec, per discussionTom Lane
2004-05-31Suppress compile warnings on machines where the INT64CONST() decorationTom Lane
2004-05-31I think I've finally identified the cause of the off-by-one-secondTom Lane
2004-05-30Use the new List API function names throughout the backend, and disable theNeil Conway
2004-05-30Paranoia: ensure MyBackendId is InvalidBackendId in a process that hasTom Lane
2004-05-29Separate out bgwriter code into a logically separate module, ratherTom Lane
2004-05-28Code review for EXEC_BACKEND changes. Reduce the number of #ifdefs byTom Lane
2004-05-28Make sure elog behaves sanely if invoked before GUC initializes.Tom Lane
2004-05-27On WIN32, don't choke when setlocale(LC_MESSAGES, "") returns NULL.Tom Lane
2004-05-27Get rid of the former rather baroque mechanism for propagating the valuesTom Lane
2004-05-26Reduce the minimum allocable chunk size to 8 bytes (from 16). Now thatTom Lane
2004-05-26A couple other cosmetic cleanups in new List stuff.Tom Lane
2004-05-26*) inet_(client|server)_(addr|port)() and necessary documentation forBruce Momjian
2004-05-26Add <limits.h>, per Magnus.Tom Lane
2004-05-26The added aggregates are:Bruce Momjian
2004-05-26The patch adresses the TODO list item "Allow external interfaces toBruce Momjian
2004-05-26Reimplement the linked list data structure used throughout the backend.Neil Conway
2004-05-22Use wide-character library routines, if available, for upper/lower/initcapTom Lane
2004-05-21Put path configuration information into a .h file instead of clutteringTom Lane
2004-05-21Put back #include <sys/time.h> in files that seem to need it on Linux.Tom Lane
2004-05-21Integrate src/timezone library for all platforms. There is more we canTom Lane
2004-05-19Minor correction for previous SQLSTATE patch: I changed dsqrt() to emit theNeil Conway
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