Commit Graph

28966 Commits (c194ff20d2fa1541d62c366bb6a9000fb0d3b983)
 

Author SHA1 Message Date
Tom Lane c194ff20d2 Assorted wordsmithing on the documentation of \pset --- try to make it 17 years ago
Tom Lane 1fe419279c Adjust expected-results spacing per buildfarm results. 17 years ago
Tom Lane ce3153fa93 Remove -w (--ignore-all-space) option from pg_regress's diff calls. 17 years ago
Heikki Linnakangas 997a6a278f Remove superfluous curly brace, fixing compilation with OPTIMIZER_DEBUG. 17 years ago
Tom Lane 1c499591f4 Ooops, forgot to check the libxml cases for psql output wrapping change. 17 years ago
Tom Lane 1753337cf5 Improve psql's tabular display of wrapped-around data by inserting markers 17 years ago
Peter Eisentraut 93d3bac564 Ignore UTF-8-encoded Unicode byte-order mark at the beginning of a file if 17 years ago
Tom Lane e6c63bf660 Refactor ecpg grammar so that it uses the core grammar's unreserved_keyword 17 years ago
Tom Lane 7fc0f06221 Add a WHEN clause to CREATE TRIGGER, allowing a boolean expression to be 17 years ago
Peter Eisentraut 201a45c4fa Typo: dump -> restore 17 years ago
Tom Lane b1d55dca91 Fix memory leak in syslogger: logfile_rotate() would leak a copy of the 17 years ago
Tom Lane c742b795dd Add a hook to CREATE/ALTER ROLE to allow an external module to check the 17 years ago
Tom Lane 5e66a51c2e Provide a parenthesized-options syntax for VACUUM, analogous to that recently 17 years ago
Tom Lane 49ed392cd8 While doing the final setrefs.c pass over a plan tree, try to match up 17 years ago
Peter Eisentraut 66363e8d6d Make text search parser accept underscores in XML attributes (bug #5075) 17 years ago
Tom Lane caf9c830d9 Improve planning of Materialize nodes inserted atop the inner input of a 17 years ago
Tom Lane 29faadcd27 Make unaccent's install/uninstall scripts look more like all the others. 17 years ago
Magnus Hagander da8d684d39 Add inheritable ACE when creating a restricted token for execution on 17 years ago
Tom Lane ef679ff6b7 Clean up a couple of bizarre code formatting choices in recent CREATE LIKE patch. 17 years ago
Tom Lane 82121aff12 Avoid assuming that enum CreateStmtLikeOption is unsigned. Zdenek Kotala 17 years ago
Tom Lane 6317609986 Add control knobs for plpgsql's variable resolution behavior, and make the 17 years ago
Heikki Linnakangas 01038d4ad7 A better fix for the "ARRAY[...]::domain" problem. The previous patch worked, 17 years ago
Heikki Linnakangas 942702a496 When you do "ARRAY[...]::domain", where domain is a domain over an array type, 17 years ago
Teodor Sigaev 5e75f6790c Fix multicolumn GIN's wrong results with fastupdate enabled. 17 years ago
Tom Lane 0894c6b838 The recent patch to log changes in postgresql.conf settings dumped core 17 years ago
Tom Lane 8539a0e00a Check for C/POSIX before assuming that nl_langinfo or win32_langinfo 17 years ago
Tom Lane 8f8a5df694 Make initdb behave sanely when the selected locale has codeset "US-ASCII". 17 years ago
Tom Lane 19d802767d Remove pg_parse_string_token() --- not needed anymore. 17 years ago
Tom Lane 2dee828cac Remove plpgsql's separate lexer (finally!), in favor of using the core lexer 17 years ago
Peter Eisentraut 60cd1f1829 In psql \du, separate the role attributes by comma instead of newline, 17 years ago
Alvaro Herrera e9984c47e9 Change "name" nonterminal in cursor-related productions to cursor_name. 17 years ago
Alvaro Herrera af054db6ef Document the previous FETCH and MOVE changes. 17 years ago
Alvaro Herrera 2ea179f361 Support optional FROM/IN in FETCH and MOVE 17 years ago
Tom Lane 90bfe99963 Do not build psql's flex module on its own, but instead include it in 17 years ago
Tom Lane 21e3edd6ca Revert the temporary patch to work around Snow Leopard readdir() bug. 17 years ago
Bruce Momjian 089f4b921c interval_abs(): 17 years ago
Alvaro Herrera e7ec022266 Fix longstanding problems in VACUUM caused by untimely interruptions 17 years ago
Bruce Momjian b538b72eeb DIAGNOSTICS/FOUND wording 17 years ago
Tom Lane 73a2f6c653 More incremental refactoring in plpgsql: get rid of gram.y dependencies on 17 years ago
Bruce Momjian 6ac697f180 PL/pgSQL FOUND 17 years ago
Tom Lane 10bcfa189b Re-refactor the core scanner's API, in order to get out from under the problem 17 years ago
Tom Lane 2ace38d226 Fix WHERE CURRENT OF to work as designed within plpgsql. The argument 17 years ago
Tom Lane 39bd3fd1db Modernize plpgsql's handling of parse locations, making it look a lot more 17 years ago
Tom Lane fb60af4127 Remove ancient text file containing plpgsql installation instructions. 17 years ago
Tom Lane f2b7692e75 Rearrange plpgsql parsing to simplify and speed it up a bit. 17 years ago
Andrew Dunstan b79f49c780 Keep track of language's trusted flag in InlineCodeBlock. Needed to support DO blocks for languages that have both trusted and untrusted variants. 17 years ago
Tom Lane 0772f1e53d Change plpgsql from using textual substitution to insert variable references 17 years ago
Tom Lane 593f4b854a Don't treat NEW and OLD as reserved words anymore. For the purposes of rules 17 years ago
Peter Eisentraut 45d7e04fce reenable -> re-enable 17 years ago
Tom Lane c29ae527e9 Remove plpgsql's RENAME declaration, which has bizarre and mostly nonfunctional 17 years ago