summaryrefslogtreecommitdiff
path: root/src/backend/tcop/postgres.c
AgeCommit message (Expand)Author
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-15Add server support for "plugin" libraries that can be used for add-on tasksTom Lane
2006-08-13Fix core dump in duration logging for a V3-protocol Execute messageTom 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-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-06-27Add GUC update_process_title to control whether 'ps' display is updatedBruce Momjian
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-11Fix Assert failure when a fastpath function call is attempted inside anTom 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-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-02-17Fix typo in comment.Neil Conway
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
2006-01-05Make all command-line options of postmaster and postgres the same. SeePeter Eisentraut
2006-01-05Remove BEOS port.Bruce Momjian
2006-01-04Rearrange backend startup sequence so that ShmemIndexLock can becomeTom Lane
2005-12-31Prefix client-side prepare with '[protocol]' rather than '[client]'.Bruce Momjian
2005-12-30Rename send_rfq to send_ready_for_query.Bruce Momjian
2005-12-30Mmark client-side prepare/bind/execute statements with "[client]" soBruce Momjian
2005-12-14Defend against crash while processing Describe Statement or Describe PortalTom Lane
2005-11-22Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian
2005-11-10When in transaction-aborted state, reject Bind message for portals containingTom Lane
2005-11-03Rename the members of CommandDest enum so they don't collide with other uses ofAlvaro Herrera
2005-10-20Postpone pg_timezone_initialize() until after creation of postmaster.pid,Tom Lane
2005-10-15Standard pgindent run for 8.1.Bruce Momjian
2005-10-13Make stack_base_ptr non-static, for PL/Java.Bruce Momjian
2005-10-05Code cleanup for log_disconnections(). Patch from Qingqing Zhou,Neil Conway
2005-09-26Log protocol-excute fetch operatation as fetch, rather than execute,Bruce Momjian
2005-09-24Suppress signed-vs-unsigned-char warnings.Tom Lane
2005-09-22Suppress port number for unix domain sockets in log connect/disconnectBruce Momjian
2005-09-19Print proper cause of statement cancel, user interaction or timeout.Bruce Momjian
2005-09-16Update query cancel message:Bruce Momjian
2005-09-02Add log display label for unnamed server-side portals.Bruce Momjian
2005-08-11Autovacuum loose end mop-up. Provide autovacuum-specific vacuum costTom Lane
2005-08-08Cause ShutdownPostgres to do a normal transaction abort during backendTom Lane
2005-07-21Add time/date macros for code clarity:Bruce Momjian
2005-07-14Integrate autovacuum functionality into the backend. There's still aTom Lane
2005-07-10Change typreceive function API so that receive functions get the sameTom Lane