summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2009-12-01Revert due to Tom's concerns:Bruce Momjian
2009-12-01ProcessUtility_hook:Bruce Momjian
2009-11-30Avoid core dump on empty thesaurus dictionary.Tom Lane
2009-11-29Fix session-lifespan memory leak when a plperl function is redefined:Tom Lane
2009-11-29Error when a specified connection service is not found, instead of ignoring itPeter Eisentraut
2009-11-29Add some opr_sanity checks that the lengths of the various argument-infoTom Lane
2009-11-29Remove prefix "ERROR:" from some messages, to make everything consistentPeter Eisentraut
2009-11-29Make pg_stat_activity.application_name visible to all users, rather thanTom Lane
2009-11-29Add support for anonymous code blocks (DO blocks) to PL/Perl.Tom Lane
2009-11-28Add support for an application_name parameter, which is displayed inTom Lane
2009-11-28test_fsync:Bruce Momjian
2009-11-28Eliminate a lot of list-management overhead within join_search_one_levelTom Lane
2009-11-27Remove */ characters from declare cursor statements before putting them into aMichael Meskes
2009-11-27If no result is given NOTFOUND should be returned. Check for empty resultMichael Meskes
2009-11-27Added script to check if all rule re-definition in ecpg.addons are indeed usedMichael Meskes
2009-11-26Added missing files.Michael Meskes
2009-11-26Forgot to add dynamic cursors to Changelog.Michael Meskes
2009-11-26Synced addon rules after some renamings.Michael Meskes
2009-11-26Added dynamic cursor names to ecpg. Almost the whole patch was done byMichael Meskes
2009-11-25Simplify psql's new linestyle behavior to default to linestyle=ascii allTom Lane
2009-11-24Made function better readable.Michael Meskes
2009-11-23Use diff's -w switch only on Windows, to avoid problems with inconsistentTom Lane
2009-11-23Add missing library to standalone libpq build on Win32.Magnus Hagander
2009-11-23Fix an old bug in multixact and two-phase commit. Prepared transactions canHeikki Linnakangas
2009-11-22Adjust expected-results spacing per buildfarm results.Tom Lane
2009-11-22Remove -w (--ignore-all-space) option from pg_regress's diff calls.Tom Lane
2009-11-22Remove superfluous curly brace, fixing compilation with OPTIMIZER_DEBUG.Heikki Linnakangas
2009-11-22Ooops, forgot to check the libxml cases for psql output wrapping change.Tom Lane
2009-11-22Improve psql's tabular display of wrapped-around data by inserting markersTom Lane
2009-11-21Ignore UTF-8-encoded Unicode byte-order mark at the beginning of a file ifPeter Eisentraut
2009-11-21Refactor ecpg grammar so that it uses the core grammar's unreserved_keywordTom Lane
2009-11-20Add a WHEN clause to CREATE TRIGGER, allowing a boolean expression to beTom Lane
2009-11-19Typo: dump -> restorePeter Eisentraut
2009-11-19Fix memory leak in syslogger: logfile_rotate() would leak a copy of theTom Lane
2009-11-18Add a hook to CREATE/ALTER ROLE to allow an external module to check theTom Lane
2009-11-16Provide a parenthesized-options syntax for VACUUM, analogous to that recentlyTom Lane
2009-11-16While doing the final setrefs.c pass over a plan tree, try to match upTom Lane
2009-11-15Make text search parser accept underscores in XML attributes (bug #5075)Peter Eisentraut
2009-11-15Improve planning of Materialize nodes inserted atop the inner input of aTom Lane
2009-11-14Add inheritable ACE when creating a restricted token for execution onMagnus Hagander
2009-11-13Clean up a couple of bizarre code formatting choices in recent CREATE LIKE pa...Tom Lane
2009-11-13Avoid assuming that enum CreateStmtLikeOption is unsigned. Zdenek KotalaTom Lane
2009-11-13Add control knobs for plpgsql's variable resolution behavior, and make theTom Lane
2009-11-13A better fix for the "ARRAY[...]::domain" problem. The previous patch worked,Heikki Linnakangas
2009-11-13When you do "ARRAY[...]::domain", where domain is a domain over an array type,Heikki Linnakangas
2009-11-13Fix multicolumn GIN's wrong results with fastupdate enabled.Teodor Sigaev
2009-11-12The recent patch to log changes in postgresql.conf settings dumped coreTom Lane
2009-11-12Check for C/POSIX before assuming that nl_langinfo or win32_langinfoTom Lane
2009-11-12Make initdb behave sanely when the selected locale has codeset "US-ASCII".Tom Lane
2009-11-12Remove pg_parse_string_token() --- not needed anymore.Tom Lane