summaryrefslogtreecommitdiff
path: root/src/include
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-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-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-19Create the catalog infrastructure for foreign-data-wrapper handlers.Tom Lane
2011-02-18Separate messages for standby replies and hot standby feedback.Simon Riggs
2011-02-18Add transaction-level advisory locks.Itagaki Takahiro
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-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-16Hot Standby feedback for avoidance of cleanup conflicts on standby.Simon Riggs
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 obsolete comment.Tom Lane
2011-02-15Rearrange extension-related views as per recent discussion.Tom Lane
2011-02-12Properly handle Win32 paths of 'E:abc', which can be either absolute orBruce Momjian
2011-02-12DDL support for collationsPeter Eisentraut
2011-02-12Add support for multiple versions of an extension and ALTER EXTENSION UPDATE.Tom Lane
2011-02-11Tweak find_composite_type_dependencies API a bit more.Robert Haas
2011-02-10Extend "ALTER EXTENSION ADD object" to permit "DROP object" as well.Tom Lane
2011-02-10Send status updates back from standby server to master, indicating how farHeikki Linnakangas
2011-02-10Track last time for statistics reset on databases and bgwriterMagnus Hagander
2011-02-10Fix improper matching of resjunk column names for FOR UPDATE in subselect.Tom Lane
2011-02-10Fix pg_upgrade to handle extensions.Tom Lane
2011-02-09Information schema views for collation supportPeter Eisentraut
2011-02-09Implement "ALTER EXTENSION ADD object".Tom Lane
2011-02-09Implement NOWAIT option for BASE_BACKUP commandMagnus Hagander
2011-02-08Core support for "extensions", which are packages of SQL objects.Tom Lane
2011-02-08Per-column collation supportPeter Eisentraut
2011-02-08Continue long tradition of bumping the catalog version a little late.Simon Riggs
2011-02-08Named restore points in recovery. Users can record named points, thenSimon Riggs
2011-02-08Basic Recovery Control functions for use in Hot Standby. Pause, Resume,Simon Riggs
2011-02-08UINT64_MAX isn't defined on MSVC.Heikki Linnakangas
2011-02-08Extend ALTER TABLE to allow Foreign Keys to be added without initial validation.Simon Riggs
2011-02-08Avoid having autovacuum workers wait for relation locks.Robert Haas
2011-02-07Oops, forgot to bump catversion in the Serializable Snapshot Isolation patch.Heikki Linnakangas
2011-02-07Implement genuine serializable isolation level.Heikki Linnakangas
2011-02-06Tighten ALTER FOREIGN TABLE .. SET DATA TYPE checks.Robert Haas
2011-02-04Make handling of errcodes.h more consistent with other generated headers.Robert Haas
2011-02-04Avoid maintaining three separate copies of the error codes list.Robert Haas
2011-02-03Simplify code used in is_absolute_path() macro; also add comment aboutBruce Momjian
2011-02-03Rename function to first_path_var_separator() to clarify it works withBruce Momjian
2011-02-01Add validator to PL/PythonPeter Eisentraut
2011-02-01Undefine setlocale() macro on Win32Magnus Hagander