summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2013-08-01Allow a context to be passed in for error handlingStephen Frost
2013-07-31Fix mis-indented linesAlvaro Herrera
2013-07-31Fix regexp_matches() handling of zero-length matches.Tom Lane
2013-07-31Fix typo in comment.Fujii Masao
2013-07-30Restore REINDEX constraint validation.Noah Misch
2013-07-29Add SQL Standard WITH ORDINALITY support for UNNEST (and any other SRF)Greg Stark
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-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-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-20Clean up new JSON API typedefsPeter Eisentraut
2013-07-19Fix HeapTupleSatisfiesVacuum on aborted updater xactsAlvaro Herrera
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 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-15Check get_tle_by_resno() result before derefStephen Frost
2013-07-15Assert that syscache lookups don't happen outside transactions.Robert Haas
2013-07-14Ensure 64bit arithmetic when calculating tapeSpaceStephen 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-10Fix lack of message pluralizationPeter Eisentraut
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