Commit Graph

625 Commits (05d22d06ae0ffa63e4e4885ae8db23ca827c1825)

Author SHA1 Message Date
Tom Lane 6f169057de Save_r, Save_t should be static not global variables. 22 years ago
Peter Eisentraut 9d77708d83 Cleanup on --help-config: Now called --describe-config, no further options, 22 years ago
Tom Lane 90b2202975 Fix bad interaction between NOTIFY processing and V3 extended query 23 years ago
Bruce Momjian dcad7949f8 Change "query:" to "statement:". 23 years ago
Bruce Momjian b8382c2688 Have log_min_duration_statement = 0 always print duration/statement. 23 years ago
Bruce Momjian 1c4d4cb17d Fix log_duration and log_min_duration_statement to print properly, as 23 years ago
Peter Eisentraut e78b0079a2 Change some notices to warnings and vice versa according to criteria 23 years ago
Bruce Momjian 4b4c43b146 This patch fixes an obvious bug in the "should I print the duration of 23 years ago
Peter Eisentraut 7438af96fa More message editing, some suggested by Alvaro Herrera 23 years ago
Peter Eisentraut e05147e51a You can't NLS-enable a program component by just putting gettext() around 23 years ago
Peter Eisentraut feb4f44d29 Message editing: remove gratuitous variations in message wording, standardize 23 years ago
Tom Lane a56a016ceb Repair some REINDEX problems per recent discussions. The relcache is 23 years ago
Tom Lane b38c04335a Reconsider placement of MemoryContextCheck() call --- do after commit, 23 years ago
Tom Lane b916cc435a Cause standalone backend (including bootstrap case) to read the GUC 23 years ago
Tom Lane f63cbccac7 Mop-up for previous change to determine default shared_buffers and 23 years ago
Tom Lane 5be44fa453 Move MemoryContextCheck() call from bottom of PostgresMain loop to 23 years ago
Tom Lane b6e5823eda Marginal hacks to move some processing out of the per-client-message 23 years ago
Tom Lane fcb90fdc95 Change some frequently-reached elog(DEBUG...) calls to ereport(DEBUG...) 23 years ago
Tom Lane 338aa57be0 Rename fields of DestReceiver to avoid collisions with (ill-considered) 23 years ago
Tom Lane 4c3c8c048d Remove --enable-recode feature, since it's been broken by IPv6 changes, 23 years ago
Bruce Momjian f3c3deb7d0 Update copyrights to 2003. 23 years ago
Bruce Momjian 089003fb46 pgindent run. 23 years ago
Tom Lane 9c2a7c2269 Apply (a somewhat revised version of) Greg Mullane's patch to eliminate 23 years ago
Tom Lane b556e8200e elog mop-up: bring some straggling fprintf(stderr)'s into the elog world. 23 years ago
Tom Lane b05d3ae1ed Error message editing in backend/libpq, backend/postmaster, backend/tcop. 23 years ago
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