summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2013-02-15Better fix for "unarchived WAL files get deleted on crash recovery" bug.Heikki Linnakangas
2013-02-15Force archive_status of .done for xlogs created by dearchival/replication.Simon Riggs
2013-02-15Don't delete unarchived WAL files during crash recovery.Heikki Linnakangas
2013-02-15Invent pre-commit/pre-prepare/pre-subcommit events for xact callbacks.Tom Lane
2013-02-13Fix CVE-2013-0255 properly.Tom Lane
2013-02-13Fix bogus when-to-deregister-from-listener-array logic.Tom Lane
2013-02-13Update visibility map in the second phase of vacuum.Heikki Linnakangas
2013-02-12Create libpgcommon, and move pg_malloc et al to itAlvaro Herrera
2013-02-12Add noreturn attributes to some error reporting functionsPeter Eisentraut
2013-02-11Support unlogged GiST index.Heikki Linnakangas
2013-02-11Fix checkpoint after fast promotion.Heikki Linnakangas
2013-02-11Include previous TLI in end-of-recovery and shutdown checkpoint records.Heikki Linnakangas
2013-02-10Further cleanup of gistsplit.c.Tom Lane
2013-02-10Remove useless picksplit-doesn't-support-secondary-split log spam.Tom Lane
2013-02-10Remove vestigial secondary-split support in gist_box_picksplit().Tom Lane
2013-02-10Document and clean up gistsplit.c.Tom Lane
2013-02-09Reduce log level of picksplit-doesn't-support-secondary-split whining.Tom Lane
2013-02-09Add support for ALTER RULE ... RENAME TO.Tom Lane
2013-02-08Simplify box_overlap computations.Tom Lane
2013-02-08Fix gist_box_same and gist_point_consistent to handle fuzziness correctly.Tom Lane
2013-02-08Fix Xmax freeze conditionsAlvaro Herrera
2013-02-08Fix another typo in a commentMagnus Hagander
2013-02-08Fix typo in commentMagnus Hagander
2013-02-08Fix performance issue in EXPLAIN (ANALYZE, TIMING OFF).Tom Lane
2013-02-07Repair bugs in GiST page splitting code for multi-column indexes.Tom Lane
2013-02-07Fix possible failure to send final transaction counts to stats collector.Tom Lane
2013-02-07Rely only on checkpoint 1 at end of recovery.Simon Riggs
2013-02-06Enable building with Microsoft Visual Studio 2012.Andrew Dunstan
2013-02-06Split out list of XLog resource managersAlvaro Herrera
2013-02-06Improve error message wordingAlvaro Herrera
2013-02-04Prevent execution of enum_recv() from SQL.Tom Lane
2013-02-04Reset vacuum_defer_cleanup_age to PGC_SIGHUP.Simon Riggs
2013-02-04Reset master xmin when hot_standby_feedback disabled.Simon Riggs
2013-02-03Perform line wrapping and indenting by default in ruleutils.c.Tom Lane
2013-02-02Mark vacuum_defer_cleanup_age as PGC_POSTMASTER.Simon Riggs
2013-02-02Adjust COPY FREEZE error message to be more accurate and consistent.Bruce Momjian
2013-02-01Fix typo in freeze_table_age implementationAlvaro Herrera
2013-02-01Fill tuple before HeapSatisfiesHOTAndKeyUpdateAlvaro Herrera
2013-02-01Add CREATE RECURSIVE VIEW syntaxPeter Eisentraut
2013-01-31Restrict infomask bits to set on multixactsAlvaro Herrera
2013-01-31Switch timelines if we crash soon after promotion.Simon Riggs
2013-01-31Reject nonzero day fields in AT TIME ZONE INTERVAL functions.Tom Lane
2013-01-31Fix plpgsql's reporting of plan-time errors in possibly-simple expressions.Tom Lane
2013-01-30Fix grammar for subscripting or field selection from a sub-SELECT result.Tom Lane
2013-01-29Provide database object names as separate fields in error messages.Tom Lane
2013-01-29Skip truncating ON COMMIT DELETE ROWS temp tables, if the transaction hasn'tHeikki Linnakangas
2013-01-29Fast promote mode skips checkpoint at end of recovery.Simon Riggs
2013-01-28REASSIGN OWNED: handle shared objects, tooAlvaro Herrera
2013-01-28DROP OWNED: don't try to drop tablespaces/databasesAlvaro Herrera
2013-01-26Make LATERAL implicit for functions in FROM.Tom Lane