summaryrefslogtreecommitdiff
path: root/src/backend/commands
AgeCommit message (Expand)Author
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
2003-04-25In the continuing saga of FE/BE protocol revisions, add reporting ofTom Lane
2003-04-25COPY and pg_dump failed to cope with zero-column tables. Fix 'em.Tom Lane
2003-04-24Infrastructure for upgraded error reporting mechanism. elog.c isTom Lane
2003-04-22Another round of protocol changes. Backend-to-frontend messages now allTom Lane
2003-04-21Prevent palloc(0) error when parent table has zero columns.Tom Lane
2003-04-20Avoid O(N^2) behavior with lots of deferred triggers by makingTom Lane
2003-04-19Allow \r and \r\n termination for COPY files.Bruce Momjian
2003-04-19Add pipe parameter to COPY function to allow proper line termination.Bruce Momjian
2003-04-19Second round of FE/BE protocol changes. Frontend->backend messages nowTom Lane
2003-04-08Remove extraneous semicolons.Tom Lane
2003-04-04Add Win32 path handling for / vs. \ and drive letters.Bruce Momjian
2003-04-04Handle cp, rm, and exec for Win32.Bruce Momjian
2003-04-03Prevent EXPLAIN (without ANALYZE) SELECT ... INTO from creating an INTOTom Lane
2003-03-31The following patch cleans up the deferred trigger mechanism. There isBruce Momjian
2003-03-27This patch implements holdable cursors, following the proposalBruce Momjian
2003-03-27GetTupleForTrigger must use outer transaction's command counter for timeTom Lane
2003-03-23Instead of storing pg_statistic stavalues entries as text strings, storeTom Lane
2003-03-21Fix ALTER TABLE / CLUSTER ON breakage.Bruce Momjian
2003-03-21Fix sequence casting.Bruce Momjian
2003-03-20Add ALTER TABLE <tablename> CLUSTER ON <indexname>Bruce Momjian
2003-03-20Todo items:Bruce Momjian
2003-03-20> > - Move SEQ_MAXVALUE, SEQ_MINVALUE definitions to sequence.hBruce Momjian
2003-03-20Add start time to pg_stat_activityBruce Momjian
2003-03-11Implement SQL92-compatible FIRST, LAST, ABSOLUTE n, RELATIVE n optionsTom Lane
2003-03-10This patch fixes a bunch of spelling mistakes in comments throughout theTom Lane
2003-03-10Restructure parsetree representation of DECLARE CURSOR: now it's aTom Lane
2003-03-04Reimplement free-space-map management as per recent discussions.Tom Lane
2003-03-03Prevent clustering on incomplete indexes: partial indexes are verboten,Tom Lane
2003-02-24During VACUUM FULL, truncate off any deletable pages that are at theTom Lane