]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2017-07-10  Tom LaneDoc: clarify wording about tool requirements in sourcer...
2017-07-03  Heikki LinnakangasTreat clean shutdown of an SSL connection same as the...
2017-06-28  Tom LaneSecond try at fixing tcp_keepalives_idle option on...
2017-06-27  Tom LaneSupport tcp_keepalives_idle option on Solaris.
2017-06-26  Tom LaneDon't lose walreceiver start requests due to race condi...
2017-06-26  Tom LaneIgnore old stats file timestamps when starting the...
2017-06-21  Andres FreundFix possibility of creating a "phantom" segment after...
2017-06-20  Bruce Momjianpg_upgrade: start/stop new server after pg_resetwal
2017-06-19  Tom LaneOn Windows, make pg_dump use binary mode for compressed...
2017-06-16  Heikki LinnakangasFix dependency, when changing a function's argument...
2017-06-15  Tom LaneFix low-probability leaks of PGresult objects in the...
2017-06-15  Tatsuo IshiiFix document bug regarding read only transactions.
2017-06-07  Michael MeskesFix docs to not claim ECPG's SET CONNECTION is not...
2017-06-06  Andres FreundUnify SIGHUP handling between normal and walsender...
2017-06-06  Andrew DunstanFix thinko in previous openssl change
2017-06-05  Andrew DunstanFind openssl lib files in right directory for MSVC
2017-06-01  Tom LaneAlways use -fPIC, not -fpic, when building shared libra...
2017-05-30  Tom LaneTry to ensure that stats collector's receive buffer...
2017-05-29  Tom LanePrevent running pg_resetwal/pg_resetxlog against wrong...
2017-05-29  Tom LaneAllow NumericOnly to be "+ FCONST".
2017-05-26  Tom LaneMove autogenerated array types out of the way during...
2017-05-26  Tom LaneFix pg_dump to not emit invalid SQL for an empty operat...
2017-05-26  Magnus HaganderRemove docs mention of PGREALM variable
2017-05-24  Tom LaneTighten checks for whitespace in functions that parse...
2017-05-23  Magnus HaganderUpdate URLs in pgindent source and README
2017-05-21  Tom LaneFix precision and rounding issues in money multiplicati...
2017-05-21  Tom LaneChange documentation references to PG website to use...
2017-05-17  Tom LaneMake psql handle EOF during COPY FROM STDIN properly...
2017-05-15  Peter EisentrautFix new warnings from GCC 7
2017-05-12  Bruce Momjiandoc: update markup for release note "release date...
2017-05-12  Andrew DunstanAdd libxml2 include path for MSVC builds
2017-05-10  Peter Eisentrautpsql: Add missing translation markers
2017-05-08  Tom LaneStamp 9.2.21. REL9_2_21
2017-05-08  Tom LaneLast-minute updates for release notes.
2017-05-08  Noah MischMatch pg_user_mappings limits to information_schema...
2017-05-08  Noah MischAdd detail to PGREQUIRESSL documentation.
2017-05-08  Peter EisentrautTranslation updates
2017-05-08  Peter EisentrautAdd security checks to selectivity estimation functions
2017-05-07  Tom LaneRelease notes for 9.6.3, 9.5.7, 9.4.12, 9.3.17, 9.2.21.
2017-05-07  Tom LaneGuard against null t->tm_zone in strftime.c.
2017-05-07  Tom LaneInstall the "posixrules" timezone link in MSVC builds.
2017-05-07  Tom LaneRestore fullname[] contents before falling through...
2017-05-06  Tom LaneDocument current_role.
2017-05-05  Alvaro HerreraAllow MSVC to build with Tcl 8.6.
2017-05-05  Heikki LinnakangasGive nicer error message when connecting to a v10 serve...
2017-05-05  Peter EisentrautFix cursor_to_xml in tableforest false mode
2017-05-03  Tom LaneImprove performance of timezone loading, especially...
2017-05-02  Tom LaneEnsure commands in extension scripts see the results...
2017-05-01  Tom LaneUpdate time zone data files to tzdata release 2017b.
2017-04-30  Tom LaneSync our copy of the timezone library with IANA release...
2017-04-28  Robert HaasFix VALIDATE CONSTRAINT to consider NO INHERIT attribute.
2017-04-23  Tom LaneFix order of arguments to SubTransSetParent().
2017-04-21  Tom LaneAvoid depending on non-POSIX behavior of fcntl(2).
2017-04-17  Tom LaneSupport OpenSSL 1.1.0 in 9.3 and 9.2.
2017-04-17  Tom LaneBack-patch 9.4-era SSL renegotiation code into 9.3...
2017-04-15  Tom LaneProvide a way to control SysV shmem attach address...
2017-04-10  Tom LaneImprove castNode notation by introducing list-extractio...
2017-04-06  Joe ConwaySilence compiler warning in sepgsql
2017-04-06  Heikki LinnakangasRemove dead code and fix comments in fast-path function...
2017-03-30  Fujii MasaoSimplify the example of VACUUM in documentation.
2017-03-26  Tom LaneFix unportable disregard of alignment requirements...
2017-03-24  Heikki LinnakangasRevert Windows service check refactoring, and replace...
2017-03-19  Peter Eisentrautdoc: Fix a few typos and awkward links
2017-03-17  Robert HaasRemove dead link.
2017-03-17  Heikki LinnakangasFix and simplify check for whether we're running as...
2017-03-16  Andrew GierthAvoid having vacuum set reltuples to 0 on non-empty...
2017-03-14  Peter EisentrautSpelling fixes
2017-03-14  Robert HaasFix failure to mark init buffers as BM_PERMANENT.
2017-03-13  Tom LaneRemove unnecessary dependency on statement_timeout...
2017-03-13  Michael MeskesEcpg should support COMMIT PREPARED and ROLLBACK PREPARED.
2017-03-12  Noah MischFix pg_file_write() error handling.
2017-03-11  Joe ConwayFix ancient connection leak in dblink
2017-03-10  Tom LaneSanitize newlines in object names in "pg_restore -l...
2017-03-10  Michael MeskesFix a potential double-free in ecpg.
2017-03-09  Tom LaneFix timestamptz regression test to still work with...
2017-03-07  Tom LaneRepair incorrect pg_dump labeling for some comments...
2017-03-06  Stephen Frostpg_upgrade: Fix large object COMMENTS, SECURITY LABELS
2017-02-25  Bruce MomjianAdd /config.cache to .gitignore in back branches
2017-02-21  Tom LaneFix sloppy handling of corner-case errors in fd.c.
2017-02-21  Peter Eisentrautdoc: Update URL for plr
2017-02-20  Tom LaneFix documentation of to_char/to_timestamp TZ, tz, OF...
2017-02-19  Tom LaneMake src/interfaces/libpq/test clean up after itself.
2017-02-19  Tom LaneAdjust PL/Tcl regression test to dodge a possible bug...
2017-02-17  Tom LaneBack-patch 9.4-era compiler warning fixes into older...
2017-02-17  Tom LaneBack-patch 9.4-era compiler warning fixes into older...
2017-02-17  Tom LaneDocument usage of COPT environment variable for adjusti...
2017-02-15  Tom LaneMake sure that hash join's bulk-tuple-transfer loops...
2017-02-12  Noah MischIgnore tablespace ACLs when ignoring schema ACLs.
2017-02-07  Tom LaneCorrect thinko in last-minute release note item. REL9_2_20
2017-02-07  Stephen FrostInitialize number_of_jobs in NewRestoreOptions
2017-02-06  Tom LaneStamp 9.2.20.
2017-02-06  Tom LaneRelease notes for 9.6.2, 9.5.6, 9.4.11, 9.3.16, 9.2.20.
2017-02-06  Tom LaneAvoid returning stale attribute bitmaps in RelationGetI...
2017-02-06  Peter EisentrautTranslation updates
2017-02-06  Peter EisentrautAdd missing newline to error messages
2017-02-06  Heikki LinnakangasFix typo also in expected output.
2017-02-06  Heikki LinnakangasFix typos in comments.
2017-02-02  Heikki LinnakangasAdd KOI8-U map files to Makefile.
2017-01-30  Tom LaneUpdate time zone data files to tzdata release 2016j.
2017-01-27  Tom LaneOrthography fixes for new castNode() macro.
next