]> granicus.if.org Git - postgresql/history - src
Fast promote mode skips checkpoint at end of recovery.
[postgresql] / src /
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-28 Heikki LinnakangasHandle SPIErrors raised directly in PL/Python code.
2013-01-27 Michael MeskesMade ecpglib use translated messages.
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 LaneFix plpython's handling of functions used as triggers...
2013-01-25 Tom LaneChange plan caching to honor, not resist, changes in...
2013-01-25 Robert HaasMake it easy to time out pg_isready, and make the defau...
2013-01-25 Heikki LinnakangasAdd prosecdef to \df+ output.
2013-01-25 Heikki LinnakangasAdd some randomness to the choice of which GiST page...
2013-01-25 Magnus HaganderMake pg_dump exclude unlogged table data on hot standby...
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 Andrew DunstanUse correct output device for Windows prompts.
2013-01-24 Alvaro HerreraRedefine HEAP_XMAX_IS_LOCKED_ONLY
2013-01-24 Alvaro HerreraMake output identical to pg_resetxlog's
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 Herreraisolationtester: add a few fflush(stderr) calls
2013-01-23 Robert Haaspg_isready
2013-01-23 Alvaro HerreraImprove concurrency of foreign key locking
2013-01-23 Robert HaasUpdate comments and output for event_trigger regression...
2013-01-23 Heikki LinnakangasImplement pg_unreachable() on MSVC.
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 one-byte buffer overrun in PQprintTuples().
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-19 Tom LaneUse SET TRANSACTION READ ONLY in pg_dump, if server...
2013-01-19 Tom LaneModernize string literal syntax in tutorial example.
2013-01-19 Andrew DunstanMake pgxs build executables with the right suffix.
2013-01-18 Tom LaneProtect against SnapshotNow race conditions in pg_table...
2013-01-18 Bruce MomjianRename new latex longtable function name, for consistency
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 Bruce Momjianpsql latex fixes
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 Bruce MomjianAdd a latex-longtable output format to psql
2013-01-17 Magnus HaganderSilence compiler warnings
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-17 Magnus HaganderMake size-output fixed length in pg_basebackup verbose...
2013-01-17 Magnus HaganderTruncate filenames in the leadning end in pg_basebackup...
2013-01-17 Magnus HaganderSupport multiple -t/--table arguments for more commands
2013-01-17 Peter EisentrautGet rid of pg_dump's README
2013-01-16 Alvaro HerreraSplit out XLog reading as an independent facility
2013-01-15 Heikki LinnakangasMake \? help message more clear when not connected.
2013-01-15 Heikki LinnakangasDon't pass NULL to fprintf, if not currently connected...
2013-01-15 Alvaro HerreraRework order of checks in ALTER / SET SCHEMA
2013-01-15 Heikki LinnakangasGive a proper error message if connecting to incompatib...
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 Tom LaneAdd new timezone abbrevation "FET".
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-12 Andrew DunstanExtend and improve use of EXTRA_REGRESS_OPTS.
2013-01-11 Tom LaneRedesign the planner's handling of index-descent cost...
2013-01-09 Andrew DunstanDetect Windows perl linkage parameters in configure...
2013-01-09 Magnus HaganderProperly install ecpg_compat and pgtypes libraries...
2013-01-09 Magnus HaganderDon't attempt to write recovery.conf when -R is not...
2013-01-08 Tom LaneFix potential corruption of lock table in CREATE/DROP...
2013-01-08 Peter EisentrautFix typo
2013-01-07 Andrew DunstanFix a logic bug in pgindent.
2013-01-07 Robert HaasFix incorrect error message when schema-CREATE permissi...
2013-01-05 Magnus HaganderAdd support for generating minimal recovery.conf when...
2013-01-05 Magnus HaganderCentralize single quote escaping in src/port/quotes.c
2013-01-05 Peter EisentrautPL/Python: Make build on OS X more flexible
2013-01-05 Peter EisentrautRevert "PL/Python: Remove workaround for returning...
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...
2013-01-02 Alvaro HerreraFix IsUnderPostmaster/EXEC_BACKEND confusion
2013-01-02 Alvaro HerreraSet MaxBackends only on bootstrap and standalone modes
2013-01-02 Magnus HaganderMove tar function headers to pgtar.h
2013-01-02 Alvaro HerreraMake sure MaxBackends is always set
2013-01-02 Alvaro HerreraFix background workers for EXEC_BACKEND
2013-01-02 Heikki LinnakangasFix bug in streaming replication over multiple tli...
2013-01-02 Heikki LinnakangasFix silly typo in code, which broke the check for reach...
next