]> granicus.if.org Git - postgresql/shortlog
postgresql
2014-01-15 Robert HaasFix missing parentheses resulting in wrong order of...
2014-01-15 Robert Haastest_shm_mq: Fix checks for negative queue size.
2014-01-15 Robert HaasFix compiler warning.
2014-01-15 Robert HaasFix compiler warning: Size isn't 64 bits on 32 bit...
2014-01-15 Tom LaneImprove FILES section of psql reference page.
2014-01-14 Tom LaneFix multiple bugs in index page locking during hot...
2014-01-14 Robert HaasDocumentation for test_shm_mq.
2014-01-14 Robert HaasMention that VACUUM FREEZE also effectively zeroes...
2014-01-14 Robert HaasFix typo in comment.
2014-01-14 Robert HaasTest code for shared memory message queue facility.
2014-01-14 Robert HaasSingle-reader, single-writer, lightweight shared messag...
2014-01-14 Robert HaasSimple table of contents for a shared memory segment.
2014-01-13 Robert HaasCode improvements for ALTER SYSTEM .. SET.
2014-01-13 Robert HaasMake bitmap heap scans show exact/lossy block info...
2014-01-13 Tom LaneFix possible buffer overrun in contrib/pg_trgm.
2014-01-13 Heikki LinnakangasFix calculation of ISMN check digit.
2014-01-13 Heikki LinnakangasAdd OVERLAPS to index in the docs.
2014-01-13 Michael MeskesAlways use the same way to addres a descriptor in ecpg...
2014-01-13 Bruce MomjianFix pg_dumpall on pre-8.1 servers
2014-01-12 Tom LaneDisallow LATERAL references to the target table of...
2014-01-11 Tom LaneFix possible crashes due to using elog/ereport too...
2014-01-11 Bruce MomjianRevert fd2ace802811c333b0b4e1a28b138fd4774745f3
2014-01-11 Tom LaneFix compute_scalar_stats() for case that all values...
2014-01-11 Bruce Momjiandocs: remove undocumented assign syntax in plpgsql...
2014-01-11 Tom LaneAdd another regression test cross-checking operator...
2014-01-11 Andrew DunstanRemove DESCR entries for json operator functions.
2014-01-11 Bruce MomjianAdjust pg_upgrade for move of username lookup functions...
2014-01-10 Bruce MomjianMove username lookup functions from /port to /common
2014-01-10 Alvaro HerreraAccept pg_upgraded tuples during multixact freezing
2014-01-09 Tom LaneRemove unnecessary local variables to work around an...
2014-01-09 Michael MeskesChanged regression test to ecpg test suite for alignmen...
2014-01-09 Michael MeskesFix descriptor output in ECPG.
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...
next