summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2011-02-25Support data-modifying commands (INSERT/UPDATE/DELETE) in WITH.Tom Lane
2011-02-25Named restore point improvements.Robert Haas
2011-02-24More psql tab-completion for new commands.Itagaki Takahiro
2011-02-24Add tab-completion for CREATE UNLOGGED TABLE in psql,Itagaki Takahiro
2011-02-23Make the second words lowercase in psql's \d titles for unlogged tables.Itagaki Takahiro
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-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-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-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-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-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-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-17Add client_hostname field to pg_stat_activity.Robert Haas
2011-02-17Prevent possible compiler warnings.Robert Haas
2011-02-17Add some words of caution to elog.c.Robert Haas
2011-02-17Fix blatantly uninitialized variable in recent commit.Tom Lane
2011-02-17Fix bogus test for hypothetical indexes in get_actual_variable_range().Tom Lane
2011-02-16Add backwards-compatible declarations of some core GIN support functions.Tom Lane
2011-02-16Also process psqlrc when running psql -lPeter Eisentraut
2011-02-16Fix for warnings-free compilation with Python 3.2Peter Eisentraut
2011-02-16Hot Standby feedback for avoidance of cleanup conflicts on standby.Simon Riggs
2011-02-16Make a no-op ALTER EXTENSION UPDATE give just a NOTICE, not ERROR.Tom Lane
2011-02-16WAL receiver shouldn't try to send a reply when dying.Robert Haas
2011-02-16Add FOREACH IN ARRAY looping to plpgsql.Tom Lane
2011-02-16pg_ctl promoteRobert Haas
2011-02-16Export the external file reader used in COPY FROM as APIs.Itagaki Takahiro
2011-02-15Fix corner case for binary upgrade: extension functions in pg_catalog.Tom Lane
2011-02-15Add CheckTableNotInUse calls in DROP TABLE and DROP INDEX.Tom Lane
2011-02-15Fix obsolete comment.Tom Lane
2011-02-15Assorted corrections to the patch to add WAL receiver replies.Robert Haas