Commit Graph

917 Commits (1fd981f05369340a8afa4d013a350b0b2ac6e33e)

Author SHA1 Message Date
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
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