]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2017-01-24  Robert HaasFix things so that updatable views work with partitione...
2017-01-24  Robert HaasSet ecxt_scantuple correctly for tuple routing.
2017-01-24  Robert HaasReindent table partitioning code.
2017-01-24  Robert HaasFix incorrect comment: pgtime's tm_mon is 1-based,...
2017-01-24  Robert HaasRemove unused variable.
2017-01-24  Robert HaasDon't invoke arbitrary code inside a possibly-aborted...
2017-01-24  Robert HaasFix interaction of partitioned tables with BulkInsertState.
2017-01-24  Fujii MasaoMention logical replication tests in src/test/README.
2017-01-24  Fujii MasaoBe sure to release the lock on failure to launch logica...
2017-01-24  Tatsuo IshiiFix comments in StrategyNotifyBgWriter().
2017-01-23  Peter EisentrautFix parallel make issue with new fmgrprotos.h
2017-01-23  Peter EisentrautFix default minimum value for descending sequences
2017-01-23  Peter EisentrautDon't error when no system locales were found
2017-01-23  Peter EisentrautFix NULL pointer access in logical replication workers
2017-01-23  Peter EisentrautFix pointer confusion
2017-01-23  Peter EisentrautFix memory leaks in libpqwalreceiver
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.
next