aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* Update of SQL feature conformancePeter Eisentraut2011-03-05
* Create extension infrastructure for the core procedural languages.Tom Lane2011-03-04
* Refactor seclabel.c to use the new check_object_ownership function.Robert Haas2011-03-04
* Don't allow CREATE TABLE AS to create a column with invalid collationPeter Eisentraut2011-03-04
* Allow non-superusers to create (some) extensions.Tom Lane2011-03-04
* When creating a collation, check that the locales can be loadedPeter Eisentraut2011-03-04
* You must hold a lock on the heap page when you callHeikki Linnakangas2011-03-04
* Run a portal's cleanup hook immediately when pushing it to DONE state.Tom Lane2011-03-03
* Add collations to information_schema.usage_privilegesPeter Eisentraut2011-03-02
* Change pg_last_xlog_receive_location() not to move backwards. That makesHeikki Linnakangas2011-03-01
* Fix bugs in Serializable Snapshot Isolation.Heikki Linnakangas2011-03-01
* Include the target table in EXPLAIN output for ModifyTable nodes.Tom Lane2011-03-01
* Avoid excessive Hot Standby feedback messages.Robert Haas2011-03-01
* Rearrange snapshot handling to make rule expansion more consistent.Tom Lane2011-02-28
* Rename pg_stat_replication.apply_location to replay_location.Robert Haas2011-02-28
* Refactor the executor's API to support data-modifying CTEs better.Tom Lane2011-02-27
* Be less detailed about reporting shared memory failure by avoiding theBruce Momjian2011-02-27
* Increase the default for wal_sender_delay from 200ms to 1s. Now that WALHeikki Linnakangas2011-02-26
* Fix order of shutdown processing when CTEs contain inter-references.Tom Lane2011-02-25
* Support data-modifying commands (INSERT/UPDATE/DELETE) in WITH.Tom Lane2011-02-25
* Named restore point improvements.Robert Haas2011-02-24
* Add a relkind field to RangeTblEntry to avoid some syscache lookups.Tom Lane2011-02-22
* Add PL/Python functions for quoting stringsPeter Eisentraut2011-02-22
* Fix a couple of unlogged tables goofs.Robert Haas2011-02-22
* Allow binary I/O of type "void".Tom Lane2011-02-22
* Remove ExecRemoveJunk(), which is no longer used anywhere.Tom Lane2011-02-21
* Fix dangling-pointer problem in before-row update trigger processing.Tom Lane2011-02-21
* Fix pg_server_to_client, that was broken in the previous commit.Itagaki Takahiro2011-02-21
* Add ENCODING option to COPY TO/FROM and file_fdw.Itagaki Takahiro2011-02-21
* Add contrib/file_fdw foreign-data wrapper for reading files via COPY.Tom Lane2011-02-20
* Implement an API to let foreign-data wrappers actually be functional.Tom Lane2011-02-20
* Create the catalog infrastructure for foreign-data-wrapper handlers.Tom Lane2011-02-19
* Un-break building with BTREE_BUILD_STATS.Tom Lane2011-02-18
* Make a hard state change from catchup to streaming mode.Simon Riggs2011-02-18
* Separate messages for standby replies and hot standby feedback.Simon Riggs2011-02-18
* Properly initialize variablesMagnus Hagander2011-02-18
* Applied a patch by Zoltán Böszörményi that makes ecpg's parser accept dyn...Michael Meskes2011-02-18
* Fix an uninitialized field in DR_copy.Itagaki Takahiro2011-02-18
* Add transaction-level advisory locks.Itagaki Takahiro2011-02-18
* Fix tsmatchsel() to account properly for null rows.Tom Lane2011-02-17
* Add client_hostname field to pg_stat_activity.Robert Haas2011-02-17
* Prevent possible compiler warnings.Robert Haas2011-02-17
* Add some words of caution to elog.c.Robert Haas2011-02-17
* Fix blatantly uninitialized variable in recent commit.Tom Lane2011-02-16
* Fix bogus test for hypothetical indexes in get_actual_variable_range().Tom Lane2011-02-16
* Add backwards-compatible declarations of some core GIN support functions.Tom Lane2011-02-16
* Hot Standby feedback for avoidance of cleanup conflicts on standby.Simon Riggs2011-02-16
* Make a no-op ALTER EXTENSION UPDATE give just a NOTICE, not ERROR.Tom Lane2011-02-16
* WAL receiver shouldn't try to send a reply when dying.Robert Haas2011-02-16
* Add FOREACH IN ARRAY looping to plpgsql.Tom Lane2011-02-16