summaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)Author
2011-03-10Remove collation information from TypeName, where it does not belong.Tom Lane
2011-03-09Adjust the permissions required for COMMENT ON ROLE.Tom Lane
2011-03-08Truncate predicate lock manager's SLRU lazily at checkpoint. That's saferHeikki Linnakangas
2011-03-06Catversion increment for pg_stat_replication changes for syncrepSimon Riggs
2011-03-06Add new files for syncrep missed in previous commitSimon Riggs
2011-03-06Efficient transaction-controlled synchronous replication.Simon Riggs
2011-03-05Make plpythonu language use plpython2 shared library directly.Tom Lane
2011-03-05Create extension infrastructure for the core procedural languages.Tom Lane
2011-03-04Don't allow CREATE TABLE AS to create a column with invalid collationPeter Eisentraut
2011-03-04Allow non-superusers to create (some) extensions.Tom Lane
2011-03-03Further refine patch for commenting operator implementation functions.Tom Lane
2011-03-03Run a portal's cleanup hook immediately when pushing it to DONE state.Tom Lane
2011-03-03Mark operator implementation functions as such in their comments.Tom Lane
2011-03-01Change pg_last_xlog_receive_location() not to move backwards. That makesHeikki Linnakangas
2011-03-01Fix bugs in Serializable Snapshot Isolation.Heikki Linnakangas
2011-03-01Rearrange snapshot handling to make rule expansion more consistent.Tom Lane
2011-02-28Rename pg_stat_replication.apply_location to replay_location.Robert Haas
2011-02-27Refactor the executor's API to support data-modifying CTEs better.Tom Lane
2011-02-25Support data-modifying commands (INSERT/UPDATE/DELETE) in WITH.Tom Lane
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