summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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
2013-03-14Add cost estimation of range @> and <@ operators.Heikki Linnakangas
2013-03-14Add regression tests for XML mapping of domainsPeter Eisentraut
2013-03-14Fix bug in dumping prior releases due to MV REFRESH dependency checking.Kevin Grittner
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-10pg_ctl: Adjust nls.mk for split out of wait_error.cPeter Eisentraut
2013-03-10pg_basebackup: Add missing newlines to several error messagesPeter Eisentraut
2013-03-10Support writable foreign tables.Tom Lane
2013-03-10Report pg_hba line number and contents when users fail to log inMagnus Hagander