aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* Avoid "variable might be clobbered by longjmp" warning.Tom Lane2013-03-28
* Add sql_drop event for event triggersAlvaro Herrera2013-03-28
* Revoke bc5334d8679c428a709d150666b288171795bd76Simon Riggs2013-03-28
* Revoke 7a5a59d378e052618d6feae64d1d2b4f2ad6f9bcSimon Riggs2013-03-28
* Reset OpenSSL randomness state in each postmaster child process.Tom Lane2013-03-27
* Fix buffer pin leak in heap update redo routine.Heikki Linnakangas2013-03-27
* Set recovery_config_directory for EXEC_BACKEND.Simon Riggs2013-03-27
* Allow external recovery_config_directorySimon Riggs2013-03-27
* Fix grammatical errors in some new message strings.Tom Lane2013-03-26
* In base backup, only include our own tablespace version directory.Heikki Linnakangas2013-03-25
* Fix problems with incomplete attempt to prohibit OIDS with MVs.Kevin Grittner2013-03-22
* Suppress uninitialized-variable warning in new checksum code.Tom Lane2013-03-22
* Add new README file for pages/checksumsSimon Riggs2013-03-22
* Allow I/O reliability checks using 16-bit checksumsSimon Riggs2013-03-22
* Change commit_delay to be SUSET for 9.3+Simon Riggs2013-03-22
* Redo postgres_fdw's planner code so it can handle parameterized paths.Tom Lane2013-03-21
* Fix "element <@ range" cost estimation.Heikki Linnakangas2013-03-21
* Allow extracting machine-readable object identityAlvaro Herrera2013-03-20
* Remove PageSetTLI and rename pd_tli to pd_checksumSimon Riggs2013-03-18
* Extend object-access hook machinery to support post-alter events.Robert Haas2013-03-17
* Improve signal-handler lockout mechanism in timeout.c.Tom Lane2013-03-17
* Move pqsignal() to libpgport.Tom Lane2013-03-17
* Add lock_timeout configuration parameter.Tom Lane2013-03-16
* Improve error reporting in code that checks for buffer refcount leaks.Tom Lane2013-03-15
* Extend format() to handle field width and left/right alignment.Tom Lane2013-03-14
* Avoid inserting no-op Limit plan nodes.Tom Lane2013-03-14
* Revert unnecessary change in MV call to checkRuleResultList().Kevin Grittner2013-03-14
* Avoid inserting Result nodes that only compute identity projections.Tom Lane2013-03-14
* Change the way UESCAPE is lexed, to reduce the size of the flex tables.Heikki Linnakangas2013-03-14
* Add cost estimation of range @> and <@ operators.Heikki Linnakangas2013-03-14
* Allow default expressions to be attached to columns of foreign tables.Tom Lane2013-03-12
* Fix thinko in matview patch.Tom Lane2013-03-11
* JSON generation improvements.Andrew Dunstan2013-03-10
* Support writable foreign tables.Tom Lane2013-03-10
* Report pg_hba line number and contents when users fail to log inMagnus Hagander2013-03-10
* SP-GiST support of the range adjacent operator -|-Heikki Linnakangas2013-03-08
* Fix infinite-loop risk in fixempties() stage of regex compilation.Tom Lane2013-03-07
* Fix tli history file fetching, broken by the archive after crash recevery patch.Heikki Linnakangas2013-03-07
* Arrange to cache FdwRoutine structs in foreign tables' relcache entries.Tom Lane2013-03-06
* Code beautification for object-access hook machinery.Robert Haas2013-03-06
* WAL-log the extension of a new empty MV heap which is being populated.Kevin Grittner2013-03-06
* Fix to_char() to use ASCII-only case-folding rules where appropriate.Tom Lane2013-03-05
* Fix overflow check in tm2timestamp (this time for sure).Tom Lane2013-03-04
* Remove accidentally-committed .orig file.Kevin Grittner2013-03-04
* Fix map_sql_value_to_xml_value() to treat domains like their base types.Tom Lane2013-03-03
* Add a materialized view relations.Kevin Grittner2013-03-03
* Get rid of any toast table when converting a table to a view.Tom Lane2013-03-03
* Fix SQL function execution to be safe with long-lived FmgrInfos.Tom Lane2013-03-03
* Cannot use WL_SOCKET_WRITEABLE without WL_SOCKET_READABLE.Heikki Linnakangas2013-02-27
* Add support for piping COPY to/from an external program.Heikki Linnakangas2013-02-27