]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2016-05-09  Peter EisentrautTranslation updates
2016-05-07  Tom LaneRelease notes for 9.5.3, 9.4.8, 9.3.13, 9.2.17, 9.1.22.
2016-05-07  Peter EisentrautDistrust external OpenSSL clients; clear err queue
2016-05-07  Tom LaneFix pg_upgrade to not fail when new-cluster TOAST rules...
2016-05-06  Tom LaneFix possible read past end of string in to_timestamp().
2016-05-06  Tom LaneUpdate time zone data files to tzdata release 2016d.
2016-05-04  Peter Eisentrautdoc: Fix more typos
2016-05-04  Peter Eisentrautdoc: Fix typos
2016-05-02  Tom LaneFix configure's incorrect version tests for flex and...
2016-05-02  Heikki LinnakangasRemove unused macros.
2016-04-30  Tom LaneFix mishandling of equivalence-class tests in parameter...
2016-04-28  Tom LaneAdjust DatumGetBool macro, this time for sure.
2016-04-28  Bruce Momjianpg_upgrade: Fix indentation of if() block
2016-04-23  Tom LaneRename strtoi() to strtoint().
2016-04-23  Peter Eisentrautdoc: Fix typos
2016-04-22  Magnus HaganderAdd putenv support for msvcrt from Visual Studio 2013
2016-04-22  Tom LaneFix planner failure with full join in RHS of left join.
2016-04-21  Tom LaneImprove TranslateSocketError() to handle more Windows...
2016-04-21  Tom LaneRemove dead code in win32.h.
2016-04-21  Tom LaneProvide errno-translation wrappers around bind() and...
2016-04-21  Tom LaneFix ruleutils.c's dumping of ScalarArrayOpExpr containi...
2016-04-21  Tom LaneHonor PGCTLTIMEOUT environment variable for pg_regress...
2016-04-18  Tom LaneFurther reduce the number of semaphores used under...
2016-04-18  Tom LaneFix --disable-spinlocks in 9.2 and 9.3 branches.
2016-04-16  Tom LaneFix missing "static".
2016-04-16  Tom LaneMake fallback implementation of pg_memory_barrier(...
2016-04-16  Peter Eisentrautdoc: Add missing parentheses
2016-04-15  Tom LaneSync 9.2 and 9.3 versions of barrier.h with 9.4's version.
2016-04-15  Andres FreundFix non-C89-compliant initialization of array in parall...
2016-04-15  Andres FreundRemove trailing commas in enums.
2016-04-13  Tom LaneFix pg_dump so pg_upgrade'ing an extension with simple...
2016-04-11  Tom LaneFix freshly-introduced PL/Python portability bug.
2016-04-11  Tom LaneFix access-to-already-freed-memory issue in plpython...
2016-04-08  Teodor SigaevFix possible use of uninitialised value in ts_headline()
2016-04-08  Andrew DunstanTurn down MSVC compiler verbosity
2016-04-05  Alvaro HerreraFix broken ALTER INDEX documentation
2016-04-04  Tom LaneFix latent portability issue in pgwin32_dispatch_queued...
2016-03-30  Tom LaneRemove TZ environment-variable entry from postgres...
2016-03-29  Tom LaneAvoid possibly-unsafe use of Windows' FormatMessage...
2016-03-28  Tom LaneStamp 9.3.12. REL9_3_12
2016-03-28  Peter EisentrautTranslation updates
2016-03-27  Tom LaneRelease notes for 9.5.2, 9.4.7, 9.3.12, 9.2.16, 9.1.21.
2016-03-27  Andres FreundChange various Gin*Is* macros to return 0/1.
2016-03-26  Tom LaneModernize zic's test for valid timezone abbreviations.
2016-03-25  Tom LaneUpdate time zone data files to tzdata release 2016c.
2016-03-19  Andrew DunstanRemove dependency on psed for MSVC builds.
2016-03-17  Tom LaneFix "pg_bench -C -M prepared".
2016-03-15  Alvaro HerreraFix typos in comments
2016-03-15  Tom LaneCope if platform declares mbstowcs_l(), but not locale_...
2016-03-14  Tom LaneAdd missing NULL terminator to list_SECURITY_LABEL_prep...
2016-03-10  Magnus HaganderAvoid crash on old Windows with AVX2-capable CPU for...
2016-03-10  Andres FreundAvoid unlikely data-loss scenarios due to rename()...
2016-03-10  Andres FreundIntroduce durable_rename() and durable_link_or_rename().
2016-03-09  Tom LaneFix incorrect handling of NULL index entries in indexed...
2016-03-08  Andres Freundltree: Zero padding bytes when allocating memory for...
2016-03-08  Andres Freundplperl: Correctly handle empty arrays in plperl_ref_fro...
2016-03-07  Tom LaneFix backwards test for Windows service-ness in pg_ctl.
2016-03-07  Tom LaneFix not-terribly-safe coding in NIImportOOAffixes(...
2016-03-04  Robert HaasFix compile breakage due to 0315dfa8f4afa8390383119330c...
2016-03-04  Robert HaasFix query-based tab completion for multibyte characters.
2016-03-01  Tom LaneImprove error message for rejecting RETURNING clauses...
2016-02-29  Alvaro HerreraFix typos
2016-02-29  Alvaro Herreradoc: document MANPATH as /usr/local/pgsql/share/man
2016-02-29  Tom LaneAvoid multiple free_struct_lconv() calls on same data.
2016-02-21  Tatsuo IshiiFix wording in the Tutorial document.
2016-02-19  Simon RiggsCorrect StartupSUBTRANS for page wraparound
2016-02-18  Bruce Momjianpg_upgrade: suppress creation of delete script
2016-02-18  Tom LaneFix multiple bugs in contrib/pgstattuple's pgstatindex...
2016-02-17  Tom LaneMake plpython cope with funny characters in function...
2016-02-16  Tom LaneImprove documentation about CREATE INDEX CONCURRENTLY.
2016-02-16  Tatsuo IshiiImprove wording in the planner doc
2016-02-16  Fujii MasaoCorrect the formulas for System V IPC parameters SEMMNI...
2016-02-15  Alvaro Herrerapgbench: avoid FD_ISSET on an invalid file descriptor
2016-02-15  Tom LaneSuppress compiler warnings about useless comparison...
2016-02-11  Noah MischAccept pg_ctl timeout from the PGCTLTIMEOUT environment...
2016-02-11  Tom LaneAvoid use of sscanf() to parse ispell dictionary files.
2016-02-08  Tom LaneStamp 9.3.11. REL9_3_11
2016-02-08  Peter EisentrautTranslation updates
2016-02-08  Tom LaneLast-minute updates for release notes.
2016-02-08  Tom LaneFix some regex issues with out-of-range characters...
2016-02-07  Tom LaneImprove documentation about PRIMARY KEY constraints.
2016-02-07  Tom LaneRelease notes for 9.5.1, 9.4.6, 9.3.11, 9.2.15, 9.1.20.
2016-02-06  Noah MischForce certain "pljava" custom GUCs to be PGC_SUSET.
2016-02-05  Tom LaneUpdate time zone data files to tzdata release 2016a.
2016-02-04  Tom LaneIn pg_dump, ensure that view triggers are processed...
2016-02-03  Robert Haaspgbench: Install guard against overflow when dividing...
2016-02-03  Tom LaneFix IsValidJsonNumber() to notice trailing non-alphanum...
2016-02-01  Michael MeskesMake sure ecpg header files do not have a comment lasti...
2016-01-31  Andrew DunstanFix error in documentated use of mingw-w64 compilers
2016-01-29  Tom LaneFix incorrect pattern-match processing in psql's \det...
2016-01-26  Tom LaneFix startup so that log prefix %h works for the log_con...
2016-01-20  Bruce MomjianProperly install dynloader.h on MSVC builds
2016-01-15  Robert HaasFix spelling mistake.
2016-01-14  Magnus HaganderProperly close token in sspi authentication
2016-01-13  Tom LaneHandle extension members when first setting object...
2016-01-12  Tom LaneAvoid dump/reload problems when using both plpython2...
2016-01-09  Tom LaneClean up some lack-of-STRICT issues in the core code...
2016-01-09  Tom LaneClean up code for widget_in() and widget_out().
2016-01-09  Tom LaneAdd STRICT to some C functions created by the regressio...
2016-01-07  Tom LaneFix unobvious interaction between -X switch and subdire...
next