Commit Graph

750 Commits (88bdbd3f746049834ae3cc972e6e650586ec3c9d)

Author SHA1 Message Date
Bruce Momjian bf889e649a Add new USERLIMIT GUC source level so certain options can be disabled 23 years ago
Tom Lane b700a672fe Add --help-config facility to dump information about GUC parameters 23 years ago
Tom Lane 4342e6ea18 Fix for extended-query protocol: in event of error, backend was issuing 23 years ago
Bruce Momjian b952d61c54 Add log_min_duration_statement. 23 years ago
Bruce Momjian 98b6f37e47 Make debug_ GUC varables output DEBUG1 rather than LOG, and mention in 23 years ago
Tom Lane 2a2f6cfa39 Fix oversight: ignore-till-SYNC state should not ignore EOF ... 23 years ago
Tom Lane f85f43dfb5 Backend support for autocommit removed, per recent discussions. The 23 years ago
Tom Lane b02832719c Avoid unnecessary copying of parameter values in BIND. This allows 23 years ago
Tom Lane 0ac6298bb8 Implement new-protocol binary I/O support in DataRow, Bind, and FunctionCall 23 years ago
Bruce Momjian 995773be1c Pass canAcceptConnections to exec'ed backend, for Jan. 23 years ago
Tom Lane c0a8c3ac13 Update 3.0 protocol support to match recent agreements about how to 23 years ago
Bruce Momjian 5e7a5c9511 Pass shared memory address on command line to exec'ed backend. 23 years ago
Bruce Momjian d9fd7d12f6 Pass shared memory id and socket descriptor number on command line for 23 years ago
Tom Lane 755d191700 Add display of eventual result RowDescription (if any) to the output 23 years ago
Tom Lane 79913910d4 Restructure command destination handling so that we pass around 23 years ago
Bruce Momjian 3ad406bbc9 Rename internal variables DBName|dbName to dbname, for consistency. 23 years ago
Bruce Momjian 77a0219ab1 Comment out some of the conditional tests until we have exec(). 23 years ago
Tom Lane 2cf57c8f8d Implement feature of new FE/BE protocol whereby RowDescription identifies 23 years ago
Tom Lane 16503e6fa4 Extended query protocol: parse, bind, execute, describe FE/BE messages. 23 years ago
Bruce Momjian 721996d889 Cleanup patch for exec() handling. 23 years ago
Bruce Momjian a7fd03e1de Handle clog structure in shared memory in exec() case, for Win32. 23 years ago
Bruce Momjian a2e038fbee Back out last commit --- wrong patch. 23 years ago
Bruce Momjian fb1f7ccec5 Dump/read non-default GUC values for use by exec'ed backends, for Win32. 23 years ago
Tom Lane de28dc9a04 Portal and memory management infrastructure for extended query protocol. 23 years ago
Tom Lane aa282d4446 Infrastructure for deducing Param types from context, in the same way 23 years ago
Tom Lane 982430f846 Put back encoding-conversion step in processing of incoming queries; 23 years ago
Tom Lane f690920a75 Infrastructure for upgraded error reporting mechanism. elog.c is 23 years ago
Tom Lane 5ed27e35f3 Another round of protocol changes. Backend-to-frontend messages now all 23 years ago
Tom Lane bd8d441775 Second round of FE/BE protocol changes. Frontend->backend messages now 23 years ago
Tom Lane cb7fb3ca95 First phase of FE/BE protocol modifications: new StartupPacket layout 23 years ago
Bruce Momjian 8670e3588f Prevent multiple queries in a single string into a single transaction 23 years ago
Bruce Momjian ed11ccf4d4 Fix comment-only query to return Null result set, rather than nothing. 23 years ago
Bruce Momjian 5f65225fa3 Todo items: 23 years ago
Tom Lane aa83bc04e0 Restructure parsetree representation of DECLARE CURSOR: now it's a 23 years ago
Tom Lane 4b6c198a6a Add code to dump contents of free space map into $PGDATA/global/pg_fsm.cache 23 years ago
Tom Lane c5ba16a83c Get rid of last few vestiges of parsetree dependency on grammar token 23 years ago
Tom Lane d6dbb6b283 fastpath code neglected to check whether user has privileges to call the 23 years ago
Bruce Momjian 05a6b37912 Re-addd Rod's ALTER DOMAIN patch. 23 years ago
Bruce Momjian 5b4c16e099 Back out ALTER DOMAIN patch until missing file appears. 23 years ago
Bruce Momjian 853153ca6d ALTER DOMAIN .. SET / DROP NOT NULL 23 years ago
Bruce Momjian af26857a27 Most of the code follows the American spelling of the word, which is 23 years ago
Bruce Momjian d36aa2e885 Rename: 23 years ago
Bruce Momjian 001d5a7aa5 Rename server_min_messages to log_min_messages. Part of consolidation 23 years ago
Tom Lane 55e4ef138c Code review for statement_timeout patch. Fix some race conditions 23 years ago
Tom Lane bd19e8f604 Fix some places that were unportably assuming struct timeval's tv_sec 23 years ago
Tom Lane 60992456ed Invert logic in pg_exec_query_string() so that we set a snapshot for 23 years ago
Peter Eisentraut 4cff161703 Improve formatting of --help output. 23 years ago
Tom Lane 9ff695c944 Make SPI's execution of querystrings follow the rules agreed to for 23 years ago
Tom Lane d508b057ac Adjust handling of command status strings in the presence of rules, 23 years ago
Tom Lane ad4ce7aa5b Make SET really not start a transaction. 23 years ago