]> granicus.if.org Git - postgresql/shortlog
postgresql
2017-12-15 Andres FreundPerform a lot more sanity checks when freezing tuples.
2017-12-15 Andres FreundFix pruning of locked and updated tuples.
2017-12-15 Andres FreundBackport addition of rs_old_rel to rewriteheap's state.
2017-12-11 Tom LaneFix corner-case coredump in _SPI_error_callback().
2017-12-09 Noah MischMSVC 2012+: Permit linking to 32-bit, MinGW-built libra...
2017-12-09 Noah MischMSVC: Test whether 32-bit Perl needs -D_USE_32BIT_TIME_T.
2017-12-08 Peter EisentrautFix mistake in comment
2017-12-08 Peter Eisentrautdoc: Add advice about systemd RemoveIPC
2017-12-05 Robert HaasMark assorted variables PGDLLIMPORT.
2017-12-04 Tom LaneClean up assorted messiness around AllocateDir() usage.
2017-11-30 Noah MischFix non-GNU makefiles for AIX make.
2017-11-27 Magnus HaganderFix typo in comment
2017-11-26 Joe ConwayMake has_sequence_privilege support WITH GRANT OPTION
2017-11-25 Tom LaneUpdate MSVC build process for new timezone data.
2017-11-25 Tom LaneReplace raw timezone source data with IANA's new compac...
2017-11-25 Tom LaneAvoid formally-undefined use of memcpy() in hstoreUniqu...
2017-11-25 Tom LaneRepair failure with SubPlans in multi-row VALUES lists.
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-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 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 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.3.20. REL9_3_20
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-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-03 Michael MeskesImprove error message for incorrect number inputs in...
2017-11-02 Michael MeskesFix float parsing in ecpg INFORMIX mode.
2017-11-02 Alvaro HerreraRevert bogus fixes of HOT-freezing bug
2017-11-02 Tom LaneDoc: update URL for check_postgres.
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-25 Tom LaneFix libpq to not require user's home directory to exist.
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 access-off-end-of-array in clog.c.
2017-10-06 Alvaro HerreraFix traversal of half-frozen update chains
2017-10-03 Alvaro HerreraFix coding rules violations in walreceiver.c
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 Noah MischDon't recommend "DROP SCHEMA information_schema CASCADE".
2017-09-26 Tom LaneImprove wording of error message added in commit 714805010.
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-18 Michael MeskesFixed ECPG to correctly handle out-of-scope cursor...
2017-09-17 Tom LaneFix possible dangling pointer dereference in trigger.c.
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.3.19. REL9_3_19
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-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.
2017-08-16 Michael MeskesChanged ecpg parser to allow RETURNING clauses without...
2017-08-15 Peter EisentrautInclude foreign tables in information_schema.table_priv...
2017-08-14 Tom LaneHandle elog(FATAL) during ROLLBACK more robustly.
2017-08-14 Tom LaneAbsorb -D_USE_32BIT_TIME_T switch from Perl, if relevant.
2017-08-13 Tom LaneRemove AtEOXact_CatCache().
2017-08-09 Tom LaneFix handling of container types in find_composite_type_...
2017-08-08 Alvaro HerreraReword some unclear comments
2017-08-07 Tom LaneStamp 9.3.18. REL9_3_18
2017-08-07 Peter EisentrautTranslation updates
2017-08-07 Tom LaneLast-minute updates for release notes.
2017-08-07 Noah MischAgain match pg_user_mappings to information_schema...
2017-08-07 Heikki LinnakangasDon't allow logging in with empty password.
2017-08-06 Tom LaneRelease notes for 9.6.4, 9.5.8, 9.4.13, 9.3.18, 9.2.22.
2017-08-04 Tom LaneDisallow SSL session tickets.
2017-08-04 Peter EisentrautAdd missing ALTER USER variants
next