summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2013-06-06Prevent pushing down WHERE clauses into unsafe UNION/INTERSECT nests.Tom Lane
2013-06-06Update SQL features listPeter Eisentraut
2013-06-05Put analyze_keyword back in explain_option_name production.Tom Lane
2013-06-04Provide better message when CREATE EXTENSION can't find a target schema.Tom Lane
2013-06-04Fix memory leak in LogStandbySnapshot().Tom Lane
2013-06-03Put back allow_system_table_mods check in heap_create().Heikki Linnakangas
2013-06-03Additional spelling correctionsStephen Frost
2013-06-03Code review of recycling WAL segments in a restartpoint.Heikki Linnakangas
2013-06-03Allow type_func_name_keywords in some places where they weren't before.Tom Lane
2013-06-01Minor spelling fixesStephen Frost
2013-06-01Post-pgindent cleanupStephen Frost
2013-06-01Don't emit non-canonical empty arrays in array_remove().Noah Misch
2013-05-31Remove whitespace from end of linesPeter Eisentraut
2013-05-31Minor spell checkingPeter Eisentraut
2013-05-30postgresql.conf.sample: Improve whitespacePeter Eisentraut
2013-05-29pgindent run for release 9.3Bruce Momjian
2013-05-23Print line number correctly in COPY.Heikki Linnakangas
2013-05-21After fast promotion use CHECKPOINT_FORCESimon Riggs
2013-05-21Maintain ThisTimeLineID correctly in checkpointerSimon Riggs
2013-05-20Clarify documentation of EXPLAIN (TIMING OFF) option.Tom Lane
2013-05-19Init crash recovery using the latest available TLISimon Riggs
2013-05-19Emit msg correctly for timeline-crossing crashSimon Riggs
2013-05-19Remove single space on end of a line in xlog.cSimon Riggs
2013-05-16Fix crash when trying to display a NOTIFY rule action.Tom Lane
2013-05-16Fix fd.c to preserve errno where needed.Tom Lane
2013-05-15Allow CREATE FOREIGN TABLE to include SERIAL columns.Tom Lane
2013-05-13Fix handling of OID wraparound while in standalone mode.Tom Lane
2013-05-12Fix handling of strict non-set functions with NULLs in set-valued inputs.Tom Lane
2013-05-11Fix to_number() to correctly ignore thousands separator when it's '.'.Tom Lane
2013-05-10Guard against input_rows == 0 in estimate_num_groups().Tom Lane
2013-05-10Fix management of fn_extra caching during repeated GiST index scans.Tom Lane
2013-05-08Better fix for permissions tests in excluded subqueries.Tom Lane
2013-05-08Fix walsender failure at promotion.Heikki Linnakangas
2013-05-08Use the term "radix tree" instead of "suffix tree" for SP-GiST text opclass.Heikki Linnakangas
2013-05-06Move materialized views' is-populated status into their pg_class entries.Tom Lane
2013-05-06Back out some recent translation updates.Tom Lane
2013-05-06Disallow unlogged materialized views.Tom Lane
2013-05-06Revert idea of zer-padding padding session id in log_line_prefixBruce Momjian
2013-05-06Translation updatesPeter Eisentraut
2013-05-02Prevent (auto)vacuum from truncating first page of populated matview.Kevin Grittner
2013-05-01Use correct length to convert json unicode escapes.Andrew Dunstan
2013-05-01Fix permission tests for views/tables proven empty by constraint exclusion.Tom Lane
2013-04-30Record data_checksum_version in control file.Simon Riggs
2013-04-30Ensure we MarkBufferDirty before visibilitymap_set()Simon Riggs
2013-04-30Compiler optimizations for page checksum code.Simon Riggs
2013-04-29Postpone creation of pathkeys lists to fix bug #8049.Tom Lane
2013-04-29Ensure ANALYZE phase is not skipped because of canceled truncate.Kevin Grittner
2013-04-29Introduce new page checksum algorithm and module.Simon Riggs
2013-04-28Editorialize a bit on new ProcessUtility() API.Tom Lane
2013-04-28Fix unsafe event-trigger coding in ProcessUtility().Tom Lane