summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2013-03-18Remove PageSetTLI and rename pd_tli to pd_checksumSimon Riggs
2013-03-18Extend object-access hook machinery to support post-alter events.Robert Haas
2013-03-18Improve signal-handler lockout mechanism in timeout.c.Tom Lane
2013-03-17Move pqsignal() to libpgport.Tom Lane
2013-03-17Add lock_timeout configuration parameter.Tom Lane
2013-03-15Improve error reporting in code that checks for buffer refcount leaks.Tom Lane
2013-03-15Extend format() to handle field width and left/right alignment.Tom Lane
2013-03-14Avoid inserting no-op Limit plan nodes.Tom Lane
2013-03-14Revert unnecessary change in MV call to checkRuleResultList().Kevin Grittner
2013-03-14Avoid inserting Result nodes that only compute identity projections.Tom Lane
2013-03-14Change the way UESCAPE is lexed, to reduce the size of the flex tables.Heikki Linnakangas
2013-03-14Add cost estimation of range @> and <@ operators.Heikki Linnakangas
2013-03-12Allow default expressions to be attached to columns of foreign tables.Tom Lane
2013-03-11Fix thinko in matview patch.Tom Lane
2013-03-10JSON generation improvements.Andrew Dunstan
2013-03-10Support writable foreign tables.Tom Lane
2013-03-10Report pg_hba line number and contents when users fail to log inMagnus Hagander
2013-03-08SP-GiST support of the range adjacent operator -|-Heikki Linnakangas
2013-03-07Fix infinite-loop risk in fixempties() stage of regex compilation.Tom Lane
2013-03-07Fix tli history file fetching, broken by the archive after crash recevery patch.Heikki Linnakangas
2013-03-07Arrange to cache FdwRoutine structs in foreign tables' relcache entries.Tom Lane
2013-03-07Code beautification for object-access hook machinery.Robert Haas
2013-03-06WAL-log the extension of a new empty MV heap which is being populated.Kevin Grittner
2013-03-05Fix to_char() to use ASCII-only case-folding rules where appropriate.Tom Lane
2013-03-04Fix overflow check in tm2timestamp (this time for sure).Tom Lane
2013-03-04Remove accidentally-committed .orig file.Kevin Grittner
2013-03-04Fix map_sql_value_to_xml_value() to treat domains like their base types.Tom Lane
2013-03-04Add a materialized view relations.Kevin Grittner
2013-03-04Get rid of any toast table when converting a table to a view.Tom Lane
2013-03-03Fix SQL function execution to be safe with long-lived FmgrInfos.Tom Lane
2013-02-27Cannot use WL_SOCKET_WRITEABLE without WL_SOCKET_READABLE.Heikki Linnakangas
2013-02-27Add support for piping COPY to/from an external program.Heikki Linnakangas
2013-02-27Add missing error check in regexp parser.Tom Lane
2013-02-24Correct tense in log messagePeter Eisentraut
2013-02-23Add quotes to messagesPeter Eisentraut
2013-02-22Fix thinko in previous commit.Heikki Linnakangas
2013-02-22If recovery.conf is created after "pg_ctl stop -m i", do crash recovery.Heikki Linnakangas
2013-02-22Move relpath() to libpgcommonAlvaro Herrera
2013-02-21Remove useless variableAlvaro Herrera
2013-02-21Add postgres_fdw contrib module.Tom Lane
2013-02-20Fix yet another typo in comment.Heikki Linnakangas
2013-02-18Split pgstat file in smaller piecesAlvaro Herrera
2013-02-18Add ALTER ROLE ALL SET commandPeter Eisentraut
2013-02-15Better fix for "unarchived WAL files get deleted on crash recovery" bug.Heikki Linnakangas
2013-02-15Force archive_status of .done for xlogs created by dearchival/replication.Simon Riggs
2013-02-15Don't delete unarchived WAL files during crash recovery.Heikki Linnakangas
2013-02-15Invent pre-commit/pre-prepare/pre-subcommit events for xact callbacks.Tom Lane
2013-02-13Fix CVE-2013-0255 properly.Tom Lane
2013-02-13Fix bogus when-to-deregister-from-listener-array logic.Tom Lane
2013-02-13Update visibility map in the second phase of vacuum.Heikki Linnakangas