Commit Graph

754 Commits (f09346a9c6218dd239fdf3a79a729716c0d305bd)

Author SHA1 Message Date
Alvaro Herrera 3026027ec3 set_ps_display when calling functions via fastpath 15 years ago
Tom Lane 61b53695fb Remove optreset from src/port/ implementations of getopt and getopt_long. 15 years ago
Tom Lane 5cdd65f324 Fix up getopt() reset management so it works on recent mingw. 15 years ago
Tom Lane d7a2ce4905 Add support for detecting register-stack overrun on IA64. 15 years ago
Tom Lane dd1c781903 Make get_stack_depth_rlimit() handle RLIM_INFINITY more sanely. 15 years ago
Tom Lane 6736916f5f Include the current value of max_stack_depth in stack depth complaints. 15 years ago
Magnus Hagander 9f2e211386 Remove cvs keywords from all files. 15 years ago
Joe Conway 5eb15c9942 SERIALIZABLE transactions are actually implemented beneath the covers with 15 years ago
Robert Haas 30c22eb8fc Correct sundry errors in Hot Standby-related comments. 15 years ago
Bruce Momjian 239d769e7e pgindent run for 9.0, second run 15 years ago
Simon Riggs 66035734ec Give most recovery conflict errors a retryable error code. From recent 15 years ago
Tom Lane c670410e7f Move the responsibility for calling StartupXLOG into InitPostgres, for 15 years ago
Peter Eisentraut c248d17120 Message tuning 16 years ago
Bruce Momjian 65e806cba1 pgindent run for 9.0 16 years ago
Tom Lane d1e027221d Replace the pg_listener-based LISTEN/NOTIFY mechanism with an in-memory queue. 16 years ago
Bruce Momjian 93a57c3b57 Clarify documentation on the behavior of unnamed bind queries. 16 years ago
Simon Riggs b95a720a48 Re-enable max_standby_delay = -1 using deadlock detection on startup 16 years ago
Simon Riggs a06ea6f532 Add explanatory detail to Hot Standby cancelation error messages 16 years ago
Simon Riggs 959ac58c04 In HS, Startup process sets SIGALRM when waiting for buffer pin. If 16 years ago
Simon Riggs ed1d3f5ecf Add missing flag reset to ensure subsequent manual cancelation gives correct reason. 16 years ago
Tom Lane 0ae19c11f4 Remove unnecessary, inconsistent flag resets in ProcessInterrupts. 16 years ago
Simon Riggs a8ce974cdd Teach standby conflict resolution to use SIGUSR1 16 years ago
Heikki Linnakangas 40f908bdcd Introduce Streaming Replication. 16 years ago
Tom Lane 82170c747b Fix (some of the) breakage introduced into query-cancel processing by HS. 16 years ago
Bruce Momjian 0239800893 Update copyright for the year 2010. 16 years ago
Simon Riggs efc16ea520 Allow read only connections during recovery, known as Hot Standby. 16 years ago
Peter Eisentraut d6de43099a Don't unblock SIGQUIT in the SIGQUIT handler 16 years ago
Peter Eisentraut b63b967a7e If there is no sigdelset(), define it as a macro. 16 years ago
Robert Haas cddca5ec13 Add an EXPLAIN (BUFFERS) option to show buffer-usage statistics. 16 years ago
Tom Lane 9bedd128d6 Add support for invoking parser callback hooks via SPI and in cached plans. 16 years ago
Tom Lane c970292a94 Remove very ancient tuple-counting infrastructure (IncrRetrieved() and 16 years ago
Alvaro Herrera a8bb8eb583 Remove flatfiles.c, which is now obsolete. 16 years ago
Tom Lane 0905e8aeeb Move processing of startup-packet switches and GUC settings into InitPostgres, 16 years ago
Tom Lane e710b65c1c Remove the use of the pg_auth flat file for client authentication. 16 years ago
Tom Lane 0a00c9a8ef Remove useless code that propagated FrontendProtocol to a backend via a 16 years ago
Tom Lane 2487d872e0 Create a multiplexing structure for signals to Postgres child processes. 16 years ago
Heikki Linnakangas efa8544fd5 Fix a few errors in comments. Patch by Fujii Masao, plus the one in 16 years ago
Bruce Momjian d747140279 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list 16 years ago
Tom Lane 4616d57dad Fix all the server-side SIGQUIT handlers (grumble ... why so many identical 16 years ago
Bruce Momjian 8faffe6a52 Update comment associated with 'debug_query_string'. 17 years ago
Bruce Momjian 511db38ace Update copyright for 2009. 17 years ago
Tom Lane 87081b2d35 Fix an oversight in my patch of a couple weeks ago that ensured a snapshot 17 years ago
Tom Lane b69bde7749 Remove pg_plan_queries()'s now-useless needSnapshot parameter. It's useless 17 years ago
Tom Lane c98a923786 Fix failure to ensure that a snapshot is available to datatype input functions 17 years ago
Heikki Linnakangas dea81a6cf6 Revert SIGUSR1 multiplexing patch, per Tom's objection. 17 years ago
Heikki Linnakangas 7b05b3fa39 Provide support for multiplexing SIGUSR1 signal. The upcoming synchronous 17 years ago
Tom Lane c1f3073333 Clean up the API for DestReceiver objects by eliminating the assumption 17 years ago
Heikki Linnakangas 15c121b3ed Rewrite the FSM. Instead of relying on a fixed-size shared memory segment, the 17 years ago
Tom Lane 9650830bc8 Cause the output from debug_print_parse, debug_print_rewritten, and 17 years ago
Alvaro Herrera e36e6b1cab Add a few more DTrace probes to the backend. 17 years ago