]> granicus.if.org Git - postgresql/shortlog
postgresql
2017-02-04 Tom LaneFirst-draft release notes for 9.6.2.
2017-02-04 Robert HaasRemove redundant comment.
2017-02-03 Robert HaasImprove grammar of message about two-phase state files.
2017-02-03 Robert Haaspageinspect: More type-sanity surgery on the new hash...
2017-02-03 Robert Haaspgstattuple: Add pgstathashindex.
2017-02-03 Fujii MasaoBe sure to release LogicalRepLauncherLock in DROP SUBSC...
2017-02-03 Tom LaneIn pageinspect/hashfuncs.c, avoid crashes on alignment...
2017-02-03 Robert Haaspageinspect: Remove platform-dependent values from...
2017-02-03 Tom LaneFix a bunch more portability bugs in commit 08bf6e529.
2017-02-03 Robert Haaspageinspect: Try to fix some bugs in previous commit.
2017-02-03 Tom LaneClean up psql's behavior for a few more control variables.
2017-02-03 Tom LaneAvoid improbable null pointer dereference in pgpassfile...
2017-02-03 Tom LaneFix placement of initPlans when forcibly materializing...
2017-02-02 Peter Eisentrautdoc: Add missing include in example code
2017-02-02 Tom LaneFix mishandling of tSRFs at different nesting levels.
2017-02-02 Peter Eisentrautdoc: Document result set of CREATE_REPLICATION_SLOT
2017-02-02 Robert HaasIncrease upper bound for bgwriter_lru_maxpages.
2017-02-02 Robert Haaspageinspect: Support hash indexes.
2017-02-02 Noah MischCode review for avoidance of direct cross-module links.
2017-02-02 Heikki LinnakangasAdd KOI8-U map files to Makefile.
2017-02-02 Heikki LinnakangasSilence compiler warning.
2017-02-01 Andrew DunstanDon't count background workers against a user's connect...
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...
next