summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2013-04-04Calculate # of semaphores correctly with --disable-spinlocks.Heikki Linnakangas
2013-04-03Avoid updating our PgBackendStatus entry when track_activities is off.Tom Lane
2013-04-01Fix insecure parsing of server command-line switches.Tom Lane
2013-04-01Make REPLICATION privilege checks test current user not authenticated user.Tom Lane
2013-03-31Ignore extra subquery outputs in set_subquery_size_estimates().Tom Lane
2013-03-30Improve code documentation about "magnetic disk" storage manager.Tom Lane
2013-03-29Add new JSON processing functions and parser API.Andrew Dunstan
2013-03-28Avoid "variable might be clobbered by longjmp" warning.Tom Lane
2013-03-28Add sql_drop event for event triggersAlvaro Herrera
2013-03-28Revoke bc5334d8679c428a709d150666b288171795bd76Simon Riggs
2013-03-28Revoke 7a5a59d378e052618d6feae64d1d2b4f2ad6f9bcSimon Riggs
2013-03-27Reset OpenSSL randomness state in each postmaster child process.Tom Lane
2013-03-27Fix buffer pin leak in heap update redo routine.Heikki Linnakangas
2013-03-27Set recovery_config_directory for EXEC_BACKEND.Simon Riggs
2013-03-27Allow external recovery_config_directorySimon Riggs
2013-03-26Fix grammatical errors in some new message strings.Tom Lane
2013-03-25In base backup, only include our own tablespace version directory.Heikki Linnakangas
2013-03-22Fix problems with incomplete attempt to prohibit OIDS with MVs.Kevin Grittner
2013-03-22Suppress uninitialized-variable warning in new checksum code.Tom Lane
2013-03-22Add new README file for pages/checksumsSimon Riggs
2013-03-22Allow I/O reliability checks using 16-bit checksumsSimon Riggs
2013-03-22Change commit_delay to be SUSET for 9.3+Simon Riggs
2013-03-21Redo postgres_fdw's planner code so it can handle parameterized paths.Tom Lane
2013-03-21Fix "element <@ range" cost estimation.Heikki Linnakangas
2013-03-20Allow extracting machine-readable object identityAlvaro Herrera
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