]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2017-11-25  Tom LaneRepair failure with SubPlans in multi-row VALUES lists.
2017-11-24  Dean RasheedDoc: add a summary table to the CREATE POLICY docs.
2017-11-24  Noah MischSupport linking with MinGW-built Perl.
2017-11-21  Robert HaasProvide for forward compatibility with future minor...
2017-11-20  Tom LaneUse out-of-line M68K spinlock code for OpenBSD as well...
2017-11-20  Tom LaneAdd support for Motorola 88K to s_lock.h.
2017-11-17  Tom LaneProvide modern examples of how to auto-start Postgres...
2017-11-14  Tom LanePrevent int128 from requiring more than MAXALIGN alignment.
2017-11-14  Tom LaneRearrange c.h to create a "compiler characteristics...
2017-11-13  Noah MischMSVC: Rebuild spiexceptions.h when out of date.
2017-11-12  Noah MischInstall Windows crash dump handler before all else.
2017-11-12  Noah MischDon't call pgwin32_message_to_UTF16() without CurrentMe...
2017-11-11  Noah MischAdd post-2010 ecpg tests to checktcp.
2017-11-11  Noah MischMake connect/test1 independent of localhost IPv6.
2017-11-11  Noah MischFix connect/test1 expected output.
2017-11-11  Noah MischFix previous commit's test, for non-UTF8 databases...
2017-11-11  Noah MischIgnore XML declaration in xpath_internal(), for UTF8...
2017-11-10  Peter EisentrautFix some null pointer dereferences in LDAP auth code
2017-11-10  Peter EisentrautAdd -wnet to SP invocations
2017-11-09  Tom LaneFix typo in ALTER SYSTEM output.
2017-11-09  Tom LaneRevert "Allow --with-bonjour to work with non-macOS...
2017-11-08  Tom LaneAllow --with-bonjour to work with non-macOS implementat...
2017-11-08  Tom LaneFix two violations of the ResourceOwnerEnlarge/Remember...
2017-11-07  Tom LaneFix unportable usage of <ctype.h> functions.
2017-11-06  Tom LaneStamp 9.5.10. REL9_5_10
2017-11-06  Tom LaneLast-minute updates for release notes.
2017-11-06  Tom LaneMake json{b}_populate_recordset() use the right tuple...
2017-11-06  Noah Mischstart-scripts: switch to $PGUSER before opening $PGLOG.
2017-11-06  Dean RasheedAlways require SELECT permission for ON CONFLICT DO...
2017-11-06  Noah MischAdd a temp-install prerequisite to "check"-like targets...
2017-11-05  Peter EisentrautTranslation updates
2017-11-05  Tom LaneRelease notes for 10.1, 9.6.6, 9.5.10, 9.4.15, 9.3...
2017-11-05  Noah MischIgnore CatalogSnapshot when checking COPY FREEZE prereq...
2017-11-03  Alvaro HerreraFix BRIN summarization concurrent with extension
2017-11-03  Michael MeskesImprove error message for incorrect number inputs in...
2017-11-02  Michael MeskesFix float parsing in ecpg INFORMIX mode.
2017-11-02  Tom LaneFix corner-case errors in brin_doupdate().
2017-11-02  Alvaro HerreraRevert bogus fixes of HOT-freezing bug
2017-11-02  Tom LaneDoc: update URL for check_postgres.
2017-11-02  Peter Eisentrautpg_basebackup: Fix comparison handling of tablespace...
2017-11-01  Michael MeskesMake sure ecpglib does accepts digits behind decimal...
2017-10-27  Tom LaneDept of second thoughts: keep aliasp_item in sync with...
2017-10-27  Tom LaneFix crash when columns have been added to the end of...
2017-10-27  Tom LaneRethink the dependencies recorded for FieldSelect/Field...
2017-10-27  Tom LaneDoc: mention that you can't PREPARE TRANSACTION after...
2017-10-26  Andrew DunstanImprove gendef.pl diagnostic on failure to open sym...
2017-10-26  Michael MeskesFixed handling of escape character in libecpg.
2017-10-25  Tom LaneFix libpq to not require user's home directory to exist.
2017-10-25  Andrew DunstanProcess variadic arguments consistently in json functions
2017-10-25  Andrew DunstanAdd a utility function to extract variadic function...
2017-10-23  Tom LaneUpdate time zone data files to tzdata release 2017c.
2017-10-23  Tom LaneSync our copy of the timezone library with IANA release...
2017-10-23  Tom LaneFix some oversights in expression dependency recording.
2017-10-20  Tom LaneFix typcache's failure to treat ranges as container...
2017-10-17  Tom LaneFix misparsing of non-newline-terminated pg_hba.conf...
2017-10-11  Tom LaneDoc: fix missing explanation of default object privileges.
2017-10-11  Tom LaneFix low-probability loss of NOTIFY messages due to...
2017-10-06  Tom LaneFix crash when logical decoding is invoked from a PL...
2017-10-06  Tom LaneFix access-off-end-of-array in clog.c.
2017-10-06  Alvaro HerreraFix traversal of half-frozen update chains
2017-10-05  Robert HaasFix more user-visible elog() calls.
2017-10-03  Alvaro HerreraFix coding rules violations in walreceiver.c
2017-10-01  Tom LaneUse a longer connection timeout in pg_isready test.
2017-09-28  Alvaro HerreraFix freezing of a dead HOT-updated tuple
2017-09-27  Tom LaneFix behavior when converting a float infinity to numeric.
2017-09-27  Dean RasheedImprove the CREATE POLICY documentation.
2017-09-27  Noah MischDon't recommend "DROP SCHEMA information_schema CASCADE".
2017-09-26  Tom LaneImprove wording of error message added in commit 714805010.
2017-09-26  Tom LaneFix failure-to-read-man-page in commit 899bd785c.
2017-09-25  Tom LaneAvoid SIGBUS on Linux when a DSM memory request overrun...
2017-09-23  Peter EisentrautFix saving and restoring umask
2017-09-22  Tom LaneSync our copy of the timezone library with IANA tzcode...
2017-09-21  Tom LaneGive a better error for duplicate entries in VACUUM...
2017-09-20  Tom LaneFix erroneous documentation about noise word GROUP.
2017-09-20  Bruce Momjiandocs: re-add instructions on setting wal_level for...
2017-09-20  Magnus HaganderMention need for --no-inc-recursive in rsync command
2017-09-18  Michael MeskesFixed ECPG to correctly handle out-of-scope cursor...
2017-09-17  Tom LaneAllow rel_is_distinct_for() to look through RelabelType...
2017-09-17  Tom LaneFix possible dangling pointer dereference in trigger.c.
2017-09-16  Bruce Momjiandocs: clarify pg_upgrade docs regarding standbys and...
2017-09-13  Bruce Momjiandocs: adjust "link mode" mention in pg_upgrade streami...
2017-09-13  Bruce Momjiandocs: improve pg_upgrade standby instructions
2017-09-12  Bruce Momjiandocs: improve pg_upgrade rsync instructions
2017-09-07  Alvaro HerreraFix translatable string
2017-09-03  Tom LaneFix macro-redefinition warning on MSVC.
2017-09-02  Peter Eisentrautdoc: Fix typos and other minor issues
2017-09-01  Tom LaneMake [U]INT64CONST safe for use in #if conditions.
2017-09-01  Tom LaneEnsure SIZE_MAX can be used throughout our code.
2017-08-29  Tom LaneDoc: document libpq's restriction to INT_MAX rows in...
2017-08-29  Tom LaneTeach libpq to detect integer overflow in the row count...
2017-08-29  Tom LaneImprove docs about numeric formatting patterns (to_char...
2017-08-28  Tom LaneStamp 9.5.9. REL9_5_9
2017-08-28  Tom LaneDoc: adjust release-note credit for parallel pg_restore...
2017-08-28  Peter EisentrautTranslation updates
2017-08-27  Tom LaneRelease notes for 9.6.5, 9.5.9, 9.4.14, 9.3.19, 9.2.23.
2017-08-23  Peter EisentrautFix outdated comment
2017-08-23  Peter EisentrautFix translation marker
2017-08-22  Andres FreundBackpatch introduction of TupleDescAttr(tupdesc, i).
2017-08-19  Tom LaneFix possible core dump in parallel restore when using...
2017-08-17  Tom LaneFurther tweaks to compiler flags for PL/Perl on Windows.
next