Commit Graph

29676 Commits (a836abe9f6934b51a0f92cb50c8514cd6f14c8b6)
 

Author SHA1 Message Date
Andrew Dunstan 8823bc2e2b Use a fatal warning check with what looks like a more portable error message. Error noticed by Tom and buildfarm member kite. 16 years ago
Tom Lane 50a90fac40 Stamp HEAD as 9.0devel, and update various places that were referring to 8.5 16 years ago
Itagaki Takahiro 37ec19a15c Support new syntax and improve handling of parentheses in psql tab-completion. 16 years ago
Tom Lane c64339face When updating ShmemVariableCache from a checkpoint record, be sure to set 16 years ago
Tom Lane 711804fddd Prevent #option dump from crashing on FORI statement with null step. Reported by Pavel. 16 years ago
Tom Lane 9cbcfca44a log_error_verbosity is now LOGGING_WHAT category. 16 years ago
Tom Lane 750ff8bdf7 Tweak description of payload parameter. 16 years ago
Tom Lane ee678fe30c Make NOTIFY_PAYLOAD_MAX_LENGTH depend explicitly on BLCKSZ and 16 years ago
Tom Lane d1e027221d Replace the pg_listener-based LISTEN/NOTIFY mechanism with an in-memory queue. 16 years ago
Andrew Dunstan fc5173ad51 Add query text to auto_explain output. 16 years ago
Andrew Dunstan 56adf3703c Clean up package namespace use and use of Safe in plperl. 16 years ago
Bruce Momjian 813135d8c9 Move log_error_verbosity GUC setting to "What to log" section, and 16 years ago
Bruce Momjian 70d8a2c29e Honor to_char() "FM" specification in YYY, YY, and Y; it was already 16 years ago
Bruce Momjian 55ea144a14 Prevent psql version banner from being printed by the \c command if the 16 years ago
Bruce Momjian aa7e7ae9a6 Have SELECT and CREATE TABLE AS queries return a row count. While this 16 years ago
Bruce Momjian 346a721eed Remove personal copyright now that file has been rewritten using 16 years ago
Bruce Momjian 93a57c3b57 Clarify documentation on the behavior of unnamed bind queries. 16 years ago
Greg Stark 27cb626f7a revert to showing buffer counts in explain (buffers) 16 years ago
Magnus Hagander 215cbc90f8 Add emulation of non-blocking sockets to the win32 socket/signal layer, 16 years ago
Michael Meskes 492eaefb90 Do not check nan values for infinity. Some system are not able to handle this. 16 years ago
Itagaki Takahiro 3d4a2cea57 Fix synopsis of DO statement. 16 years ago
Alvaro Herrera 4a5ee2a419 Move main error message text in plperl into errmsg from errdetail, 16 years ago
Peter Eisentraut 1acc06a1f4 When sorting functions in pg_dump, break ties (same name) by number of arguments 16 years ago
Magnus Hagander ec86ef7a21 Fix another stupid typo... 16 years ago
Alvaro Herrera dc11595193 Fix typo in comment 16 years ago
Greg Stark 68cfc75a72 Temporarily disable fsyncing the database directory in CREATE DATABASE 16 years ago
Itagaki Takahiro bec8103993 remove an unused variable 'dirfd'. 16 years ago
Itagaki Takahiro 714f279457 Add psql tab completion for DO blocks. 16 years ago
Greg Stark 34ebccddcd Display explain buffers measurements in memory units rather than blocks. Also show "Total Buffer Usage" to hint that these are totals not averages per loop 16 years ago
Greg Stark f8c183a1ac Speed up CREATE DATABASE by deferring the fsyncs until after copying 16 years ago
Robert Haas e26c539e9f Wrap calls to SearchSysCache and related functions using macros. 16 years ago
Greg Stark 1012492bc0 Make CREATE DATABASE safe against losing whole files by fsyncing the 16 years ago
Magnus Hagander a05af1d404 Make the msvc build system ask python about details of version and installation 16 years ago
Tom Lane c5d644a867 Ooops, let's get the non-null vs null bit right ... 16 years ago
Tom Lane a9aad1b868 Document the behavior of STRICT VARIADIC functions. 16 years ago
Bruce Momjian bbdf72b095 Improve C comment about why we return "0 0" for some tags. 16 years ago
Tom Lane 7507b193bc Don't expose the inline definition of MemoryContextSwitchTo when FRONTEND is 16 years ago
Simon Riggs 8eccf7614b Improvements to ps message of startup process during Hot Standby. 16 years ago
Simon Riggs dd428c79a4 Fix relcache init file invalidation during Hot Standby for the case 16 years ago
Bruce Momjian a5acb7dfb9 Remove tabs from sgml. 16 years ago
Tom Lane e08ab7c312 Support inlining various small performance-critical functions on non-GCC 16 years ago
Simon Riggs b95a720a48 Re-enable max_standby_delay = -1 using deadlock detection on startup 16 years ago
Simon Riggs fafa374f2d Introduce WAL records to log reuse of btree pages, allowing conflict 16 years ago
Tom Lane 4688869f41 Tweak the order of processing of WITH clauses so that they are processed 16 years ago
Andrew Dunstan 1b3a437a19 Add regression test files inadvertantly omitted in plperl.on_plperl{u}_init patch 16 years ago
Tom Lane 3ad7dbb1b9 Don't choke when exec_move_row assigns a synthesized null to a column 16 years ago
Andrew Dunstan 1b04b8f1bc Add plperl.on_plperl_init and plperl.on_plperlu_init settings for language-specific startup. Rename recently added plperl.on_perl_init to plperl.on_init. Also, code cleanup for utf8 hack. Patch from Tim Bunce, reviewed by Alex Hunsaker. 16 years ago
Tom Lane ec4be2ee68 Extend the set of frame options supported for window functions. 16 years ago
Heikki Linnakangas a5348fafd1 Update Hot Standby documentation to reflect the change in the LOG 16 years ago
Heikki Linnakangas e465390d03 Reduce the chatter to the log when starting a standby server. Don't 16 years ago