]> granicus.if.org Git - postgresql/history - src/backend
Warn about initdb using mount-points
[postgresql] / src / backend /
2013-02-15 Heikki LinnakangasBetter fix for "unarchived WAL files get deleted on...
2013-02-15 Simon RiggsForce archive_status of .done for xlogs created by...
2013-02-15 Heikki LinnakangasDon't delete unarchived WAL files during crash recovery.
2013-02-15 Tom LaneInvent pre-commit/pre-prepare/pre-subcommit events...
2013-02-13 Tom LaneFix CVE-2013-0255 properly.
2013-02-13 Tom LaneFix bogus when-to-deregister-from-listener-array logic.
2013-02-13 Heikki LinnakangasUpdate visibility map in the second phase of vacuum.
2013-02-12 Alvaro HerreraCreate libpgcommon, and move pg_malloc et al to it
2013-02-12 Peter EisentrautAdd noreturn attributes to some error reporting functions
2013-02-11 Heikki LinnakangasSupport unlogged GiST index.
2013-02-11 Heikki LinnakangasFix checkpoint after fast promotion.
2013-02-11 Heikki LinnakangasInclude previous TLI in end-of-recovery and shutdown...
2013-02-10 Tom LaneFurther cleanup of gistsplit.c.
2013-02-10 Tom LaneRemove useless picksplit-doesn't-support-secondary...
2013-02-10 Tom LaneRemove vestigial secondary-split support in gist_box_pi...
2013-02-10 Tom LaneDocument and clean up gistsplit.c.
2013-02-09 Tom LaneReduce log level of picksplit-doesn't-support-secondary...
2013-02-09 Tom LaneAdd support for ALTER RULE ... RENAME TO.
2013-02-08 Tom LaneSimplify box_overlap computations.
2013-02-08 Tom LaneFix gist_box_same and gist_point_consistent to handle...
2013-02-08 Alvaro HerreraFix Xmax freeze conditions
2013-02-08 Magnus HaganderFix another typo in a comment
2013-02-08 Magnus HaganderFix typo in comment
2013-02-08 Tom LaneFix performance issue in EXPLAIN (ANALYZE, TIMING OFF).
2013-02-07 Tom LaneRepair bugs in GiST page splitting code for multi-colum...
2013-02-07 Tom LaneFix possible failure to send final transaction counts...
2013-02-07 Simon RiggsRely only on checkpoint 1 at end of recovery.
2013-02-06 Andrew DunstanEnable building with Microsoft Visual Studio 2012.
2013-02-06 Alvaro HerreraSplit out list of XLog resource managers
2013-02-06 Alvaro HerreraImprove error message wording
2013-02-04 Tom LanePrevent execution of enum_recv() from SQL.
2013-02-04 Simon RiggsReset vacuum_defer_cleanup_age to PGC_SIGHUP.
2013-02-04 Simon RiggsReset master xmin when hot_standby_feedback disabled.
2013-02-03 Tom LanePerform line wrapping and indenting by default in ruleu...
2013-02-02 Simon RiggsMark vacuum_defer_cleanup_age as PGC_POSTMASTER.
2013-02-02 Bruce MomjianAdjust COPY FREEZE error message to be more accurate...
2013-02-01 Alvaro HerreraFix typo in freeze_table_age implementation
2013-02-01 Alvaro HerreraFill tuple before HeapSatisfiesHOTAndKeyUpdate
2013-02-01 Peter EisentrautAdd CREATE RECURSIVE VIEW syntax
2013-01-31 Alvaro HerreraRestrict infomask bits to set on multixacts
2013-01-31 Simon RiggsSwitch timelines if we crash soon after promotion.
2013-01-31 Tom LaneReject nonzero day fields in AT TIME ZONE INTERVAL...
2013-01-31 Tom LaneFix plpgsql's reporting of plan-time errors in possibly...
2013-01-30 Tom LaneFix grammar for subscripting or field selection from...
2013-01-29 Tom LaneProvide database object names as separate fields in...
2013-01-29 Heikki LinnakangasSkip truncating ON COMMIT DELETE ROWS temp tables,...
2013-01-29 Simon RiggsFast promote mode skips checkpoint at end of recovery.
2013-01-28 Alvaro HerreraREASSIGN OWNED: handle shared objects, too
2013-01-28 Alvaro HerreraDROP OWNED: don't try to drop tablespaces/databases
2013-01-26 Tom LaneMake LATERAL implicit for functions in FROM.
2013-01-26 Bruce MomjianUpdate comments in new DROP IF EXISTS code; commit...
2013-01-26 Bruce MomjianUpdate LookupExplicitNamespace() comments; commit...
2013-01-26 Bruce MomjianIssue ERROR if FREEZE mode can't be honored by COPY
2013-01-26 Bruce MomjianAllow CREATE TABLE IF EXIST so succeed if the schema...
2013-01-25 Tom LaneChange plan caching to honor, not resist, changes in...
2013-01-25 Heikki LinnakangasAdd some randomness to the choice of which GiST page...
2013-01-25 Tom LaneFix concat() and format() to handle VARIADIC-labeled...
2013-01-24 Tom LaneFix SPI documentation for new handling of ExecutorRun...
2013-01-24 Simon RiggsFix rare missing cancellations in Hot Standby.
2013-01-24 Heikki LinnakangasAlso fix rotation of csvlog on Windows.
2013-01-24 Tom LaneFix failure to rotate postmaster log file for size...
2013-01-23 Alvaro HerreraImprove concurrency of foreign key locking
2013-01-23 Heikki LinnakangasFix more issues with cascading replication and timeline...
2013-01-23 Robert HaasFix a few small bugs in yesterday's event trigger patch.
2013-01-22 Tom LaneAdd infrastructure for storing a VARIADIC ANY function...
2013-01-21 Robert HaasAdd ddl_command_end support for event triggers.
2013-01-21 Alvaro HerreraRefactor ALTER some-obj RENAME implementation
2013-01-21 Tom LaneFix error-checking typo in check_TSCurrentConfig().
2013-01-20 Tom LaneFix an O(N^2) performance issue for sessions modifying...
2013-01-18 Tom LaneProtect against SnapshotNow race conditions in pg_table...
2013-01-18 Robert HaasUnbreak lock conflict detection for Hot Standby.
2013-01-18 Alvaro HerreraFix off-by-one bug in xlog reading logic
2013-01-18 Heikki LinnakangasNow that START_REPLICATION returns the next timeline...
2013-01-18 Heikki LinnakangasUse the right timeline when beginning to stream from...
2013-01-17 Heikki LinnakangasWhen xlogreader asks the callback function to read...
2013-01-17 Heikki LinnakangasI added a result set to START_STREAMING command, but...
2013-01-17 Alvaro HerreraAccelerate end-of-transaction dropping of relations
2013-01-17 Heikki LinnakangasMake pg_receivexlog and pg_basebackup -X stream work...
2013-01-17 Tom LaneImprove memory space management in tuplesort and tuples...
2013-01-17 Heikki LinnakangasFix a couple of error-handling bugs in the xlogreader...
2013-01-17 Heikki LinnakangasMake GiST indexes on-disk compatible with 9.2 again.
2013-01-17 Magnus HaganderBase the default SSL ciphers on DEFAULT instead of ALL
2013-01-16 Alvaro HerreraSplit out XLog reading as an independent facility
2013-01-15 Alvaro HerreraRework order of checks in ALTER / SET SCHEMA
2013-01-15 Tom LaneFix hash_update_hash_key() to handle same-bucket case...
2013-01-14 Heikki LinnakangasReturn value of lseek() can be negative on failure.
2013-01-14 Tom LaneFix obsolete SQL syntax in comment.
2013-01-14 Tom LaneReject out-of-range dates in to_date().
2013-01-14 Alvaro HerreraRemove spurious space
2013-01-14 Tom LanePrevent very-low-probability PANIC during PREPARE TRANS...
2013-01-14 Peter EisentrautMake spelling more uniform
2013-01-13 Tom LaneUpdate comments for elog_start().
2013-01-13 Tom LaneImprove handling of ereport(ERROR) and elog(ERROR).
2013-01-11 Tom LaneRedesign the planner's handling of index-descent cost...
2013-01-08 Tom LaneFix potential corruption of lock table in CREATE/DROP...
2013-01-07 Robert HaasFix incorrect error message when schema-CREATE permissi...
2013-01-05 Peter EisentrautMake some spelling more consistent
2013-01-04 Tom LaneInvent a "one-shot" variant of CachedPlans for better...
2013-01-03 Heikki LinnakangasTolerate timeline switches while "pg_basebackup -X...
2013-01-03 Heikki LinnakangasDelay reading timeline history file until it's fetched...
next