]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2016-09-01  Kevin GrittnerImprove tab completion for BEGIN & START|SET TRANSACTION.
2016-09-01  Tom LaneChange API of ShmemAlloc() so it throws error rather...
2016-08-31  Tom LaneImprove memory management for PL/Perl functions.
2016-08-31  Tom LaneImprove memory management for PL/Tcl functions.
2016-08-31  Tom LaneTry to fix portability issue in enum renumbering (again).
2016-08-31  Tom LaneRemove no-longer-useful SSL-specific Port.count field.
2016-08-31  Heikki LinnakangasUse static inline functions for float <-> Datum convers...
2016-08-31  Tom LanePrevent starting a standalone backend with standby_mode on.
2016-08-31  Robert HaasUpdate comments to reflect code rearrangement.
2016-08-30  Tom LaneFix a bunch of places that called malloc and friends...
2016-08-30  Tom LaneSimplify correct use of simple_prompt().
2016-08-30  Tom LaneFix initdb misbehavior when user mis-enters superuser...
2016-08-29  Alvaro HerreraSplit hash.h → hash_xlog.h
2016-08-29  Heikki LinnakangasRemove support for OpenSSL versions older than 0.9.8.
2016-08-29  Tom LaneMake AllocSetContextCreate throw an error for bad conte...
2016-08-29  Simon RiggsFix pg_receivexlog --synchronous
2016-08-29  Fujii MasaoFix typos in comments.
2016-08-29  Fujii MasaoFix pg_xlogdump so that it handles cross-page XLP_FIRST...
2016-08-28  Tom LaneFix stray reference to the old genbki.sh script.
2016-08-28  Tom LaneMake another editorial pass over the 9.6 release notes.
2016-08-28  Tom LaneUpdate 9.6 release notes through today.
2016-08-27  Tom LaneAdd macros to make AllocSetContextCreate() calls simple...
2016-08-26  Tom LaneAdd a nonlocalized version of the severity field to...
2016-08-26  Tom LaneFix potential memory leakage from HandleParallelMessages().
2016-08-26  Tom LanePut static forward declarations in elog.c back into...
2016-08-26  Tom LaneFix assorted small bugs in ThrowErrorData().
2016-08-26  Tom LaneFix logic for adding "parallel worker" context line...
2016-08-26  Heikki LinnakangasSupport OID system column in postgres_fdw.
2016-08-25  Tom LaneFix instability in parallel regression tests.
2016-08-25  Tom LaneFix small query-lifespan memory leak in bulk updates.
2016-08-25  Bruce Momjiandoc: more replacement of <literal> with something...
2016-08-24  Robert Haaspostgres_fdw: Cosmetic cleanup.
2016-08-24  Tom LaneFix improper repetition of previous results from a...
2016-08-24  Kevin GrittnerRemove unnecessary #include.
2016-08-24  Peter Eisentrautdoc: Fix XSLT speedup with older upstream stylesheet...
2016-08-24  Noah MischBuild libpgfeutils before src/bin/pg_basebackup programs.
2016-08-24  Noah MischBuild libpgfeutils before pg_isready.
2016-08-24  Tom LaneSuppress compiler warnings in non-cassert builds.
2016-08-23  Tom LaneFix network_spgist.c build failures from missing AF_INE...
2016-08-23  Tom LaneCreate an SP-GiST opclass for inet/cidr.
2016-08-23  Robert HaasExtend dsm API with a new function dsm_unpin_segment.
2016-08-23  Robert HaasRemove duplicate function prototype.
2016-08-23  Bruce Momjiandoc: fix incorrect 'literal' tags
2016-08-23  Tom LaneImprove SP-GiST opclass API to better support unlabeled...
2016-08-23  Robert HaasAdd txid_current_ifassigned().
2016-08-23  Robert HaasRemove duplicate word from comment.
2016-08-23  Tom LaneRefactor some network.c code to create cidr_set_masklen...
2016-08-22  Bruce Momjiandoc: fix typo in recent patch
2016-08-22  Robert HaasFix possible sorting error when aborting use of abbrevi...
2016-08-22  Robert HaasImprove header comment for LockHasWaitersRelation.
2016-08-22  Peter EisentrautRun select_parallel test by itself
2016-08-22  Tom Laneinitdb now needs submake-libpq and submake-libpgfeutils.
2016-08-22  Noah MischRetire escapeConnectionParameter().
2016-08-20  Tom Laneinitdb now needs to reference libpq include files in...
2016-08-20  Tom LaneMake initdb's suggested "pg_ctl start" command line...
2016-08-19  Tom LaneAllow empty queries in pgbench.
2016-08-19  Tom LaneUse LEFT JOINs in some system views in case referenced...
2016-08-19  Tom LaneGuard against parallel-restricted functions in VALUES...
2016-08-19  Tom LaneSpeed up planner's scanning for parallel-query hazards.
2016-08-19  Alvaro Herrerareorderbuffer: preserve errno while reporting error
2016-08-19  Tom LaneClean up another pre-ANSI-C-ism in regex code: get...
2016-08-19  Tom LaneRemove typedef celt from the regex library, along with...
2016-08-19  Bruce Momjiandoc: requirepeer is a way to avoid spoofing
2016-08-19  Andres FreundAdd alternative output for ON CONFLICT toast isolation...
2016-08-18  Peter EisentrautRemove obsolete replacement system() on darwin
2016-08-18  Tom LaneUpdate line count totals for psql help displays.
2016-08-18  Tom LaneIn plpgsql, don't try to convert int2vector or oidvecto...
2016-08-18  Peter Eisentrautdoc: Speed up XSLT builds
2016-08-18  Tom LaneImprove psql's tab completion for \l.
2016-08-18  Tom LaneImprove psql's tab completion for ALTER EXTENSION foo...
2016-08-18  Tom LaneSupport the new regexp_match() function for citext.
2016-08-18  Peter EisentrautImprove formatting of comments in plpgsql.h
2016-08-18  Heikki LinnakangasRefactor RandomSalt to handle salts of different lengths.
2016-08-18  Magnus HaganderUpdate Windows timezone mapping from Windows 7 and 10
2016-08-18  Heikki LinnakangasRefactor sendAuthRequest.
2016-08-18  Andres FreundFix deletion of speculatively inserted TOAST on conflict
2016-08-17  Tom LaneImplement regexp_match(), a simplified alternative...
2016-08-17  Andres FreundProperly re-initialize replication slot shared memory...
2016-08-17  Tom LaneFix -e option in contrib/intarray/bench/bench.pl.
2016-08-17  Tom LaneImprove plpgsql's memory management to fix some functio...
2016-08-17  Magnus HaganderDisable update_process_title by default on Windows
2016-08-17  Bruce Momjiandocs: my third pass over the 9.6 release notes
2016-08-17  Tom LaneImprove parsetree representation of special functions...
2016-08-16  Tom LaneSuppress -Wunused-result warning for strtol().
2016-08-16  Tom LaneFix assorted places in psql to print version numbers...
2016-08-16  Peter Eisentrautdoc: Remove some confusion from pg_archivecleanup doc
2016-08-16  Peter EisentrautFix typos
2016-08-16  Tom LaneAutomate the maintenance of SO_MINOR_VERSION for our...
2016-08-16  Robert HaasFix possible crash due to incorrect allocation context.
2016-08-16  Tom LaneRemove separate version numbering for ecpg preprocessor.
2016-08-16  Tom LaneDoc: copy-editing in create_access_method.sgml.
2016-08-16  Tom LaneDoc: remove out-of-date claim that pg_am rows must...
2016-08-15  Robert HaasOnce again allow LWLocks to be used within DSM segments.
2016-08-15  Tom LaneAllow .so minor version numbers above 9 in .gitignore.
2016-08-15  Tom LaneUpdate git_changelog to know that there's a 9.6 branch.
2016-08-15  Tom LaneStamp shared-library minor version numbers for v10.
2016-08-15  Tom LaneStamp HEAD as 10devel.
2016-08-15  Tom LaneFinal pgindent + perltidy run for 9.6.
2016-08-15  Tom LaneSimplify the process of perltidy'ing our Perl files.
2016-08-14  Tom LaneRemove bogus dependencies on NUMERIC_MAX_PRECISION.
next