]> granicus.if.org Git - postgresql/shortlog
postgresql
2018-01-17 Robert Haaspostgres_fdw: Avoid 'outer pathkeys do not match mergec...
2018-01-15 Michael MeskesCope with indicator arrays that do not have the correct...
2018-01-12 Tom LaneAvoid unnecessary failure in SELECT concurrent with...
2018-01-12 Tom LaneFix incorrect handling of subquery pullup in the presen...
2018-01-11 Teodor SigaevFix behavior of ~> (cube, int) operator
2018-01-10 Tom LaneFix sample INSTR() functions in the plpgsql documentation.
2018-01-10 Tom LaneRemove dubious micro-optimization in ckpt_buforder_comp...
2018-01-09 Alvaro HerreraChange some bogus PageGetLSN calls to BufferGetLSNAtomic
2018-01-05 Bruce Momjianpg_upgrade: simplify code layout in a few places
2018-01-05 Alvaro HerreraFix failure to delete spill files of aborted transactions
2018-01-04 Tom LaneFix incorrect computations of length of null bitmap...
2018-01-04 Robert HaasBack-port fix for accumulation of parallel worker instr...
2018-01-03 Alvaro HerreraRevert "Fix isolation test to be less timing-dependent"
2018-01-03 Andres FreundRename pg_rewind's copy_file_range() to avoid conflict...
2018-01-03 Andrew DunstanFix use of config-specific libraries for Windows OpenSSL
2018-01-03 Alvaro HerreraMake XactLockTableWait work for transactions that are...
2018-01-03 Alvaro HerreraFix isolation test to be less timing-dependent
2018-01-03 Bruce MomjianUpdate copyright for 2018
2018-01-02 Alvaro HerreraFix deadlock hazard in CREATE INDEX CONCURRENTLY
2018-01-01 Noah MischIn tests, await an LSN no later than the recovery target.
2017-12-22 Tom LaneDisallow UNION/INTERSECT/EXCEPT over no columns.
2017-12-18 Peter Eisentrautdoc: Fix figures in example description
2017-12-18 Fujii MasaoFix bug in cancellation of non-exclusive backup to...
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-14 Andrew DunstanFix walsender timeouts when decoding a large transaction
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-09 Noah MischMSVC: Remove cosmetic, cross-branch differences pertain...
2017-12-08 Peter EisentrautFix mistake in comment
2017-12-08 Peter Eisentrautdoc: Add advice about systemd RemoveIPC
2017-12-06 Robert HaasReport failure to start a background worker.
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 Tom LaneFix creation of resjunk tlist entries for inherited...
2017-11-27 Magnus HaganderFix typo in comment
2017-11-26 Tom LanePad XLogReaderState's main_data buffer more aggressively.
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 Dean RasheedDoc: add a summary table to the CREATE POLICY docs.
2017-11-24 Tom LaneFix unstable regression test added by commits 59b71c6fe...
2017-11-24 Noah MischSupport linking with MinGW-built Perl.
2017-11-24 Andres FreundFix handling of NULLs returned by aggregate combine...
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-18 Tom LaneFix compiler warning in rangetypes_spgist.c.
2017-11-17 Tom LaneProvide modern examples of how to auto-start Postgres...
2017-11-16 Robert HaasFix broken cleanup interlock for GIN pending list.
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 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 Tom LaneTighten test in contrib/bloom/t/001_wal.pl.
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.6.6. REL9_6_6
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-29 Robert HaasFix problems with the "role" GUC and parallel query.
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-27 Robert HaasFix mistaken failure to allow parallelism in corner...
2017-10-26 Tom LaneMake setrefs.c match by ressortgroupref even for plain...
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...
next