summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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-27Move some pg_dump function around.Heikki Linnakangas
2013-03-27Allow external recovery_config_directorySimon Riggs
2013-03-26Fix grammatical errors in some new message strings.Tom Lane
2013-03-26Ignore invalid indexes in pg_dump.Tom Lane
2013-03-26Fix pg_dump against 9.1/9.2 servers.Heikki Linnakangas
2013-03-26Get rid of obsolete parse_version helper function.Heikki Linnakangas
2013-03-26Fix a small logic bug in adjusted parallel restore code.Andrew Dunstan
2013-03-25In base backup, only include our own tablespace version directory.Heikki Linnakangas
2013-03-25Make pg_basebackup work with pre-9.3 servers, and add server version check.Heikki Linnakangas
2013-03-25Add PF_PRINTF_ATTRIBUTE to on_exit_msg_fmt.Heikki Linnakangas
2013-03-25Add missing #include.Heikki Linnakangas
2013-03-24Fix some unportable constructs in parallel pg_dump code.Tom Lane
2013-03-24Add parallel pg_dump option.Andrew Dunstan
2013-03-23Update time zone abbreviation lists for changes missed since 2006.Tom Lane
2013-03-23Semi-automatically detect changes in timezone abbreviations.Tom Lane
2013-03-23Avoid renaming data directory during MSVC upgrade testing.Andrew Dunstan
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-20Bump up timeout delays some more in timeouts isolation test.Tom Lane
2013-03-19Use ORDER BY on matview definitions were needed for stable plans.Kevin Grittner
2013-03-18Remove PageSetTLI and rename pd_tli to pd_checksumSimon Riggs
2013-03-18Increase timeout delays in new timeouts isolation test.Tom Lane
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-17Re-include pqsignal() in libpq.Tom Lane
2013-03-17initdb needs pqsignal() even on Windows.Tom Lane
2013-03-17Fix inclusions in pg_receivexlog.c.Tom Lane
2013-03-17Move pqsignal() to libpgport.Tom Lane
2013-03-17Add lock_timeout configuration parameter.Tom Lane
2013-03-17pg_resetxlog: Capitalize placeholder in --help outputPeter Eisentraut
2013-03-17pg_controldata: Undo message spelling changePeter Eisentraut
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-14Add regression test for MV join to view.Kevin Grittner
2013-03-14Also update psqlscan.l with the UESCAPE error rule changes.Heikki Linnakangas
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