summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2013-07-22Remove bgw_sighup and bgw_sigterm.Robert Haas
2013-07-22Adjust HeapTupleSatisfies* routines to take a HeapTuple.Robert Haas
2013-07-22Silence compiler warning on an unused variableAlvaro Herrera
2013-07-22Add infrastructure for mapping relfilenodes to relation OIDs.Robert Haas
2013-07-20Fix error handling in PLy_spi_execute_fetch_result().Tom Lane
2013-07-20Clean up new JSON API typedefsPeter Eisentraut
2013-07-19Fix HeapTupleSatisfiesVacuum on aborted updater xactsAlvaro Herrera
2013-07-19Initialize day of year value.Michael Meskes
2013-07-19Add checks for valid multibyte character length in UtfToLocal, LocalToUtf.Tom Lane
2013-07-19Fix regex match failures for backrefs combined with non-greedy quantifiers.Tom Lane
2013-07-18WITH CHECK OPTION support for auto-updatable VIEWsStephen Frost
2013-07-18Move checking an explicit VARIADIC "any" argument into the parser.Andrew Dunstan
2013-07-18Fix direct access to Relation->rd_indpred.Tom Lane
2013-07-17Fix a few problems in barrier.h.Tom Lane
2013-07-17Fix variable names mentioned in comment to match the code.Heikki Linnakangas
2013-07-17Fix assert failure at end of recovery, broken by XLogInsert scaling patch.Heikki Linnakangas
2013-07-17Fix end-of-loop optimization in pglz_find_match() function.Heikki Linnakangas
2013-07-17Fix systable_recheck_tuple() for MVCC scan snapshots.Noah Misch
2013-07-17Implement the FILTER clause for aggregate function calls.Noah Misch
2013-07-17Comment on why planagg.c punts "MIN(x ORDER BY y)".Noah Misch
2013-07-16Add support for REFRESH MATERIALIZED VIEW CONCURRENTLY.Kevin Grittner
2013-07-16Allow background workers to be started dynamically.Robert Haas
2013-07-16Fix PQconninfoParse error message handlingPeter Eisentraut
2013-07-15Check get_tle_by_resno() result before derefStephen Frost
2013-07-15Tab completion for \lo_importRobert Haas
2013-07-15Assert that syscache lookups don't happen outside transactions.Robert Haas
2013-07-15Regression tests for LOCK TABLE.Robert Haas
2013-07-15Correct off-by-one when reading from pipeStephen Frost
2013-07-15Check version before allocating PQExpBufferStephen Frost
2013-07-14Fix resource leak in initdb -X optionStephen Frost
2013-07-14Be sure to close() file descriptor on error caseStephen Frost
2013-07-14Ensure 64bit arithmetic when calculating tapeSpaceStephen Frost
2013-07-14pg_isready: Message improvementPeter Eisentraut
2013-07-14pg_receivexlog - Exit on failure to parseStephen Frost
2013-07-14During parallel pg_dump, free commands from masterStephen Frost
2013-07-13Add session_preload_libraries configuration parameterPeter Eisentraut
2013-07-12Switch user ID to the object owner when populating a materialized view.Noah Misch
2013-07-12Make comments reflect that omission of SPI_gettypmod() is intentional.Noah Misch
2013-07-12pg_dump: Formatting cleanup of new messagesPeter Eisentraut
2013-07-10Fix lack of message pluralizationPeter Eisentraut
2013-07-09Fix memory barrier support on icc on ia64, 2nd attempt.Heikki Linnakangas
2013-07-09Add #include needed for _mm_mfence() intrinsic on ia64.Heikki Linnakangas
2013-07-09Fix bool abusePeter Eisentraut
2013-07-08Fix Windows build.Heikki Linnakangas
2013-07-08Improve scalability of WAL insertions.Heikki Linnakangas
2013-07-08Fix planning of parameterized appendrel paths with expensive join quals.Tom Lane
2013-07-07pg_isready: Make --help output more consistent with other utilitiesPeter Eisentraut
2013-07-07pg_resetxlog: Make --help consistent with man pagePeter Eisentraut
2013-07-07Fix include-guardMagnus Hagander
2013-07-07PL/Python: Make regression tests pass with older Python versionsPeter Eisentraut