summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-02-23Add a relkind field to RangeTblEntry to avoid some syscache lookups.Tom Lane
2011-02-22Add PL/Python functions for quoting stringsPeter Eisentraut
2011-02-22Fix a couple of unlogged tables goofs.Robert Haas
2011-02-22Allow binary I/O of type "void".Tom Lane
2011-02-22Reword information_schema duplicate constraint warning text.Bruce Momjian
2011-02-22Remove ExecRemoveJunk(), which is no longer used anywhere.Tom Lane
2011-02-22Fix dangling-pointer problem in before-row update trigger processing.Tom Lane
2011-02-22Move information_schema duplicate constraint note to the top of theBruce Momjian
2011-02-21Update docs about new role privileges reference, per Alvaro.Bruce Momjian
2011-02-21Fix pg_server_to_client, that was broken in the previous commit.Itagaki Takahiro
2011-02-21Add ENCODING option to COPY TO/FROM and file_fdw.Itagaki Takahiro
2011-02-21Merge two documentation permission chapters into a single chapter.Bruce Momjian
2011-02-20Minor logic fix for new levenshtein implementation.Tom Lane
2011-02-20Add contrib/file_fdw foreign-data wrapper for reading files via COPY.Tom Lane
2011-02-20Implement an API to let foreign-data wrappers actually be functional.Tom Lane
2011-02-20Adjust documentation wording of window function ORDER BY to not mentionBruce Momjian
2011-02-20Documentation update for UTF16 surrogate pairs in UTF8 encoding.Bruce Momjian
2011-02-19Document that an SQL-standard-compliant query that expects a unique rowBruce Momjian
2011-02-19Invalidate PL/Python functions with composite type argument when thePeter Eisentraut
2011-02-19Initialize variable to quiet compiler.Bruce Momjian
2011-02-19Set psql client encoding from locale by defaultPeter Eisentraut
2011-02-19Create the catalog infrastructure for foreign-data-wrapper handlers.Tom Lane
2011-02-19Improve text search prefix doc addition.Bruce Momjian
2011-02-19Document that text search comparisons happen after text searchBruce Momjian
2011-02-18Un-break building with BTREE_BUILD_STATS.Tom Lane
2011-02-18Fix parallel pg_restore to handle comments on POST_DATA items correctly.Tom Lane
2011-02-18One more hack to make contrib upgrades from 9.0 match fresh 9.1 installs.Tom Lane
2011-02-18Use $INDENT instead of `which` to find the indent binaryAlvaro Herrera
2011-02-18Make a hard state change from catchup to streaming mode.Simon Riggs
2011-02-18Separate messages for standby replies and hot standby feedback.Simon Riggs
2011-02-18Properly initialize variablesMagnus Hagander
2011-02-18Applied a patch by Zoltán Böszörményi that makes ecpg's parser accept dyn...Michael Meskes
2011-02-18Fix an uninitialized field in DR_copy.Itagaki Takahiro
2011-02-18Add transaction-level advisory locks.Itagaki Takahiro
2011-02-18Convert Postgres arrays to Perl arrays on PL/perl input argumentsAlvaro Herrera
2011-02-18pgindent run on plperl.cAlvaro Herrera
2011-02-18Use $INDENT rather than indent throughout the pgindent codeAlvaro Herrera
2011-02-18Fix tsmatchsel() to account properly for null rows.Tom Lane
2011-02-17Fix upgrade of contrib/xml2 from 9.0.Tom Lane
2011-02-17Fix upgrade of contrib/intarray and contrib/unaccent from 9.0.Tom Lane
2011-02-17Fix upgrade of contrib/btree_gist from 9.0.Tom Lane
2011-02-17Add client_hostname field to pg_stat_activity.Robert Haas
2011-02-17Prevent possible compiler warnings.Robert Haas
2011-02-17Typo fixBruce Momjian
2011-02-17Fix contrib/pg_trgm to have smoother updates from 9.0.Tom Lane
2011-02-17Remove doc mention about read committed in upsert example.Bruce Momjian
2011-02-17Document that plpgsql upsert example can fail if insert triggers returnBruce Momjian
2011-02-17In documentation example, use concat_values() instead of concat()Bruce Momjian
2011-02-17Add some words of caution to elog.c.Robert Haas
2011-02-17Typo fixes.Robert Haas