]> granicus.if.org Git - postgresql/history - src
Remove _hash_wrtbuf() in favor of calling MarkBufferDirty().
[postgresql] / src /
2016-12-16 Robert HaasRemove _hash_wrtbuf() in favor of calling MarkBufferDir...
2016-12-16 Heikki LinnakangasFix off-by-one in memory allocation for quote_literal_c...
2016-12-15 Tom LaneSync our copy of the timezone library with IANA release...
2016-12-15 Magnus HaganderAdd missing newline in message
2016-12-13 Tom LaneImprove handling of array elements as getdiag_targets...
2016-12-13 Tom LanePrevent planagg.c from failing on queries containing...
2016-12-13 Robert HaasFix bug in hashbulkdelete.
2016-12-13 Robert HaasFix bugs in RelationGetPartitionDispatchInfo.
2016-12-13 Robert HaasClean up code, comments, and formatting for table parti...
2016-12-13 Robert HaasUpdate typedefs.list
2016-12-12 Robert HaasRemove should_free arguments to tuplesort routines.
2016-12-12 Tom LaneCatversion bump for temporary replication slots.
2016-12-12 Tom LaneMake the different Unix-y semaphore implementations...
2016-12-12 Robert Haaspsql: Fix incorrect version check for table partitining.
2016-12-12 Tom LaneFix creative, but unportable, spelling of "ptr != NULL".
2016-12-12 Peter EisentrautAdd support for temporary replication slots
2016-12-12 Heikki LinnakangasRefactor the code for verifying user's password.
2016-12-12 Heikki LinnakangasFurther cleanup from the strong-random patch.
2016-12-12 Heikki LinnakangasFix two thinkos related to strong random keys.
2016-12-11 Tom LaneUse "%option prefix" to set API names in ecpg's lexer.
2016-12-11 Tom LanePrevent crash when ts_rewrite() replaces a non-top...
2016-12-09 Tom LaneBe more careful about Python refcounts while creating...
2016-12-09 Alvaro HerreraFix crasher bug in array_position(s)
2016-12-08 Heikki LinnakangasFix thinko in safeguard for negative availMem.
2016-12-08 Robert HaasFix bogus comment.
2016-12-08 Robert HaasSilence compiler warning.
2016-12-08 Robert HaasLog the creation of an init fork unconditionally.
2016-12-08 Tom LaneFix reporting of column typmods for multi-row VALUES...
2016-12-08 Heikki LinnakangasFix quoting and a compiler warning in dumping partitions.
2016-12-08 Heikki LinnakangasClean up password authentication code a bit.
2016-12-08 Heikki LinnakangasFix accounting of memory needed for merge heap.
2016-12-07 Robert HaasReplace references to COLLATE "en_CA" with COLLATE...
2016-12-07 Robert HaasReplace references to COLLATE "en_US" with COLLATE...
2016-12-07 Robert HaasImplement table partitioning.
2016-12-07 Tom LaneRestore psql's SIGPIPE setting if popen() fails.
2016-12-07 Tom LaneHandle empty or all-blank PAGER setting more sanely...
2016-12-07 Heikki LinnakangasFix query cancellation.
2016-12-07 Heikki LinnakangasFix whitespace.
2016-12-07 Stephen FrostSilence compiler warnings
2016-12-07 Tom LaneFix unsafe assumption that struct timeval.tv_sec is...
2016-12-06 Robert HaasFix interaction of parallel query with prepared statements.
2016-12-06 Stephen FrostBump catversion for restrictive RLS changes
2016-12-06 Tom LaneRemove extraneous semicolon from uses of relptr_declare().
2016-12-05 Robert HaasEnsure gatherstate->nextreader is properly initialized.
2016-12-05 Stephen FrostAdd support for restrictive RLS policies
2016-12-05 Robert Haasdsa: Cope with the possibility that SIZE_MAX is not...
2016-12-05 Robert Haaslibpq: Fix another bug in 721f7bd3cbccaf8c07cad2707826b...
2016-12-05 Robert HaasFix race introduced by 6d46f4783efe457f74816a75173eb23e...
2016-12-05 Robert HaasReduce the default for max_worker_processes back to 8.
2016-12-05 Robert HaasFix more DSA problems uncovered by the buildfarm.
2016-12-05 Robert HaasTry to fix some DSA-related compiler warnings.
2016-12-05 Heikki LinnakangasReplace PostmasterRandom() with a stronger source,...
2016-12-05 Fujii MasaoFix incorrect output from gin_desc().
2016-12-04 Tom LaneDon't mess up pstate->p_next_resno in transformOnConfli...
2016-12-04 Noah MischDocument recipe for testing compatibility with old...
2016-12-04 Noah MischMake pgwin32_putenv() probe every known CRT, regardless...
2016-12-03 Noah MischMake pgwin32_putenv() follow DLL loading and unloading.
2016-12-03 Noah MischMake pgwin32_putenv() visit debug CRTs.
2016-12-03 Noah MischRemove wrong CloseHandle() call.
2016-12-03 Noah MischRefine win32env.c cosmetics.
2016-12-02 Tom LaneFix broken wait-for-previous-process-to-exit loop in...
2016-12-02 Robert HaasFix thinko in b3427dade14cc31eb48740bc9ea98b5954470b24.
2016-12-02 Tom LaneDelete deleteWhatDependsOn() in favor of more performDe...
2016-12-02 Robert HaasIntroduce dynamic shared memory areas.
2016-12-02 Robert HaasManagement of free memory pages.
2016-12-02 Robert HaasAdd a crude facility for dealing with relative pointers.
2016-12-02 Alvaro HerreraFix outdated comments
2016-12-02 Robert HaasAdd max_parallel_workers GUC.
2016-12-02 Alvaro HerreraFix Windows build for 78c8c814390f
2016-12-02 Alvaro HerreraPermit dump/reload of not-too-large >1GB tuples
2016-12-02 Peter EisentrautRefactor libpqwalreceiver
2016-12-02 Peter EisentrautUse latch instead of select() in walreceiver
2016-12-01 Peter EisentrautAdd aggregate_with_argtypes and use it consistently
2016-12-01 Peter EisentrautMove function_with_argtypes to a better location
2016-12-01 Peter EisentrautUse grammar symbol function_with_argtypes consistently
2016-12-01 Robert Haaslibpq: Fix inadvertent change in PQhost() behavior.
2016-12-01 Andres FreundUser narrower representative tuples in the hash-agg...
2016-12-01 Andres FreundPerform one only projection to compute agg arguments.
2016-11-30 Robert HaasImprove hash index bucket split behavior.
2016-11-30 Heikki LinnakangasMake all unicode perl scripts to use strict, rearrange...
2016-11-30 Heikki LinnakangasRewrite the perl scripts to produce our Unicode convers...
2016-11-30 Heikki LinnakangasRemove leading zeros, for consistency with other map...
2016-11-30 Heikki LinnakangasRemove code points < 0x80 from character conversion...
2016-11-30 Tom LaneFix bogus handling of JOIN_UNIQUE_OUTER/INNER cases...
2016-11-29 Tom LaneImprove eqjoinsel_semi's behavior for small inner relat...
2016-11-29 Peter EisentrautStraighten out some whitespace
2016-11-29 Tom LaneAdd uuid to the set of types supported by contrib/btree...
2016-11-29 Robert Haaslibpq: Add target_session_attrs parameter.
2016-11-29 Stephen FrostAdd --no-blobs option to pg_dump
2016-11-29 Tom LaneFix incorrect variable type in set_rel_consider_parallel().
2016-11-29 Tom LaneFix estimate_expression_value to constant-fold SQLValue...
2016-11-28 Alvaro HerreraFix get_relation_info name typo'ed in a comment
2016-11-28 Tom LaneFix busted tab-completion pattern for ALTER TABLE t...
2016-11-28 Tom LaneCode review for early drop of orphaned temp relations...
2016-11-26 Tom LaneFix test about ignoring extension dependencies during...
2016-11-26 Robert HaasMark IsPostmasterEnvironment and IsBackgroundWorker...
2016-11-25 Tom LaneBring some clarity to the defaults for the xxx_flush_af...
2016-11-25 Tom LaneMark a query's topmost Paths parallel-unsafe if they...
2016-11-25 Tom LaneCheck for pending trigger events on far end when droppi...
2016-11-25 Magnus HaganderFix typo in comment
next