summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2013-10-07Fix bugs in SSI tuple locking.Heikki Linnakangas
2013-10-07Translation updatesPeter Eisentraut
2013-10-07Eliminate xmin from hash tag for predicate locks on heap tuples.Kevin Grittner
2013-09-30Fix snapshot leak if lo_open called on non-existent object.Heikki Linnakangas
2013-09-26Fix spurious warning after vacuuming a page on a table with no indexes.Heikki Linnakangas
2013-09-25Plug memory leak in range_cmp function.Heikki Linnakangas
2013-09-24Fix pgindent comment breakageAlvaro Herrera
2013-09-12Ignore interrupts during quickdie().Noah Misch
2013-09-03Don't fail for bad GUCs in CREATE FUNCTION with check_function_bodies off.Tom Lane
2013-08-24Account better for planning cost when choosing whether to use custom plans.Tom Lane
2013-08-24Don't crash when pg_xlog is empty and pg_basebackup -x is usedMagnus Hagander
2013-08-23In locate_grouping_columns(), don't expect an exact match of Var typmods.Tom Lane
2013-08-03Make sure float4in/float8in accept all standard spellings of "infinity".Tom Lane
2013-08-02Fix old visibility bug in HeapTupleSatisfiesDirtyAlvaro Herrera
2013-07-31Fix regexp_matches() handling of zero-length matches.Tom Lane
2013-07-30Restore REINDEX constraint validation.Noah Misch
2013-07-24Fix booltestsel() for case where we have NULL stats but not MCV stats.Tom Lane
2013-07-23Change post-rewriter representation of dropped columns in joinaliasvars.Tom Lane
2013-07-19Fix regex match failures for backrefs combined with non-greedy quantifiers.Tom Lane
2013-07-14Ensure 64bit arithmetic when calculating tapeSpaceStephen Frost
2013-07-08Fix planning of parameterized appendrel paths with expensive join quals.Tom Lane
2013-06-25Support clean switchover.Fujii Masao
2013-06-23Ensure no xid gaps during Hot Standby startupSimon Riggs
2013-06-14Avoid deadlocks during insertion into SP-GiST indexes.Tom Lane
2013-06-13Only install a portal's ResourceOwner if it actually has one.Tom Lane
2013-06-11Fix cache flush hazard in cache_record_field_properties().Tom Lane
2013-06-09Remove unnecessary restrictions about RowExprs in transformAExprIn().Tom Lane
2013-06-09Remove ALTER DEFAULT PRIVILEGES' requirement of schema CREATE permissions.Tom Lane
2013-06-09Remove fixed limit on the number of concurrent AllocateFile() requests.Tom Lane
2013-06-08Don't downcase non-ascii identifier chars in multi-byte encodings.Andrew Dunstan
2013-06-06Fix typo in comment.Heikki Linnakangas
2013-06-06Ensure that XLOG_HEAP2_VISIBLE always targets an initialized page.Robert Haas
2013-06-06Backport log_newpage_buffer.Robert Haas
2013-06-06Prevent pushing down WHERE clauses into unsafe UNION/INTERSECT nests.Tom Lane
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-03Allow type_func_name_keywords in some places where they weren't before.Tom Lane
2013-05-23Print line number correctly in COPY.Heikki Linnakangas
2013-05-16Fix fd.c to preserve errno where needed.Tom Lane
2013-05-13Fix handling of OID wraparound while in standalone mode.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-08Revert "Fix permission tests for views/tables proven empty by constraint excl...Tom Lane
2013-05-02Fix thinko in comment.Heikki Linnakangas
2013-05-01Fix permission tests for views/tables proven empty by constraint exclusion.Tom Lane
2013-04-30Install recycled WAL segments with current timeline ID during recovery.Heikki Linnakangas
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-25Avoid deadlock between concurrent CREATE INDEX CONCURRENTLY commands.Tom Lane