]> granicus.if.org Git - postgresql/shortlog
postgresql
2017-12-05 Peter Eisentrautdoc: Update memory requirements for FOP
2017-12-05 Robert HaasFix accumulation of parallel worker instrumentation.
2017-12-05 Andres FreundFix EXPLAIN ANALYZE of hash join when the leader doesn...
2017-12-05 Robert Haaspostgres_fdw: Fix failing regression test.
2017-12-05 Robert Haaspostgres_fdw: Judge password use by run-as user, not...
2017-12-05 Robert HaasMark assorted variables PGDLLIMPORT.
2017-12-05 Peter Eisentrautdoc: Turn on generate.consistent.ids parameter
2017-12-05 Tom LaneTreat directory open failures as hard errors in ResetUn...
2017-12-05 Peter EisentrautFix warnings from cpluspluscheck
2017-12-04 Tom LaneSimplify do_pg_start_backup's API by opening pg_tblspc...
2017-12-04 Tom LaneImprove error handling in RemovePgTempFiles().
2017-12-04 Tom LaneClean up assorted messiness around AllocateDir() usage.
2017-12-04 Robert HaasWhen VACUUM or ANALYZE skips a concurrently dropped...
2017-12-04 Tom LaneSupport boolean columns in functional-dependency statis...
2017-12-04 Robert HaasRemove memory leak protection from Gather and Gather...
2017-12-03 Tom LaneFix uninitialized-variable compiler warning induced...
2017-12-02 Andres FreundAdjust #ifdef EXEC_BACKEND RemovePgTempFilesInDir(...
2017-12-02 Andres FreundAdd infrastructure for sharing temporary files between...
2017-12-01 Robert HaasMinor code beautification in partition_bounds_equal.
2017-12-01 Robert Haaspostgres_fdw: Fix test that didn't test what it claimed.
2017-12-01 Robert HaasRe-allow INSERT .. ON CONFLICT DO NOTHING on partitione...
2017-12-01 Robert HaasTry to exclude partitioned tables in toto.
2017-12-01 Robert HaasFix uninitialized memory reference.
2017-12-01 Peter EisentrautCheck channel binding flag at end of SCRAM exchange
2017-12-01 Peter Eisentrautpg_basebackup: Fix progress messages when writing to...
2017-11-30 Robert HaasRemove extra word from comment.
2017-11-30 Peter EisentrautSQL procedures
2017-11-30 Robert HaasMake create_unique_path manage memory like mark_dummy_rel.
2017-11-30 Noah MischFix non-GNU makefiles for AIX make.
2017-11-30 Tom LaneFix neqjoinsel's behavior for semi/anti join cases.
2017-11-30 Andres FreundAdd a barrier primitive for synchronizing backends.
2017-11-30 Andres FreundAdd some regression tests that exercise hash join code.
2017-11-29 Robert HaasNew C function: bms_add_range
2017-11-29 Robert HaasAdd extensive tests for partition pruning.
2017-11-29 Peter EisentrautPL/Python: Fix remaining scan-build warnings
2017-11-29 Peter EisentrautAdd compiler hints to PLy_elog()
2017-11-29 Robert HaasUpdate typedefs.list and re-run pgindent
2017-11-29 Tom LaneClarify old comment about qual_is_pushdown_safe's handl...
2017-11-29 Alvaro HerreraMake memset() use sizeof() rather than re-compute size
2017-11-29 Alvaro HerreraFix extstat collection when no stats are produced for...
2017-11-28 Robert HaasFix wrong function name in comment.
2017-11-28 Robert HaasIf a range-partitioned table has no default partition...
2017-11-28 Peter EisentrautRevert "PL/Python: Fix potential NULL pointer dereference"
2017-11-28 Robert HaasFix ReinitializeParallelDSM to tolerate finding no...
2017-11-28 Robert HaasTeach bitmap heap scan to cope with absence of a DSA.
2017-11-28 Peter EisentrautPL/Python: Fix potential NULL pointer dereference
2017-11-28 Robert HaasAdd null test to partition constraint for default range...
2017-11-28 Robert HaasFix typo.
2017-11-28 Tom LaneMark some more functions as pg_attribute_noreturn().
2017-11-28 Tom LaneFix assorted syscache lookup sloppiness in partition...
2017-11-27 Tom LaneFix creation of resjunk tlist entries for inherited...
2017-11-27 Simon RiggsAdditional docs for toast_tuple_target changes
2017-11-27 Simon RiggsPad XLogReaderState's per-buffer data_bufsz more aggres...
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-25 Tom LaneUpdate buffile.h/.c comments for removal of non-temp...
2017-11-25 Tom LaneImprove planner's handling of set-returning functions...
2017-11-25 Robert HaasAvoid projecting tuples unnecessarily in Gather and...
2017-11-25 Tom LaneImprove valgrind logic in aset.c, and fix multiple...
2017-11-24 Tom LaneMostly-cosmetic improvements in memory chunk header...
2017-11-24 Tom LaneFix bug in generation.c's valgrind support.
2017-11-24 Dean RasheedRLS comment fixes.
2017-11-24 Dean RasheedFix broken XML in CREATE POLICY sgml.
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-23 Tom LaneEnsure sizeof(GenerationChunk) is maxaligned.
2017-11-23 Peter EisentrautConvert documentation to DocBook XML
2017-11-23 Fujii Masaodoc: mention wal_receiver_status_interval as GUC affect...
2017-11-23 Noah MischBuild src/test/isolation during "make" and "make install".
2017-11-22 Magnus HaganderFix typo
2017-11-22 Simon RiggsTweak code for older compilers
2017-11-22 Simon RiggsGenerational memory allocator
2017-11-22 Simon RiggsSort default partition to bottom of psql \d+
2017-11-22 Simon RiggsShow partition info from psql \d+
2017-11-22 Simon RiggsSet es_output_cid in replication worker
2017-11-21 Tom Lanepgbench: fix stats reporting when some transactions...
2017-11-21 Tom LaneDoc: fix broken markup.
2017-11-21 Robert HaasProvide for forward compatibility with future minor...
2017-11-21 Robert HaasFix multiple problems with satisfies_hash_partition.
2017-11-21 Tom LaneSupport index-only scans in contrib/cube and contrib...
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-20 Simon RiggsFix pg_control_checkpoint from commit 4b0d28de06
2017-11-20 Robert HaasTweak use of ExecContextForcesOids by Gather (Merge).
2017-11-20 Robert HaasPass eflags down to parallel workers.
2017-11-20 Simon RiggsReduce test variability for toast_tuple_target test
2017-11-19 Simon RiggsParameter toast_tuple_target controls TOAST for new...
2017-11-18 Tom LaneFix compiler warning in rangetypes_spgist.c.
2017-11-18 Tom LaneMerge near-duplicate code in RI triggers.
2017-11-18 Peter EisentrautConsistently catch errors from Python _New() functions
2017-11-18 Tom LaneImprove to_date/to_number/to_timestamp behavior with...
2017-11-18 Tom LaneFix quoted-substring handling in format parsing for...
2017-11-18 Peter EisentrautSupport channel binding 'tls-unique' in SCRAM
next