]> granicus.if.org Git - postgresql/shortlog
postgresql
2017-01-23 Alvaro HerreraPrefetch blocks during lazy vacuum's truncation scan
2017-01-23 Tom LaneFix example plan in optimizer/README.
2017-01-23 Tom LaneVolatile-ize some plperl variables that must survive...
2017-01-23 Peter Eisentrautpg_dump: Fix minor memory leak
2017-01-23 Peter EisentrautFix typo
2017-01-22 Tom LaneRelocate static function declarations to be after typed...
2017-01-22 Tom LaneRemove no-longer-needed loop in ExecGather().
2017-01-22 Peter EisentrautAdd missing break
2017-01-21 Peter EisentrautAdd more includes so header files are self-contained
2017-01-21 Tom LaneFix cross-shlib linking in temporary installs on HPUX 10.
2017-01-21 Peter EisentrautMove some things from builtins.h to new header files
2017-01-20 Robert HaasAvoid useless respawining the autovacuum launcher at...
2017-01-20 Robert HaasFix comparison logic in partition_bounds_equal for...
2017-01-20 Alvaro HerreraRecord dependencies on owners for logical replication...
2017-01-20 Alvaro Herreratests: Use the right Perl operator
2017-01-20 Tom LaneTry to fix non-MSVC Windows builds in the wake of logic...
2017-01-20 Tom LaneAllow backslash line continuations in pgbench's meta...
2017-01-20 Fujii MasaoAdd description of temporary column into pg_replication...
2017-01-20 Peter EisentrautPaper over pg_upgrade test failure
2017-01-20 Peter EisentrautBump catversion
2017-01-20 Peter EisentrautLogical replication
2017-01-20 Tom LaneAvoid core dump for empty prepared statement in an...
2017-01-19 Tom LaneFix Assert failure induced by commit 215b43cdc.
2017-01-19 Andres FreundFix platform dependant regression output triggered...
2017-01-19 Andres FreundRemove obsoleted code relating to targetlist SRF evalua...
2017-01-19 Alvaro HerreraFix race condition in reading commit timestamps
2017-01-19 Peter Eisentrautinitdb: Fix for mixed-case superuser names
2017-01-19 Robert HaasTeach partitioning tests not to use DROP TABLE ......
2017-01-19 Robert HaasAvoid some code duplication in map_partition_varattnos().
2017-01-19 Robert HaasFix some problems in check_new_partition_bound().
2017-01-19 Robert HaasFix RETURNING to work correctly with partition tuple...
2017-01-19 Robert HaasFix failure to enforce partitioning contraint for inter...
2017-01-19 Stephen FrostDump sequence data based on the TableDataInfo flag
2017-01-19 Alvaro HerreraAllow negative years in make_date to represent BC years
2017-01-19 Andres FreundAdapt python regression tests to 69f4b9c85f16.
2017-01-18 Tom LaneDoc: improve documentation of new SRF-in-tlist behavior.
2017-01-18 Andres FreundMove targetlist SRF handling from expression evaluation...
2017-01-18 Robert HaasImprove comment in hashsearch.c.
2017-01-18 Tom LaneReset the proper GUC in create_index test.
2017-01-18 Alvaro HerreraChange some test macros to return true booleans
2017-01-18 Magnus HaganderImplement array version of jsonb_delete and operator
2017-01-18 Tom LaneDisable transforms that replaced AT TIME ZONE with...
2017-01-18 Robert HaasAvoid use of DROP TABLE .. CASCADE in partitioning...
2017-01-18 Robert HaasAdd some more tests for tuple routing.
2017-01-18 Robert HaasUpdate information_schema queries and system views...
2017-01-18 Alvaro HerreraMake messages mentioning type names more uniform
2017-01-18 Robert HaasFactor out logic for computing number of parallel workers.
2017-01-18 Tom LaneAvoid conflicts with collation aliases generated by...
2017-01-18 Tom LaneImprove RLS planning by marking individual quals with...
2017-01-18 Peter EisentrautAdd function to import operating system collations
2017-01-17 Alvaro HerreraRemove dead code in bootstrap
2017-01-17 Alvaro HerreraFix typo
2017-01-17 Alvaro HerreraFix typo
2017-01-17 Peter EisentrautCorrect include file path
2017-01-17 Peter EisentrautGenerate fmgr prototypes automatically
2017-01-17 Peter EisentrautRegister missing money operators in system catalogs
2017-01-17 Peter EisentrautAdd more tests for money type
2017-01-17 Peter EisentrautRename C symbols for backend lo_ functions
2017-01-17 Peter EisentrautRemove unnecessary include
2017-01-17 Peter EisentrautRemove unnecessary prototypes in loadable modules
2017-01-17 Peter Eisentrautdoc: Update URL for Microsoft download site
2017-01-17 Magnus HaganderAdd compression support to pg_receivexlog
2017-01-17 Fujii MasaoFix an assertion failure related to an exclusive backup.
2017-01-16 Tom LaneFix check_srf_call_placement() to handle VALUES cases...
2017-01-16 Tom LaneFix NULL pointer dereference in tuplesort.c.
2017-01-16 Magnus HaganderFix incorrect comparison due to bad merge
2017-01-16 Magnus HaganderMake pg_basebackup use temporary replication slots
2017-01-16 Fujii MasaoFix typos in comments.
2017-01-15 Tom LaneFix matching of boolean index columns to sort ordering.
2017-01-14 Tom LaneTeach contrib/pg_stat_statements to handle multi-statem...
2017-01-14 Tom LaneChange representation of statement lists, and add state...
2017-01-14 Tom LaneThrow suitable error for COPY TO STDOUT/FROM STDIN...
2017-01-14 Magnus HaganderChange default values for backup and replication parameters
2017-01-14 Peter Eisentrautpg_ctl: Change default to wait for all actions
2017-01-14 Peter EisentrautUpdates to reflect that pg_ctl stop -m fast is the...
2017-01-13 Tom LaneFix some more regression test row-order-instability...
2017-01-13 Tom LaneIn PL/Tcl tests, don't choke if optional error fields...
2017-01-13 Peter Eisentrautpg_upgrade: Fix for changed pg_ctl default stop mode
2017-01-13 Robert HaasFix a bug in how we generate partition constraints.
2017-01-13 Robert HaasFix cardinality estimates for parallel joins.
2017-01-12 Tom LaneFix field order in struct catcache.
2017-01-12 Peter EisentrautFix mistake in comment
2017-01-12 Peter EisentrautMake whitespace consistent inside some script files
2017-01-12 Robert HaasFix incorrect function name in comment.
2017-01-11 Stephen Frostpg_restore: Don't allow non-positive number of jobs
2017-01-11 Magnus HaganderFix some typos in comments
2017-01-11 Bruce Momjianpg_xlogdump: document --path behavior
2017-01-10 Stephen Frostpg_dump: Strict names with no matching schema
2017-01-10 Alvaro HerreraFix overflow check in StringInfo; add missing casts
2017-01-10 Robert HaasImprove coding in _hash_addovflpage.
2017-01-10 Stephen FrostFix invalid-parallel-jobs error message
2017-01-09 Tom LaneFix error handling in pltcl_returnnext.
2017-01-09 Alvaro HerreraFix ALTER TABLE / SET TYPE for irregular inheritance
2017-01-09 Alvaro HerreraBRIN revmap pages are not standard pages ...
2017-01-09 Tom LaneExpand the regression tests for PL/Tcl.
2017-01-09 Magnus HaganderUse an enum instead of two bools to indicate wal inclus...
2017-01-07 Tom LaneGet rid of ParseState.p_value_substitute; use a columnr...
2017-01-07 Tom LaneImprove documentation of struct ParseState.
2017-01-06 Stephen FrostAdd basic pg_dumpall/pg_restore TAP tests
2017-01-06 Tom LaneMerge two copies of tuple-building code in pltcl.c.
next