summaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAgeFilesLines
* Move pqsignal() to libpgport.Tom Lane2013-03-177-74/+9
* Add lock_timeout configuration parameter.Tom Lane2013-03-168-107/+314
* Improve error reporting in code that checks for buffer refcount leaks.Tom Lane2013-03-152-9/+37
* Extend format() to handle field width and left/right alignment.Tom Lane2013-03-141-80/+315
* Avoid inserting no-op Limit plan nodes.Tom Lane2013-03-141-1/+56
* Revert unnecessary change in MV call to checkRuleResultList().Kevin Grittner2013-03-141-2/+1
* Avoid inserting Result nodes that only compute identity projections.Tom Lane2013-03-143-9/+53
* Change the way UESCAPE is lexed, to reduce the size of the flex tables.Heikki Linnakangas2013-03-141-19/+62
* Add cost estimation of range @> and <@ operators.Heikki Linnakangas2013-03-142-9/+657
* Allow default expressions to be attached to columns of foreign tables.Tom Lane2013-03-123-47/+62
* Fix thinko in matview patch.Tom Lane2013-03-111-9/+9
* JSON generation improvements.Andrew Dunstan2013-03-101-20/+297
* Support writable foreign tables.Tom Lane2013-03-1012-58/+302
* Report pg_hba line number and contents when users fail to log inMagnus Hagander2013-03-102-48/+80
* SP-GiST support of the range adjacent operator -|-Heikki Linnakangas2013-03-082-57/+199
* Fix infinite-loop risk in fixempties() stage of regex compilation.Tom Lane2013-03-072-73/+253
* Fix tli history file fetching, broken by the archive after crash recevery patch.Heikki Linnakangas2013-03-072-10/+4
* Arrange to cache FdwRoutine structs in foreign tables' relcache entries.Tom Lane2013-03-066-6/+60
* Code beautification for object-access hook machinery.Robert Haas2013-03-0628-116/+103
* WAL-log the extension of a new empty MV heap which is being populated.Kevin Grittner2013-03-061-1/+7
* Fix to_char() to use ASCII-only case-folding rules where appropriate.Tom Lane2013-03-051-54/+116
* Fix overflow check in tm2timestamp (this time for sure).Tom Lane2013-03-041-2/+3
* Remove accidentally-committed .orig file.Kevin Grittner2013-03-041-945/+0
* Fix map_sql_value_to_xml_value() to treat domains like their base types.Tom Lane2013-03-031-0/+6
* Add a materialized view relations.Kevin Grittner2013-03-0348-210/+2206
* Get rid of any toast table when converting a table to a view.Tom Lane2013-03-032-19/+90
* Fix SQL function execution to be safe with long-lived FmgrInfos.Tom Lane2013-03-032-12/+97
* Cannot use WL_SOCKET_WRITEABLE without WL_SOCKET_READABLE.Heikki Linnakangas2013-02-271-10/+16
* Add support for piping COPY to/from an external program.Heikki Linnakangas2013-02-275-74/+279
* Add missing error check in regexp parser.Tom Lane2013-02-271-0/+2
* Correct tense in log messagePeter Eisentraut2013-02-231-1/+1
* Add quotes to messagesPeter Eisentraut2013-02-221-3/+3
* Fix thinko in previous commit.Heikki Linnakangas2013-02-221-0/+9
* If recovery.conf is created after "pg_ctl stop -m i", do crash recovery.Heikki Linnakangas2013-02-221-78/+179
* Move relpath() to libpgcommonAlvaro Herrera2013-02-2114-142/+18
* Remove useless variableAlvaro Herrera2013-02-211-4/+7
* Add postgres_fdw contrib module.Tom Lane2013-02-211-2/+6
* Fix yet another typo in comment.Heikki Linnakangas2013-02-201-1/+1
* Split pgstat file in smaller piecesAlvaro Herrera2013-02-182-237/+587
* Add ALTER ROLE ALL SET commandPeter Eisentraut2013-02-174-33/+67
* Better fix for "unarchived WAL files get deleted on crash recovery" bug.Heikki Linnakangas2013-02-151-29/+1
* Force archive_status of .done for xlogs created by dearchival/replication.Simon Riggs2013-02-152-1/+78
* Don't delete unarchived WAL files during crash recovery.Heikki Linnakangas2013-02-151-1/+29
* Invent pre-commit/pre-prepare/pre-subcommit events for xact callbacks.Tom Lane2013-02-141-1/+9
* Fix CVE-2013-0255 properly.Tom Lane2013-02-131-5/+0
* Fix bogus when-to-deregister-from-listener-array logic.Tom Lane2013-02-131-38/+22
* Update visibility map in the second phase of vacuum.Heikki Linnakangas2013-02-131-4/+129
* Create libpgcommon, and move pg_malloc et al to itAlvaro Herrera2013-02-122-47/+42
* Add noreturn attributes to some error reporting functionsPeter Eisentraut2013-02-121-1/+1
* Support unlogged GiST index.Heikki Linnakangas2013-02-116-27/+111