summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2017-02-03Fix placement of initPlans when forcibly materializing a subplan.Tom Lane
2017-02-02Fix mishandling of tSRFs at different nesting levels.Tom Lane
2017-02-02Increase upper bound for bgwriter_lru_maxpages.Robert Haas
2017-02-02pageinspect: Support hash indexes.Robert Haas
2017-02-02Add KOI8-U map files to Makefile.Heikki Linnakangas
2017-02-02Silence compiler warning.Heikki Linnakangas
2017-02-01Don't count background workers against a user's connection limit.Andrew Dunstan
2017-02-01Fix CatalogTupleInsert/Update abstraction for case of shared indstate.Tom Lane
2017-02-01Provide CatalogTupleDelete() as a wrapper around simple_heap_delete().Tom Lane
2017-02-01Refactor other replication commands to use DestRemoteSimple.Robert Haas
2017-02-01Make psql's \set display variables in alphabetical order.Tom Lane
2017-02-01Improve psql's behavior for \set and \unset of its control variables.Tom Lane
2017-02-01Replace isMD5() with a more future-proof way to check if pw is encrypted.Heikki Linnakangas
2017-02-01Don't create "holes" in BufFiles, in the new logtape code.Heikki Linnakangas
2017-02-01Small fixes to the Perl scripts to create unicode conversion tables.Heikki Linnakangas
2017-01-31Move comment about test slightly closer to test.Robert Haas
2017-01-31Tweak catalog indexing abstraction for upcoming WARMAlvaro Herrera
2017-01-31pg_dump: Fix handling of ALTER DEFAULT PRIVILEGESStephen Frost
2017-01-31perltidy pg_dump TAP testsStephen Frost
2017-01-31test_pg_dump: perltidy cleanupStephen Frost
2017-01-30Simplify some long-obsolete code in hba.c's next_token().Tom Lane
2017-01-30Invent pg_hba_file_rules view to show the content of pg_hba.conf.Tom Lane
2017-01-30Add a regression test script dedicated to exercising system views.Tom Lane
2017-01-30Make psql reject attempts to set special variables to invalid values.Tom Lane
2017-01-30Fix sequence test in cs_CZ localePeter Eisentraut
2017-01-30Additional test coverage for sequencesPeter Eisentraut
2017-01-30Update time zone data files to tzdata release 2016j.Tom Lane
2017-01-30Remove leftover reference to "indirect blocks" in comment.Heikki Linnakangas
2017-01-30Handle ALTER EXTENSION ADD/DROP with pg_init_privsStephen Frost
2017-01-30test_pg_dump TAP test whitespace cleanupStephen Frost
2017-01-27Refactor bitmap heap scan estimation of heap pages fetched.Robert Haas
2017-01-27Restructure hba.c to replace 3 parallel lists with single list of structs.Tom Lane
2017-01-27Improve comments about ProcessUtility's queryString parameter.Tom Lane
2017-01-27Orthography fixes for new castNode() macro.Tom Lane
2017-01-27Use castNode() in a bunch of statement-list-related code.Tom Lane
2017-01-27Use the new castNode() macro in a number of places.Andres Freund
2017-01-27Add castNode(type, ptr) for safe casting between NodeTag based types.Andres Freund
2017-01-26Remove test for COMMENT ON DATABASEAlvaro Herrera
2017-01-26Fill in no_priv_msg for publications and subscriptionsPeter Eisentraut
2017-01-26Simplify sequence testPeter Eisentraut
2017-01-26Check interrupts during hot standby waitsSimon Riggs
2017-01-26Add object_address tests for publications and subscriptionsPeter Eisentraut
2017-01-26Reset hot standby xmin on master after restartSimon Riggs
2017-01-26Ensure that a tsquery like '!foo' matches empty tsvectors.Tom Lane
2017-01-26Fix typo in description for pg_replication_origin_advance function.Fujii Masao
2017-01-25Fix typo: pg_statistics -> pg_statisticPeter Eisentraut
2017-01-25Introduce convenience macros to hide JsonbContainer header accesses better.Tom Lane
2017-01-25Update copyright years in some recently added filesPeter Eisentraut
2017-01-25Close replication connection when slot creation errorsPeter Eisentraut
2017-01-25Remove vestigial resolveUnknown arguments from transformSortClause etc.Tom Lane