summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2003-06-11Add log_min_duration_statement.Bruce Momjian
2003-06-11Well, the discussion about SSL a bit back perked my interest and I didBruce Momjian
2003-06-11During looking stuff up for a discussion on -general, I realized thatBruce Momjian
2003-06-11Represent grant options in the information schema.Peter Eisentraut
2003-06-11Add Rendezvous support to postmaster, from Chris CampbellBruce Momjian
2003-06-11Remove lock* GUC variables from postgresql.conf.Bruce Momjian
2003-06-09freeaddrinfo2() does need two parameters after all, per comment byTom Lane
2003-06-08libpq can now talk to either 3.0 or 2.0 protocol servers. It first triesTom Lane
2003-06-06Add defense in assign_session_authorization() against trying to doTom Lane
2003-06-06Implement outer-level aggregates to conform to the SQL spec, withTom Lane
2003-06-05Information schema views about functionsPeter Eisentraut
2003-06-02Make the world at least marginally safe for usernames with embedded spaces.Tom Lane
2003-05-31markTargetListOrigin neglected to handle outer-scope Vars properly;Tom Lane
2003-05-30Small performance improvement for hash joins and hash aggregation:Tom Lane
2003-05-29Ensure that in all flex lexers that are part of the backend, aTom Lane
2003-05-29Adopt latest bison's spelling of 'syntax error' rather than 'parse error'Tom Lane
2003-05-29Don't explicitly close() the session socket during backend exit; insteadTom Lane
2003-05-29Fix stupid oversight :-(Tom Lane
2003-05-28Knock down a couple more lappend() hotspots for large WHERE clauses.Tom Lane
2003-05-28Fix some planner performance problems with large WHERE clauses, byTom Lane
2003-05-28Fix breakage of LINUX_PROFILE code due to recent Windows changes.Tom Lane
2003-05-28Fix things so that an error occuring during standalone-backend processingTom Lane
2003-05-28In bootstrap and standalone-backend modes, do not sort LOG elevel outTom Lane
2003-05-28Replace functional-index facility with expressional indexes. Any columnTom Lane
2003-05-27Make log_ GUC settings controllable only by super-users, so non-superBruce Momjian
2003-05-27Make debug_ GUC varables output DEBUG1 rather than LOG, and mention inBruce Momjian
2003-05-26Make sure printtup() always sends the number of columns previouslyTom Lane
2003-05-26Remove comment that cbrt() isn't being used.Bruce Momjian
2003-05-26Cause CHAR(n) to TEXT or VARCHAR conversion to automatically strip trailingTom Lane
2003-05-25Information schema improvementsPeter Eisentraut
2003-05-25Clean up our static cbrt() implementation in float.c.Bruce Momjian
2003-05-23Improve implementation of btrim/ltrim/rtrim: provide a special case forTom Lane
2003-05-22Add defense against possibility that tzname[] doesn't exist.Tom Lane
2003-05-22Repair sometimes-incorrect computation of StartUpID after a crash, perTom Lane
2003-05-20Fix coredump in pg_get_triggerdef, ensure function name is schema-Tom Lane
2003-05-18Add documentation for information schema, and some corrections on somePeter Eisentraut
2003-05-18Add code to test for unknown timezone names (following some ideas fromTom Lane
2003-05-16Remove use of geteuid under Win32.Bruce Momjian
2003-05-15Add missing #include.Tom Lane
2003-05-15Add copydir() function because xcopy doesn't work in XP without aBruce Momjian
2003-05-15Allow Win32 to compile under MinGW. Major changes are:Bruce Momjian
2003-05-15Indexing support for pattern matching operations via separate operatorPeter Eisentraut
2003-05-14Fix oversight: ignore-till-SYNC state should not ignore EOF ...Tom Lane
2003-05-14Backend support for autocommit removed, per recent discussions. TheTom Lane
2003-05-13In RowDescription messages, report columns of domain datatypes as havingTom Lane
2003-05-13More binary I/O routines.Tom Lane
2003-05-13Change pg_amop's index on (amopclaid,amopopr) to index (amopopr,amopclaid).Tom Lane
2003-05-12Add binary I/O routines for a bunch more datatypes. Still a few to go,Tom Lane
2003-05-12Avoid unnecessary copying of parameter values in BIND. This allowsTom Lane
2003-05-12Apply fixes for problems with dropped columns whose types have also beenTom Lane