Commit Graph

709 Commits (4cb824699e12c39fad97fb3d9085ced0d14c067c)

Author SHA1 Message Date
Tom Lane 0b4bf8537f Make logging of extended-protocol commands a bit more consistent, per 19 years ago
Tom Lane b59d31c215 Tweak the behavior of log_duration as proposed by Guillaume Smet: rather 19 years ago
Tom Lane 893632be4e Clean up logging for extended-query-protocol operations, as per my recent 19 years ago
Tom Lane 5983a1aaa9 Change processing of extended-Query mode so that an unnamed statement 19 years ago
Bruce Momjian 0e20c48561 Revert FETCH/MOVE int64 patch. Was using incorrect checks for 19 years ago
Bruce Momjian 6c785d599d Change FETCH/MOVE to use int8. 19 years ago
Bruce Momjian 0d5065781d Update logging of prepare/execute syntax, per comments from Guillaume Smet. 19 years ago
Bruce Momjian 7c5ac5ce22 Separate prepared statement and bind parameters with comma. 19 years ago
Bruce Momjian f443258d4f Only call log_after_parse() if necessary. 19 years ago
Bruce Momjian bc24d5b976 Now bind displays prepare as detail, and execute displays prepare and 19 years ago
Tom Lane abc3120e9b Add server support for "plugin" libraries that can be used for add-on tasks 19 years ago
Tom Lane 1b67e0cc52 Fix core dump in duration logging for a V3-protocol Execute message 19 years ago
Bruce Momjian a4f14fd109 Fix display of log duration so it is milliseconds.microseconds "ms". 19 years ago
Bruce Momjian 3716f90c39 For protocol-level prepare/bind/execute: 19 years ago
Bruce Momjian c0dc166adc Use better named loop variable for large loop, rather than 'i'. 19 years ago
Bruce Momjian c8961bf1ce Improve logging of protocol-level prepared statements. 19 years ago
Tom Lane 033a477e9e Adjust initialization sequence for timezone_abbreviations so that 19 years ago
Bruce Momjian e0522505bd Remove 576 references of include files that were not needed. 19 years ago
Bruce Momjian a22d76d96a Allow include files to compile own their own. 19 years ago
Bruce Momjian 370a709c75 Add GUC update_process_title to control whether 'ps' display is updated 19 years ago
Tom Lane 27c3e3de09 Remove redundant gettimeofday() calls to the extent practical without 19 years ago
Peter Eisentraut 5266f221a2 Merge postmaster and postgres command into just postgres. postmaster 19 years ago
Tom Lane bf64a37909 Fix Assert failure when a fastpath function call is attempted inside an 19 years ago
Bruce Momjian e6004f0151 Add statement_timestamp(), clock_timestamp(), and 19 years ago
Tom Lane 2206b498d8 Simplify ParamListInfo data structure to support only numbered parameters, 19 years ago
Bruce Momjian 5bd59b9c0a Document that errors are not output by log_statement (was they were in 19 years ago
Tom Lane 147d4bf3e5 Modify all callers of datatype input and receive functions so that if these 20 years ago
Tom Lane 20ab467d76 Improve parser so that we can show an error cursor position for errors 20 years ago
Bruce Momjian f2f5b05655 Update copyright for 2006. Update scripts. 20 years ago
Neil Conway ea9eca2c20 Fix typo in comment. 20 years ago
Neil Conway 33e06ebccb Add a new system view, pg_cursors, that displays the currently available 20 years ago
Neil Conway 44b928e876 Add a new system view, pg_prepared_statements, that can be used to 20 years ago
Peter Eisentraut 86c23a6eb2 Make all command-line options of postmaster and postgres the same. See 20 years ago
Bruce Momjian 44f9021223 Remove BEOS port. 20 years ago
Tom Lane 349f40b2c2 Rearrange backend startup sequence so that ShmemIndexLock can become 20 years ago
Bruce Momjian 206499d2fb Prefix client-side prepare with '[protocol]' rather than '[client]'. 20 years ago
Bruce Momjian a8a93f72c5 Rename send_rfq to send_ready_for_query. 20 years ago
Bruce Momjian c86be11ddc Mmark client-side prepare/bind/execute statements with "[client]" so 20 years ago
Tom Lane 4ce6be4f5e Defend against crash while processing Describe Statement or Describe Portal 20 years ago
Bruce Momjian 436a2956d8 Re-run pgindent, fixing a problem where comment lines after a blank 20 years ago
Tom Lane da4e00bf37 When in transaction-aborted state, reject Bind message for portals containing 20 years ago
Alvaro Herrera 902377c465 Rename the members of CommandDest enum so they don't collide with other uses of 20 years ago
Tom Lane 78ce809216 Postpone pg_timezone_initialize() until after creation of postmaster.pid, 20 years ago
Bruce Momjian 1dc3498251 Standard pgindent run for 8.1. 20 years ago
Bruce Momjian 2d8e3d1d71 Make stack_base_ptr non-static, for PL/Java. 20 years ago
Neil Conway b5aad11a1b Code cleanup for log_disconnections(). Patch from Qingqing Zhou, 20 years ago
Bruce Momjian 72739020c2 Log protocol-excute fetch operatation as fetch, rather than execute, 20 years ago
Tom Lane 8889685555 Suppress signed-vs-unsigned-char warnings. 20 years ago
Bruce Momjian a3b9c6988d Suppress port number for unix domain sockets in log connect/disconnect 20 years ago
Bruce Momjian 658657177e Print proper cause of statement cancel, user interaction or timeout. 20 years ago