]> granicus.if.org Git - postgresql/shortlog
postgresql
2013-02-08 Alvaro HerreraClean up c.h / postgres.h after Assert() move
2013-02-08 Alvaro HerreraFix Xmax freeze conditions
2013-02-08 Tom Lanedoc: Fix mistakes in the most recent set of release...
2013-02-08 Magnus HaganderFix another typo in a comment
2013-02-08 Peter EisentrautExclude access/rmgrlist.h from cpluspluscheck
2013-02-08 Peter Eisentrautscripts: Add build prerequisite on libpgport
2013-02-08 Magnus HaganderFix typo in comment
2013-02-08 Peter Eisentrautdoc: Rewrite how to get the source code
2013-02-08 Tom LaneFix performance issue in EXPLAIN (ANALYZE, TIMING OFF).
2013-02-08 Tom LaneMake contrib/btree_gist's GiST penalty function a bit...
2013-02-07 Tom LaneFix erroneous range-union logic for varlena types in...
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 Tom LaneUpdate release notes for 9.2.3, 9.1.8, 9.0.12, 8.4...
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-02 Peter Eisentrautdoc: Tiny whitespace fix
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 Alvaro Herrerapgrowlocks: fix bogus lock strength output
2013-01-31 Bruce Momjianpg_upgrade docs: mention modification of postgresql...
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 Tatsuo IshiiAdd --aggregate-interval option.
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 LinnakangasAllow pgbench to use a scale larger than 21474.
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-26 Bruce Momjiandoc: revert 80c20fcf3df17309b3c131962045825f42e45bc7 and
2013-01-25 Tom LaneFix plpython's handling of functions used as triggers...
2013-01-25 Bruce Momjiandoc: mention commit_delay is only honored if fsync...
2013-01-25 Tom LaneChange plan caching to honor, not resist, changes in...
2013-01-25 Bruce Momjiandoc: merge ecpg username/password example into C comment
2013-01-25 Bruce Momjiandoc: adjust search_path secondary index mention
2013-01-25 Bruce Momjiandoc: split search_path index entries into separate...
2013-01-25 Robert HaasMake it easy to time out pg_isready, and make the defau...
2013-01-25 Bruce Momjiandocs: In ecpg, clarify how username/password colon...
2013-01-25 Heikki LinnakangasAdd prosecdef to \df+ output.
2013-01-25 Bruce Momjiandoc: improve wording of "foreign data server" in file...
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-25 Bruce Momjiandoc: add mention of ssi read anomolies to mvcc docs
2013-01-25 Bruce Momjiandoc: correct sepgsql doc about permission checking...
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 Bruce Momjianpg_upgrade: detect stale postmaster.pid lock files
2013-01-24 Alvaro HerreraRedefine HEAP_XMAX_IS_LOCKED_ONLY
2013-01-24 Alvaro HerreraUse the catversion to distinguish old/new clusters
2013-01-24 Alvaro HerreraDon't require oldestMultixact if server doesn't have it
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 Bruce Momjianpg_upgrade: report failed cluster name
2013-01-24 Heikki LinnakangasAlso fix rotation of csvlog on Windows.
2013-01-24 Simon RiggsDocs shouldn't say HOT Standby.
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 HaasClarify that connection parameters aren't totally meani...
2013-01-23 Robert Haaspg_isready
2013-01-23 Alvaro HerreraImprove concurrency of foreign key locking
2013-01-23 Robert HaasFurther documentation tweaks for event triggers.
2013-01-23 Robert HaasUpdate comments and output for event_trigger regression...
2013-01-23 Heikki LinnakangasImplement pg_unreachable() on MSVC.
2013-01-23 Andrew DunstanGitignore vcxproj files.
2013-01-23 Heikki LinnakangasFix more issues with cascading replication and timeline...
2013-01-23 Bruce Momjianpg_upgrade: remove --single-transaction usage
2013-01-23 Peter Eisentrautdoc: Fix declared number of columns in table
2013-01-23 Robert HaasFix a few small bugs in yesterday's event trigger patch.
2013-01-22 Robert HaasFix CREATE EVENT TRIGGER syntax synopsis in documentation.
2013-01-22 Robert HaasTypo fixes.
next