summaryrefslogtreecommitdiff
path: root/src/backend/commands
AgeCommit message (Expand)Author
2003-08-04pgindent run.Bruce Momjian
2003-08-01Make ecpg SQLSTATE-aware. Map existing SQLCODE assignments to SQLSTATEs,Peter Eisentraut
2003-08-01Adjust 'permission denied' messages to be more useful and consistent.Tom Lane
2003-07-29Apply (a somewhat revised version of) Greg Mullane's patch to eliminateTom Lane
2003-07-28A visit from the message-style police ...Tom Lane
2003-07-22Error message editing in backend/libpq, backend/postmaster, backend/tcop.Tom Lane
2003-07-21Error message editing in backend/executor.Tom Lane
2003-07-20Another round of error message editing, covering backend/commands/.Tom Lane
2003-07-18First bits of work on error message editing.Tom Lane
2003-07-17For COMMENT ON DATABASE where database name is unknown or not the currentTom Lane
2003-07-17Make EXTRACT(TIMEZONE) and SET/SHOW TIMEZONE follow the SQL conventionTom Lane
2003-07-15Now that I look, SHOW TRANSACTION_ISOLATION isn't quite consistentTom Lane
2003-07-15Cause SHOW DATESTYLE to produce a string that will be accepted by SETTom Lane
2003-07-04Some early work on error message editing. Operator-not-found andTom Lane
2003-07-01Aggregates can be polymorphic, using polymorphic implementation functions.Tom Lane
2003-07-01Change EXECUTE INTO to CREATE TABLE AS EXECUTE.Peter Eisentraut
2003-06-27Add is_superuser parameter reporting, soon to be used by psql.Tom Lane
2003-06-27Fix compile warnings.Tom Lane
2003-06-27First batch of object rename commands.Peter Eisentraut
2003-06-25Back out array mega-patch.Bruce Momjian
2003-06-24In an attempt to simplify my life I'm submitting this patch thatBruce Momjian
2003-06-24Array mega-patch.Bruce Momjian
2003-06-12Brief note about sequence cache not being cleared in other backends.Bruce Momjian
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-05-28Knock down a couple more lappend() hotspots for large WHERE clauses.Tom Lane
2003-05-28Replace functional-index facility with expressional indexes. Any columnTom Lane
2003-05-27Make debug_ GUC varables output DEBUG1 rather than LOG, and mention inBruce Momjian
2003-05-22Add defense against possibility that tzname[] doesn't exist.Tom Lane
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 copydir() function because xcopy doesn't work in XP without aBruce Momjian
2003-05-14Backend support for autocommit removed, per recent discussions. TheTom Lane
2003-05-12Add binary I/O routines for a bunch more datatypes. Still a few to go,Tom Lane
2003-05-09Implement array_send/array_recv (binary I/O for arrays). This exposedTom Lane
2003-05-09COPY BINARY uses the new binary I/O routines. Update a few more datatypesTom Lane
2003-05-09Implement new-protocol binary I/O support in DataRow, Bind, and FunctionCallTom Lane
2003-05-08Reinstate pg_type's typsend and typreceive columns. They don't do muchTom Lane
2003-05-08Update 3.0 protocol support to match recent agreements about how toTom Lane
2003-05-07Change alternate database location patch to test for symlink() ratherBruce Momjian
2003-05-06Add display of eventual result RowDescription (if any) to the outputTom Lane
2003-05-06Restructure command destination handling so that we pass aroundTom Lane
2003-05-06Implement feature of new FE/BE protocol whereby RowDescription identifiesTom Lane
2003-05-05Extended query protocol: parse, bind, execute, describe FE/BE messages.Tom Lane
2003-05-04Disable alternate locations on Win32 because it doesn't support symlinks.Bruce Momjian
2003-05-02Portal and memory management infrastructure for extended query protocol.Tom Lane
2003-04-29Infrastructure for deducing Param types from context, in the same wayTom Lane
2003-04-29Code review for holdable-cursors patch. Fix error recovery, memoryTom Lane
2003-04-27Clean up some problems in SetClientEncoding: failed to honor doit flagTom Lane
2003-04-25Make [VACUUM] ANALYZE safe on zero-column tables.Tom Lane