Commit Graph

625 Commits (05d22d06ae0ffa63e4e4885ae8db23ca827c1825)

Author SHA1 Message Date
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, 21 years ago
Bruce Momjian 72739020c2 Log protocol-excute fetch operatation as fetch, rather than execute, 21 years ago
Tom Lane 8889685555 Suppress signed-vs-unsigned-char warnings. 21 years ago
Bruce Momjian a3b9c6988d Suppress port number for unix domain sockets in log connect/disconnect 21 years ago
Bruce Momjian 658657177e Print proper cause of statement cancel, user interaction or timeout. 21 years ago
Bruce Momjian 098d204a6b Update query cancel message: 21 years ago
Bruce Momjian 11b5c554c2 Add log display label for unnamed server-side portals. 21 years ago
Tom Lane d90c531188 Autovacuum loose end mop-up. Provide autovacuum-specific vacuum cost 21 years ago
Tom Lane 7117cd3a77 Cause ShutdownPostgres to do a normal transaction abort during backend 21 years ago
Bruce Momjian a536b2dd80 Add time/date macros for code clarity: 21 years ago
Tom Lane 29094193f5 Integrate autovacuum functionality into the backend. There's still a 21 years ago
Tom Lane d78397d301 Change typreceive function API so that receive functions get the same 21 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
Tom Lane e98edb5555 Fix the mechanism for reporting the original table OID and column number 21 years ago
Tom Lane d0a89683a3 Two-phase commit. Original patch by Heikki Linnakangas, with additional 21 years ago
Bruce Momjian f5835b4b8d Add pg_postmaster_start_time() function. 21 years ago
Tom Lane ba42002461 Revise handling of dropped columns in JOIN alias lists to avoid a 21 years ago
Tom Lane b5ebef7c41 Push enable/disable of notify and catchup interrupts all the way down 21 years ago
Bruce Momjian b6e5c4ad0a Fix log_statement to properly recognize SELECT INTO and CREATE TABLE AS 21 years ago
Bruce Momjian c0ac38d082 Log queries for client-side prepare/execute. Simon Riggs 21 years ago
Tom Lane 14c7fba3f7 Rethink original decision to use AND/OR Expr nodes to represent bitmap 21 years ago
Bruce Momjian 0542b1e2fe Use _() macro consistently rather than gettext(). Add translation 21 years ago
Tom Lane 60b2444cc3 Add code to prevent transaction ID wraparound by enforcing a safe limit 21 years ago
PostgreSQL Daemon 2ff501590b Tag appropriate files for rc3 21 years ago
Tom Lane cf796cc702 A client_encoding specification coming from the connection request has 21 years ago
Tom Lane 8a7025f0bb Move pgstat_report_tabstat() call so that stats are not reported to the 21 years ago
Tom Lane ea23ec82c2 Remove GUC USERLIMIT variable category, making the affected variables 21 years ago
Bruce Momjian a1ce88a59c Have log_duration only output when log_statement has printed the query. 21 years ago
Peter Eisentraut 0fd37839d9 Message style revisions 21 years ago
Tom Lane 7ca3a0f3e2 Whack some sense into the configuration-file-location patch. 22 years ago
Tom Lane 09a893117a Repair bug that would allow libpq to think a command had succeeded when 22 years ago
Tom Lane b2c4071299 Redesign query-snapshot timing so that volatile functions in READ COMMITTED 22 years ago
Tom Lane b339d1fff6 Fire non-deferred AFTER triggers immediately upon query completion, 22 years ago
Bruce Momjian b6b71b85bc Pgindent run for 8.0. 22 years ago
Bruce Momjian da9a8649d8 Update copyright to 2004. 22 years ago
Tom Lane f622c54049 Allow DECLARE CURSOR to take parameters from the portal in which it is 22 years ago
Tom Lane a393fbf937 Restructure error handling as recently discussed. It is now really 22 years ago
Tom Lane 98c120a203 Revert ill-conceived patch that made elog(FATAL) the same as elog(ERROR) 22 years ago