Commit Graph

28985 Commits (cb98f615383ccf2f9f339b4e812b23e840b12d9f)
 

Author SHA1 Message Date
Bruce Momjian cb98f61538 fsync test tools 16 years ago
Bruce Momjian 017c47bf51 test_fsync: 16 years ago
Tom Lane 1a95f12702 Eliminate a lot of list-management overhead within join_search_one_level 16 years ago
Bruce Momjian fe83b975b2 Document ath vacuumdb --analyze does analyze _also_, not in place of 16 years ago
Michael Meskes bb28e83636 Remove */ characters from declare cursor statements before putting them into a 16 years ago
Michael Meskes d7d5c6857b If no result is given NOTFOUND should be returned. Check for empty result 16 years ago
Michael Meskes 81a82a13b2 Added script to check if all rule re-definition in ecpg.addons are indeed used 16 years ago
Tom Lane f0edaecd48 Fix missing end tag, per Jeff Davis. 16 years ago
Michael Meskes 280744d461 Added missing files. 16 years ago
Michael Meskes c48d48d41f Forgot to add dynamic cursors to Changelog. 16 years ago
Michael Meskes fb9d62805d Synced addon rules after some renamings. 16 years ago
Michael Meskes a160c421a5 Added dynamic cursor names to ecpg. Almost the whole patch was done by 16 years ago
Tom Lane da29cc8022 Simplify psql's new linestyle behavior to default to linestyle=ascii all 16 years ago
Peter Eisentraut f6a79c5901 Fix syntax in extract() examples 16 years ago
Michael Meskes 14cc1ed7ed Made function better readable. 16 years ago
Peter Eisentraut 6e3117c3c9 Add PG_MODULE_MAGIC and some missing include files to examples 16 years ago
Tom Lane 8d97c1dcfa Use diff's -w switch only on Windows, to avoid problems with inconsistent 16 years ago
Magnus Hagander fe4b8c42ad Add missing library to standalone libpq build on Win32. 16 years ago
Heikki Linnakangas cd87b6f8a5 Fix an old bug in multixact and two-phase commit. Prepared transactions can 16 years ago
Tom Lane c194ff20d2 Assorted wordsmithing on the documentation of \pset --- try to make it 16 years ago
Tom Lane 1fe419279c Adjust expected-results spacing per buildfarm results. 16 years ago
Tom Lane ce3153fa93 Remove -w (--ignore-all-space) option from pg_regress's diff calls. 16 years ago
Heikki Linnakangas 997a6a278f Remove superfluous curly brace, fixing compilation with OPTIMIZER_DEBUG. 16 years ago
Tom Lane 1c499591f4 Ooops, forgot to check the libxml cases for psql output wrapping change. 16 years ago
Tom Lane 1753337cf5 Improve psql's tabular display of wrapped-around data by inserting markers 16 years ago
Peter Eisentraut 93d3bac564 Ignore UTF-8-encoded Unicode byte-order mark at the beginning of a file if 16 years ago
Tom Lane e6c63bf660 Refactor ecpg grammar so that it uses the core grammar's unreserved_keyword 16 years ago
Tom Lane 7fc0f06221 Add a WHEN clause to CREATE TRIGGER, allowing a boolean expression to be 16 years ago
Peter Eisentraut 201a45c4fa Typo: dump -> restore 16 years ago
Tom Lane b1d55dca91 Fix memory leak in syslogger: logfile_rotate() would leak a copy of the 16 years ago
Tom Lane c742b795dd Add a hook to CREATE/ALTER ROLE to allow an external module to check the 16 years ago
Tom Lane 5e66a51c2e Provide a parenthesized-options syntax for VACUUM, analogous to that recently 16 years ago
Tom Lane 49ed392cd8 While doing the final setrefs.c pass over a plan tree, try to match up 16 years ago
Peter Eisentraut 66363e8d6d Make text search parser accept underscores in XML attributes (bug #5075) 16 years ago
Tom Lane caf9c830d9 Improve planning of Materialize nodes inserted atop the inner input of a 16 years ago
Tom Lane 29faadcd27 Make unaccent's install/uninstall scripts look more like all the others. 16 years ago
Magnus Hagander da8d684d39 Add inheritable ACE when creating a restricted token for execution on 16 years ago
Tom Lane ef679ff6b7 Clean up a couple of bizarre code formatting choices in recent CREATE LIKE patch. 16 years ago
Tom Lane 82121aff12 Avoid assuming that enum CreateStmtLikeOption is unsigned. Zdenek Kotala 16 years ago
Tom Lane 6317609986 Add control knobs for plpgsql's variable resolution behavior, and make the 16 years ago
Heikki Linnakangas 01038d4ad7 A better fix for the "ARRAY[...]::domain" problem. The previous patch worked, 16 years ago
Heikki Linnakangas 942702a496 When you do "ARRAY[...]::domain", where domain is a domain over an array type, 16 years ago
Teodor Sigaev 5e75f6790c Fix multicolumn GIN's wrong results with fastupdate enabled. 16 years ago
Tom Lane 0894c6b838 The recent patch to log changes in postgresql.conf settings dumped core 16 years ago
Tom Lane 8539a0e00a Check for C/POSIX before assuming that nl_langinfo or win32_langinfo 16 years ago
Tom Lane 8f8a5df694 Make initdb behave sanely when the selected locale has codeset "US-ASCII". 16 years ago
Tom Lane 19d802767d Remove pg_parse_string_token() --- not needed anymore. 16 years ago
Tom Lane 2dee828cac Remove plpgsql's separate lexer (finally!), in favor of using the core lexer 16 years ago
Peter Eisentraut 60cd1f1829 In psql \du, separate the role attributes by comma instead of newline, 16 years ago
Alvaro Herrera e9984c47e9 Change "name" nonterminal in cursor-related productions to cursor_name. 16 years ago