]> granicus.if.org Git - postgresql/shortlog
postgresql
2017-02-01 Tom LaneFix CatalogTupleInsert/Update abstraction for case...
2017-02-01 Tom LaneProvide CatalogTupleDelete() as a wrapper around simple...
2017-02-01 Robert HaasRefactor other replication commands to use DestRemoteSi...
2017-02-01 Tom LaneMake psql's \set display variables in alphabetical...
2017-02-01 Tom LaneImprove psql's behavior for \set and \unset of its...
2017-02-01 Heikki LinnakangasReplace isMD5() with a more future-proof way to check...
2017-02-01 Heikki LinnakangasDon't create "holes" in BufFiles, in the new logtape...
2017-02-01 Heikki LinnakangasSmall fixes to the Perl scripts to create unicode conve...
2017-01-31 Robert HaasMove comment about test slightly closer to test.
2017-01-31 Alvaro HerreraTweak catalog indexing abstraction for upcoming WARM
2017-01-31 Stephen Frostpg_dump: Fix handling of ALTER DEFAULT PRIVILEGES
2017-01-31 Stephen Frostperltidy pg_dump TAP tests
2017-01-31 Stephen Frosttest_pg_dump: perltidy cleanup
2017-01-30 Tom LaneSimplify some long-obsolete code in hba.c's next_token().
2017-01-30 Tom LaneInvent pg_hba_file_rules view to show the content of...
2017-01-30 Tom LaneAdd a regression test script dedicated to exercising...
2017-01-30 Tom LaneMake psql reject attempts to set special variables...
2017-01-30 Peter EisentrautFix sequence test in cs_CZ locale
2017-01-30 Peter EisentrautAdditional test coverage for sequences
2017-01-30 Tom LaneUpdate time zone data files to tzdata release 2016j.
2017-01-30 Heikki LinnakangasRemove leftover reference to "indirect blocks" in comment.
2017-01-30 Stephen FrostHandle ALTER EXTENSION ADD/DROP with pg_init_privs
2017-01-30 Stephen Frosttest_pg_dump TAP test whitespace cleanup
2017-01-27 Robert HaasFix typo in comment.
2017-01-27 Robert HaasRefactor bitmap heap scan estimation of heap pages...
2017-01-27 Tom LaneRestructure hba.c to replace 3 parallel lists with...
2017-01-27 Tom LaneImprove comments about ProcessUtility's queryString...
2017-01-27 Tom LaneOrthography fixes for new castNode() macro.
2017-01-27 Tom LaneUse castNode() in a bunch of statement-list-related...
2017-01-27 Andres FreundUse the new castNode() macro in a number of places.
2017-01-27 Andres FreundAdd castNode(type, ptr) for safe casting between NodeTa...
2017-01-26 Alvaro HerreraRemove test for COMMENT ON DATABASE
2017-01-26 Peter EisentrautFill in no_priv_msg for publications and subscriptions
2017-01-26 Peter Eisentrautdoc: Update privileges documentation
2017-01-26 Peter EisentrautSimplify sequence test
2017-01-26 Simon RiggsCheck interrupts during hot standby waits
2017-01-26 Peter EisentrautAdd object_address tests for publications and subscriptions
2017-01-26 Simon RiggsReset hot standby xmin on master after restart
2017-01-26 Tom LaneEnsure that a tsquery like '!foo' matches empty tsvectors.
2017-01-26 Fujii MasaoFix typo in description for pg_replication_origin_advan...
2017-01-25 Peter EisentrautFix typo: pg_statistics -> pg_statistic
2017-01-25 Tom LaneIntroduce convenience macros to hide JsonbContainer...
2017-01-25 Peter Eisentrautdoc: Fix typo
2017-01-25 Peter Eisentrautdoc: Logical replication documentation improvements
2017-01-25 Peter EisentrautUpdate copyright years in some recently added files
2017-01-25 Peter EisentrautClose replication connection when slot creation errors
2017-01-25 Tom LaneRemove vestigial resolveUnknown arguments from transfor...
2017-01-25 Peter Eisentrautdoc: Fix typo
2017-01-25 Tom LaneMake UNKNOWN into an actual pseudo-type.
2017-01-25 Tom LaneChange unknown-type literals to type text in SELECT...
2017-01-25 Peter Eisentrautdoc: Update ALTER SEQUENCE documentation to match
2017-01-25 Tom LaneImprove speed of contrib/postgres_fdw regression tests.
2017-01-25 Robert HaasBe more aggressive in avoiding tuple conversion.
2017-01-25 Tom LaneUse non-conflicting table names in new regression test...
2017-01-24 Peter Eisentrautpg_dump: Fix some schema issues when dumping sequences
2017-01-24 Tom LaneAllow password file name to be specified as a libpq...
2017-01-24 Robert HaasAdd a SHOW command to the replication command language.
2017-01-24 Robert HaasAdd a new DestReceiver for printing tuples without...
2017-01-24 Robert HaasExtend index AM API for parallel index scans.
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...
next