summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-09-21Quieten warnings about unused variablesAndrew Dunstan
2017-09-21Associate partitioning information with each RelOptInfo.Robert Haas
2017-09-20Improve dubious memory management in pg_newlocale_from_collation().Tom Lane
2017-09-20Fix instability in subscription regression test.Tom Lane
2017-09-20Fix erroneous documentation about noise word GROUP.Tom Lane
2017-09-20Fix create_lateral_join_info to handle dead relations properly.Robert Haas
2017-09-20Fix typo.Robert Haas
2017-09-20docs: re-add instructions on setting wal_level for rsync useBruce Momjian
2017-09-20Fix compiler warningPeter Eisentraut
2017-09-20Sync process names between ps and pg_stat_activityPeter Eisentraut
2017-09-20Mention need for --no-inc-recursive in rsync commandMagnus Hagander
2017-09-20Make WAL segment size configurable at initdb time.Andres Freund
2017-09-20Accept that server might not be able to send error in crash recovery test.Andres Freund
2017-09-20Remove no-op GiST support functions in the core GiST opclasses.Tom Lane
2017-09-20Allow no-op GiST support functions to be omitted.Tom Lane
2017-09-19s/NULL byte/NUL byte/ in comment refering to C string terminator.Andres Freund
2017-09-19Add basic TAP test setup for pg_upgradePeter Eisentraut
2017-09-19Avoid use of non-portable strnlen() in pgstat_clip_activity().Andres Freund
2017-09-19Speedup pgstat_report_activity by moving mb-aware truncation to read side.Andres Freund
2017-09-19Disable multi-byte citext testsAndrew Dunstan
2017-09-19Cache datatype-output-function lookup info across calls of concat().Tom Lane
2017-09-19Set client encoding to UTF8 for the citext regression scriptAndrew Dunstan
2017-09-19Make new crash restart test a bit more robust.Andres Freund
2017-09-19doc: add example of % substitution for connection URIsBruce Momjian
2017-09-19Add citext_pattern_ops for citext contrib moduleAndrew Dunstan
2017-09-19Rearm statement_timeout after each executed query.Andres Freund
2017-09-19Fix uninitialized variable in dshash.c.Andres Freund
2017-09-19Add test for postmaster crash restarts.Andres Freund
2017-09-19Fix crash restart bug introduced in 8356753c212.Andres Freund
2017-09-18Minor code-cleanliness improvements for btree.Tom Lane
2017-09-18Make ExplainOpenGroup and ExplainCloseGroup public.Tom Lane
2017-09-18Make DatumGetFoo/PG_GETARG_FOO/PG_RETURN_FOO macro names more consistent.Tom Lane
2017-09-18Fix, or at least ameliorate, bugs in logicalrep_worker_launch().Tom Lane
2017-09-18Update some dead external links in the documentationPeter Eisentraut
2017-09-18Remove dead external links from documentationPeter Eisentraut
2017-09-18Fix DROP SUBSCRIPTION hangPeter Eisentraut
2017-09-17Doc: update v10 release notes through today.Tom Lane
2017-09-17Allow rel_is_distinct_for() to look through RelabelType below OpExpr.Tom Lane
2017-09-17Fix possible dangling pointer dereference in trigger.c.Tom Lane
2017-09-17Ensure that BEFORE STATEMENT triggers fire the right number of times.Tom Lane
2017-09-17Fix bogus size calculation introduced by commit cc5f81366.Tom Lane
2017-09-16Doc: add example of transition table use in a trigger.Tom Lane
2017-09-16Fix SQL-spec incompatibilities in new transition table feature.Tom Lane
2017-09-16docs: clarify pg_upgrade docs regarding standbys and rsyncBruce Momjian
2017-09-16After a MINVALUE/MAXVALUE bound, allow only more of the same.Robert Haas
2017-09-15src/test/ldap: Fix test function in Linux portAlvaro Herrera
2017-09-15Apply pg_get_serial_sequence() to identity column sequences as wellPeter Eisentraut
2017-09-15Add LDAP authentication test suitePeter Eisentraut
2017-09-15Get rid of shared_record_typmod_registry_worker_detach; it doesn't work.Tom Lane
2017-09-15Test coverage for CREATE/ALTER FOREIGN DATA WRAPPER .. HANDLER.Robert Haas