Commit Graph

28207 Commits (bb6bbc3277d406bc7699e526cd8c41e73a5fc744)
 

Author SHA1 Message Date
Tom Lane bb6bbc3277 Defend against non-ASCII letters in fuzzystrmatch code. The functions 17 years ago
Bruce Momjian c35eb1504a Add doc link to section about how to compile triggers. 17 years ago
Tom Lane 387060951e Add an optional parameter to pg_start_backup() that specifies whether to do 17 years ago
Bruce Momjian 80df9c49af Add unit documentation for various postgresql.conf settings. 17 years ago
Peter Eisentraut 5ae9f82783 Add entry in the encoding number to OS name table for KOI8-U. 17 years ago
Bruce Momjian 72e2315c34 Properly align equals signs in new postgresql.conf units comments. 17 years ago
Bruce Momjian 802e414d62 Document in postgresql.conf that the default units for 17 years ago
Bruce Momjian 4ae4d23433 Display postgresql.conf unit options in an easier-to-understand, 17 years ago
Bruce Momjian e019178c77 Doc change in new patch, stand-alone -> standalone 17 years ago
Bruce Momjian d9070485a8 Add documentation mention of 'check_postgres.pl' in Routine Database 17 years ago
Bruce Momjian 9dbd94c371 Adjust psql tab completion for new \d 'S' flag behavior; adjust code to 17 years ago
Tom Lane e7c11056df Document the fact that fuzzystrmatch doesn't work in multibyte encodings. 17 years ago
Tom Lane 25a76c31de Correct keywords table for status of COLLATE vs 17 years ago
Teodor Sigaev 09368d23db Fix 'all at one page bug' in picksplit method of R-tree emulation. Add defense 17 years ago
Heikki Linnakangas 1eef90d0a2 Rename the new CREATE DATABASE options to set collation and ctype into 17 years ago
Tom Lane f2110a757d Change cardinality() into a C-code function, instead of a SQL-language 17 years ago
Tom Lane eb4c723e56 Make ExecInitExpr build the list of SubPlans found in a plan tree in order 17 years ago
Tom Lane fbcce08046 Change EXPLAIN output so that subplans and initplans (particularly CTEs) 17 years ago
Teodor Sigaev 329a5322e9 Fix infinite loop while checking of partial match in pending list. 17 years ago
Tom Lane 27fbfd396c Remove a boatload of useless definitions of 'int optreset'. If we 17 years ago
Tom Lane 2227e2f16d I had always wondered why pg_config.h.win32 claimed that Windows 17 years ago
Tom Lane 65e758a4d3 Remove contrib/intarray's definitions of the <@ and @> operators, so that they 17 years ago
Tom Lane eb3a10b05d Hmm, baiji thinks we need explicit 'extern' here. 17 years ago
Tom Lane 1d26226d95 Make an attempt at fixing our current Solaris 11 breakage: add a configure 17 years ago
Tom Lane 090173a3f9 Remove the recently added node types ReloptElem and OptionDefElem in favor 17 years ago
Tom Lane c973051ae6 A session that does not have any live snapshots does not have to be waited for 17 years ago
Tom Lane 1c2d408c01 Rewrite interval_hash() so that the hashcodes are equal for values that 17 years ago
Alvaro Herrera 1c855f01ea Disallow setting fillfactor for TOAST tables. 17 years ago
Tom Lane 591f2944de Improve obsolete comment. 17 years ago
Tom Lane 81fc5df83e Make \dt \di and friends more consistent about the treatment of 17 years ago
Tom Lane dbca713cea Minor wordsmithing on descriptions of some \d commands. 17 years ago
Tom Lane 5b02174144 Add missing help output for \ef option. Andrew Gierth 17 years ago
Tom Lane 5d7f69936e Use (unsigned char) cast in argument of pg_tolower(). Maybe it works on 17 years ago
Tom Lane 1b2bb33a54 Add a comment documenting the question of whether PrefetchBuffer should 17 years ago
Tom Lane cd331e4b84 Defend against possible crash if a plpython function does not specify names 17 years ago
Magnus Hagander aa38153d22 Make directory name comparisons on Win32 case insensitive. 17 years ago
Bruce Momjian d0b599012f Document that Solaris can't use effective_io_concurrency because of an 17 years ago
Tom Lane 85369f888e Refactor ExecProject and associated routines so that fast-path code is used 17 years ago
Bruce Momjian 0e550ff617 Revert DTrace patch from Robert Lor 17 years ago
Tom Lane 735cb9692d Minor code beautification/consolidation. 17 years ago
Bruce Momjian 3b07182e61 Give a better error message when trying to change 17 years ago
Bruce Momjian 2faa8e2ac1 Have PL/pgSQL FETCH set DIAGNOSTICS ROW_COUNT. 17 years ago
Bruce Momjian 227f817c1f Add support for additional DTrace probes. 17 years ago
Teodor Sigaev 3df4fa6968 Fix memory allocation for output of hstore type. 17 years ago
Bruce Momjian 96e218a049 Do not show information_schema in \d* commands, unless 'S' or pattern is 17 years ago
Tom Lane c26ffb1ead Fix SetClientEncoding() to maintain a cache of previously selected encoding 17 years ago
Bruce Momjian 33e7eac37c Change psql \d* display so 'S' _or_ a pattern include system objects. 17 years ago
Tom Lane 248891f017 Fix GUC's reports of assign_hook failure to always include the parameter value 17 years ago
Tom Lane 24a814f441 plpgsql's exec_simple_cast_value() mistakenly supposed that it could bypass 17 years ago
Tom Lane bfd17f94b6 Improve pg_dump's query for retrieving BLOB comments to be more efficient 17 years ago