summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2013-07-28Message style improvementsPeter Eisentraut
2013-07-25Prevent leakage of SPI tuple tables during subtransaction abort.Tom Lane
2013-07-25Change currtid functions to use an MVCC snapshot, not SnapshotNow.Robert Haas
2013-07-25Don't use SnapshotNow in get_actual_variable_range.Robert Haas
2013-07-25Improvements to GetErrorContextStack()Stephen Frost
2013-07-24Add GET DIAGNOSTICS ... PG_CONTEXT in PL/PgSQLStephen Frost
2013-07-24Improve ilist.h's support for deletion of slist elements during iteration.Tom Lane
2013-07-24Fix booltestsel() for case where we have NULL stats but not MCV stats.Tom Lane
2013-07-23Move strip_implicit_coercions() from optimizer to nodeFuncs.c.Tom Lane
2013-07-23Further hacking on ruleutils' new column-alias-assignment code.Tom Lane
2013-07-23Check for NULL result from strdupAlvaro Herrera
2013-07-23Change post-rewriter representation of dropped columns in joinaliasvars.Tom Lane
2013-07-23Tweak FOR UPDATE/SHARE error message wording (again)Alvaro Herrera
2013-07-23Use InvalidSnapshot, now SnapshotNow, as the default snapshot.Robert Haas
2013-07-23Additional regression tests for ALTER OPERATOR FAMILY.Robert Haas
2013-07-23ecpg: Move function prototype into header filePeter Eisentraut
2013-07-22Fix cache flush hazard in ExecRefreshMatView.Robert Haas
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