]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2014-01-09  Heikki LinnakangasRefactor checking whether we've reached the recovery...
2014-01-09  Peter Eisentrautpgcrypto: Make header files stand alone
2014-01-09  Tom LaneWe don't need to include pg_sema.h in s_lock.h anymore.
2014-01-09  Tom LaneFix "cannot accept a set" error when only some arms...
2014-01-08  Robert HaasReduce the number of semaphores used under --disable...
2014-01-08  Heikki LinnakangasFix pause_at_recovery_target + recovery_target_inclusiv...
2014-01-08  Heikki LinnakangasIf multiple recovery_targets are specified, use the...
2014-01-08  Tom LaneAvoid extra AggCheckCallContext() checks in ordered...
2014-01-08  Tom LaneSave a few cycles in advance_transition_function().
2014-01-08  Heikki LinnakangasFix bug in determining when recovery has reached consis...
2014-01-08  Peter Eisentrautpg_upgrade: Fix fatal error handling
2014-01-07  Bruce MomjianUpdate copyright for 2014
2014-01-07  Tom LaneFix LATERAL references to target table of UPDATE/DELETE.
2014-01-07  Heikki LinnakangasSilence compiler warning on MSVC.
2014-01-07  Magnus HaganderMove permissions check from do_pg_start_backup to pg_st...
2014-01-07  Magnus HaganderAvoid including tablespaces inside PGDATA twice in...
2014-01-07  Peter EisentrautAdd more use of psprintf()
2014-01-06  Heikki LinnakangasRemove bogus -K option from pg_dump.
2014-01-05  Tom LaneCache catalog lookup data across groups in ordered...
2014-01-04  Tom LaneFix translatability markings in psql, and add defenses...
2014-01-04  Tom LaneFix header comment for bitncmp().
2014-01-04  Tom LaneFix typo in comment.
2014-01-03  Alvaro HerreraRestore some comments lost during 15732b34e8c8
2014-01-03  Tom LaneOoops, should use double not single quotes in StaticAss...
2014-01-03  Tom LaneFix calculation of maximum statistics-message size.
2014-01-02  Alvaro HerreraHandle 5-char filenames in SlruScanDirectory
2014-01-02  Alvaro HerreraWrap multixact/members correctly during extension
2014-01-02  Alvaro HerreraHandle wraparound during truncation in multixact/members
2014-01-02  Robert HaasAggressively freeze tables when CLUSTER or VACUUM FULL...
2014-01-02  Tom LaneFix contrib/pg_upgrade to clean all the cruft made...
2014-01-02  Robert HaasRename walLogHints to wal_log_hints for easier grepping.
2014-01-01  Michael MeskesDo not use an empty hostname.
2013-12-30  Tom LaneFix broken support for event triggers as extension...
2013-12-30  Tom LaneFix alphabetization in catalogs.sgml.
2013-12-30  Tom LaneRemove dead code now that orindxpath.c is history.
2013-12-30  Tom LaneExtract restriction OR clauses whether or not they...
2013-12-29  Kevin GrittnerDon't attempt to limit target database for pg_restore.
2013-12-29  Tom LaneUndo autoconf 2.69's attempt to #define _DARWIN_USE_64_...
2013-12-29  Peter EisentrautUpdate grammar
2013-12-28  Peter EisentrautFix whitespace
2013-12-27  Andrew DunstanProperly detect invalid JSON numbers when generating...
2013-12-27  Kevin GrittnerFix misplaced right paren bugs in pgstatfuncs.c.
2013-12-27  Peter EisentrautFix whitespace
2013-12-24  Tom LaneFix inadequately-tested code path in tuplesort_skiptupl...
2013-12-24  Tom LaneFix ANALYZE failure on a column that's a domain over...
2013-12-24  Robert HaasRevise documentation for new freezing method.
2013-12-24  Tom LaneFix portability issue in ordered-set patch.
2013-12-23  Tom LaneSupport ordered-set (WITHIN GROUP) aggregates.
2013-12-22  Robert HaasChange the way we mark tuples as frozen.
2013-12-20  Fujii MasaoRename wal_log_hintbits to wal_log_hints, per discussio...
2013-12-20  Alvaro HerreraAvoid useless palloc during transaction commit
2013-12-20  Robert Haaspg_prewarm, a contrib module for prewarming relationd...
2013-12-20  Alvaro Herreraisolationtester: Ensure stderr is unbuffered, too
2013-12-19  Bruce MomjianMove pg_upgrade_support global variables to their own...
2013-12-19  Alvaro HerreraMake stdout unbuffered
2013-12-19  Alvaro HerreraOptimize updating a row that's locked by same xid
2013-12-19  Fujii MasaoAdd tab completion for ALTER SYSTEM SET in psql.
2013-12-19  Fujii MasaoFix typo in docs for min_recovery_apply_delay.
2013-12-19  Peter EisentrautUpgrade to Autoconf 2.69
2013-12-18  Robert HaasFix compiler warning.
2013-12-18  Robert HaasAllow on-detach callbacks for dynamic shared memory...
2013-12-18  Bruce MomjianFix incorrect error message reported for non-existent...
2013-12-18  Alvaro HerreraDon't ignore tuple locks propagated by our updates
2013-12-18  Tatsuo IshiiAdd ALTER SYSTEM command to edit the server configurati...
2013-12-17  Bruce MomjianComment: COPY comment improvement
2013-12-16  Alvaro HerreraRework tuple freezing protocol
2013-12-16  Heikki LinnakangasMark variables 'static' where possible. Move GinFuzzySe...
2013-12-15  Tatsuo IshiiAdd "SHIFT_JIS" as an accepted encoding name for locale...
2013-12-15  Tom LaneAllow empty target list in SELECT.
2013-12-14  Tom LaneFix inherited UPDATE/DELETE with UNION ALL subqueries.
2013-12-13  Alvaro HerreraFix typo
2013-12-13  Alvaro HerreraRework MultiXactId cache code
2013-12-13  Tom LaneAdd HOLD/RESUME_INTERRUPTS in HandleCatchupInterrupt...
2013-12-13  Heikki LinnakangasFix more instances of "the the" in comments.
2013-12-13  Tom LaneDon't let timeout interrupts happen unless ImmediateInt...
2013-12-13  Heikki LinnakangasAdd GUC to enable WAL-logging of hint bits, even with...
2013-12-13  Magnus HaganderFix double "the" in the documentation
2013-12-13  Heikki LinnakangasFix WAL-logging of setting the visibility map bit.
2013-12-13  Peter Eisentrautconfigure: Allow adding a custom string to PG_VERSION
2013-12-12  Tom LaneFix ancient docs/comments thinko: XID comparison is...
2013-12-12  Tom LaneImprove EXPLAIN to print the grouping columns in Agg...
2013-12-12  Simon RiggsNew autovacuum_work_mem parameter
2013-12-12  Simon RiggsAllow time delayed standbys and recovery
2013-12-12  Tatsuo IshiiFix progress logging when scale factor is large.
2013-12-12  Heikki LinnakangasDisplay old and new values in pg_resetxlog -n output.
2013-12-12  Tom LaneRemove bogus executable permissions on xlog.c.
2013-12-11  Tom LaneAdd a regression test case for plpython function return...
2013-12-11  Simon RiggsRegression tests for SCHEMA commands
2013-12-11  Simon RiggsRegression tests for ALTER TABLESPACE RENAME,OWNER
2013-12-11  Tom LaneTweak placement of explicit ANALYZE commands in the...
2013-12-11  Robert HaasUnder wal_level=logical, when saving old tuples, always...
2013-12-11  Kevin GrittnerAdd table name to VACUUM statement in matview.c.
2013-12-11  Peter EisentrautPL/Perl: Add event trigger support
2013-12-11  Robert HaasAdd a new option, -g, to createuser, to add membership...
2013-12-11  Peter Eisentrautdoc: Fix DocBook table column count declaration
2013-12-11  Robert HaasAdd a new reloption, user_catalog_table.
2013-12-11  Robert HaasAdd new wal_level, logical, sufficient for logical...
2013-12-10  Tom LaneFix possible crash with nested SubLinks.
2013-12-10  Noah MischRename TABLE() to ROWS FROM().
2013-12-09  Bruce Momjianpgcrypto docs: update cpu type used in duration testing
next