Commit Graph

750 Commits (88bdbd3f746049834ae3cc972e6e650586ec3c9d)

Author SHA1 Message Date
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 20 years ago
Tom Lane 27c3e3de09 Remove redundant gettimeofday() calls to the extent practical without 20 years ago
Peter Eisentraut 5266f221a2 Merge postmaster and postgres command into just postgres. postmaster 20 years ago
Tom Lane bf64a37909 Fix Assert failure when a fastpath function call is attempted inside an 20 years ago
Bruce Momjian e6004f0151 Add statement_timestamp(), clock_timestamp(), and 20 years ago
Tom Lane 2206b498d8 Simplify ParamListInfo data structure to support only numbered parameters, 20 years ago
Bruce Momjian 5bd59b9c0a Document that errors are not output by log_statement (was they were in 20 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
Bruce Momjian 098d204a6b Update query cancel message: 20 years ago
Bruce Momjian 11b5c554c2 Add log display label for unnamed server-side portals. 20 years ago
Tom Lane d90c531188 Autovacuum loose end mop-up. Provide autovacuum-specific vacuum cost 20 years ago
Tom Lane 7117cd3a77 Cause ShutdownPostgres to do a normal transaction abort during backend 20 years ago
Bruce Momjian a536b2dd80 Add time/date macros for code clarity: 20 years ago
Tom Lane 29094193f5 Integrate autovacuum functionality into the backend. There's still a 20 years ago
Tom Lane d78397d301 Change typreceive function API so that receive functions get the same 20 years ago
Tom Lane eb5949d190 Arrange for the postmaster (and standalone backends, initdb, etc) to 21 years ago
Tom Lane b5f7cff84f Clean up the rather historically encumbered interface to now() and 21 years ago