]> granicus.if.org Git - postgresql/history - src
scripts: Add build prerequisite on libpgport
[postgresql] / src /
2013-02-08 Peter Eisentrautscripts: Add build prerequisite on libpgport
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-03 Peter EisentrautPL/Python: Add result object str handler
2013-02-02 Tom LaneCreate a psql command \gset to store query results...
2013-02-02 Tom LanePrevent "\g filename" from affecting subsequent command...
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 HerreraMove Assert() definitions to c.h
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-02-01 Peter EisentrautPL/Tcl: Fix compiler warnings with Tcl 8.6
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 Magnus HaganderProperly zero-pad the day-of-year part of the win32...
2013-01-31 Tom LaneDon't use spi_priv.h in plpython.
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-30 Peter Eisentrautpg_regress: Allow overriding diff options
2013-01-30 Peter Eisentrautentab: Fix some compiler warnings
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-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...
next