summaryrefslogtreecommitdiff
path: root/src/backend/tcop
AgeCommit message (Expand)Author
2006-09-03Revert FETCH/MOVE int64 patch. Was using incorrect checks forBruce Momjian
2006-09-03Fix LLONG_MAX define used by new int64 FETCH/MOVE patch.Bruce Momjian
2006-09-02Change FETCH/MOVE to use int8.Bruce Momjian
2006-08-30Extend COPY to support COPY (SELECT ...) TO ...Tom Lane
2006-08-30Update logging of prepare/execute syntax, per comments from Guillaume Smet.Bruce Momjian
2006-08-29Separate prepared statement and bind parameters with comma.Bruce Momjian
2006-08-29Only call log_after_parse() if necessary.Bruce Momjian
2006-08-29Now bind displays prepare as detail, and execute displays prepare andBruce Momjian
2006-08-25Add the ability to create indexes 'concurrently', that is, withoutTom Lane
2006-08-15Add server support for "plugin" libraries that can be used for add-on tasksTom Lane
2006-08-14Fix oversight in initial implementation of PORTAL_ONE_RETURNING mode: weTom Lane
2006-08-13Fix core dump in duration logging for a V3-protocol Execute messageTom Lane
2006-08-12Tweak SPI_cursor_open to allow INSERT/UPDATE/DELETE RETURNING; this wasTom Lane
2006-08-12Add INSERT/UPDATE/DELETE RETURNING, with basic docs and regression tests.Tom Lane
2006-08-10Fix display of log duration so it is milliseconds.microseconds "ms".Bruce Momjian
2006-08-08For protocol-level prepare/bind/execute:Bruce Momjian
2006-08-06Use better named loop variable for large loop, rather than 'i'.Bruce Momjian
2006-08-04Improve logging of protocol-level prepared statements.Bruce Momjian
2006-07-31Change the bootstrap sequence so that toast tables for system catalogs areTom Lane
2006-07-29Adjust initialization sequence for timezone_abbreviations so thatTom Lane
2006-07-14Remove 576 references of include files that were not needed.Bruce Momjian
2006-07-13Allow include files to compile own their own.Bruce Momjian
2006-07-11Alphabetically order reference to include files, "S"-"Z".Bruce Momjian
2006-07-11Alphabetically order reference to include files, "N" - "S".Bruce Momjian
2006-07-11Sort reference of include files, "A" - "F".Bruce Momjian
2006-07-02Add FILLFACTOR to CREATE INDEX.Bruce Momjian
2006-06-27Add GUC update_process_title to control whether 'ps' display is updatedBruce Momjian
2006-06-27Create infrastructure for 'MinimalTuple' representation of in-memoryTom Lane
2006-06-20Remove redundant gettimeofday() calls to the extent practical withoutTom Lane
2006-06-18Merge postmaster and postgres command into just postgres. postmasterPeter Eisentraut
2006-06-16DROP ... IF EXISTS for the following cases:Andrew Dunstan
2006-06-14Do a CHECK_FOR_INTERRUPTS immediately before terminating a fastpathTom Lane
2006-06-11Fix Assert failure when a fastpath function call is attempted inside anTom Lane
2006-04-30Improve the representation of FOR UPDATE/FOR SHARE so that we canTom Lane
2006-04-25Add statement_timestamp(), clock_timestamp(), andBruce Momjian
2006-04-22Simplify ParamListInfo data structure to support only numbered parameters,Tom Lane
2006-04-18Document that errors are not output by log_statement (was they were inBruce Momjian
2006-04-15Support the syntaxTom Lane
2006-04-04Modify all callers of datatype input and receive functions so that if theseTom Lane
2006-03-14Improve parser so that we can show an error cursor position for errorsTom Lane
2006-03-05Update copyright for 2006. Update scripts.Bruce Momjian
2006-03-03Make the COPY command return a command tag that includes the number ofTom Lane
2006-03-03Add CASCADE option to TRUNCATE. Joachim WielandTom Lane
2006-02-28Extend the ExecInitNode API so that plan nodes receive a set of flagTom Lane
2006-02-21Cleanup the usage of ScanDirection: use the symbolic names for theNeil Conway
2006-02-17Fix typo in comment.Neil Conway
2006-02-12Revert patch becaues of locking concerns:Bruce Momjian
2006-02-11Allow ALTER TABLE ... ALTER CONSTRAINT ... RENAMEBruce Momjian
2006-01-18Add a new system view, pg_cursors, that displays the currently availableNeil Conway
2006-01-08Add a new system view, pg_prepared_statements, that can be used toNeil Conway