summaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAgeFilesLines
* Rearrange snapshot handling to make rule expansion more consistent.Tom Lane2011-02-288-214/+387
* Rename pg_stat_replication.apply_location to replay_location.Robert Haas2011-02-281-1/+1
* Refactor the executor's API to support data-modifying CTEs better.Tom Lane2011-02-2714-214/+276
* Be less detailed about reporting shared memory failure by avoiding theBruce Momjian2011-02-271-9/+8
* Increase the default for wal_sender_delay from 200ms to 1s. Now that WALHeikki Linnakangas2011-02-263-3/+3
* Fix order of shutdown processing when CTEs contain inter-references.Tom Lane2011-02-251-3/+6
* Support data-modifying commands (INSERT/UPDATE/DELETE) in WITH.Tom Lane2011-02-2526-149/+522
* Named restore point improvements.Robert Haas2011-02-241-0/+4
* Add a relkind field to RangeTblEntry to avoid some syscache lookups.Tom Lane2011-02-2216-63/+70
* Add PL/Python functions for quoting stringsPeter Eisentraut2011-02-221-3/+3
* Fix a couple of unlogged tables goofs.Robert Haas2011-02-222-0/+12
* Allow binary I/O of type "void".Tom Lane2011-02-221-0/+28
* Remove ExecRemoveJunk(), which is no longer used anywhere.Tom Lane2011-02-211-15/+3
* Fix dangling-pointer problem in before-row update trigger processing.Tom Lane2011-02-213-135/+152
* Fix pg_server_to_client, that was broken in the previous commit.Itagaki Takahiro2011-02-211-1/+1
* Add ENCODING option to COPY TO/FROM and file_fdw.Itagaki Takahiro2011-02-213-28/+82
* Add contrib/file_fdw foreign-data wrapper for reading files via COPY.Tom Lane2011-02-201-53/+85
* Implement an API to let foreign-data wrappers actually be functional.Tom Lane2011-02-2021-48/+747
* Create the catalog infrastructure for foreign-data-wrapper handlers.Tom Lane2011-02-196-58/+235
* Un-break building with BTREE_BUILD_STATS.Tom Lane2011-02-182-0/+2
* Make a hard state change from catchup to streaming mode.Simon Riggs2011-02-181-2/+21
* Separate messages for standby replies and hot standby feedback.Simon Riggs2011-02-182-73/+155
* Properly initialize variablesMagnus Hagander2011-02-181-5/+12
* Applied a patch by Zoltán Böszörményi that makes ecpg's parser accept dyn...Michael Meskes2011-02-181-1/+1
* Fix an uninitialized field in DR_copy.Itagaki Takahiro2011-02-181-0/+1
* Add transaction-level advisory locks.Itagaki Takahiro2011-02-184-39/+232
* Fix tsmatchsel() to account properly for null rows.Tom Lane2011-02-171-0/+6
* Add client_hostname field to pg_stat_activity.Robert Haas2011-02-173-7/+45
* Prevent possible compiler warnings.Robert Haas2011-02-171-0/+3
* Add some words of caution to elog.c.Robert Haas2011-02-171-0/+6
* Fix blatantly uninitialized variable in recent commit.Tom Lane2011-02-161-1/+1
* Fix bogus test for hypothetical indexes in get_actual_variable_range().Tom Lane2011-02-163-2/+5
* Add backwards-compatible declarations of some core GIN support functions.Tom Lane2011-02-162-0/+54
* Hot Standby feedback for avoidance of cleanup conflicts on standby.Simon Riggs2011-02-166-27/+193
* Make a no-op ALTER EXTENSION UPDATE give just a NOTICE, not ERROR.Tom Lane2011-02-161-5/+17
* WAL receiver shouldn't try to send a reply when dying.Robert Haas2011-02-161-7/+13
* Add FOREACH IN ARRAY looping to plpgsql.Tom Lane2011-02-161-0/+206
* pg_ctl promoteRobert Haas2011-02-152-4/+53
* Export the external file reader used in COPY FROM as APIs.Itagaki Takahiro2011-02-161-499/+725
* Add CheckTableNotInUse calls in DROP TABLE and DROP INDEX.Tom Lane2011-02-152-7/+9
* Assorted corrections to the patch to add WAL receiver replies.Robert Haas2011-02-151-6/+19
* Rename max_predicate_locks_per_transaction.Robert Haas2011-02-153-8/+8
* Avoid a few more SET DATA TYPE table rewrites.Robert Haas2011-02-141-4/+16
* Delete stray word from comment.Robert Haas2011-02-141-1/+1
* PITR can stop at a named restore point when recovery target = timeSimon Riggs2011-02-151-10/+20
* Rearrange extension-related views as per recent discussion.Tom Lane2011-02-142-22/+401
* Support replacing MODULE_PATHNAME during extension script file execution.Tom Lane2011-02-131-0/+18
* Change the naming convention for extension files to use double dashes.Tom Lane2011-02-131-26/+98
* Refactor ALTER EXTENSION UPDATE to have cleaner multi-step semantics.Tom Lane2011-02-121-139/+243
* Properly handle Win32 paths of 'E:abc', which can be either absolute orBruce Momjian2011-02-121-20/+19