summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2019-04-25Fix function names in comments.Fujii Masao
2019-04-25Fix tablespace inheritance for partitioned relsAlvaro Herrera
2019-04-24Make pg_dump emit ATTACH PARTITION instead of PARTITION OFAlvaro Herrera
2019-04-24Fix some minor postmaster-state-machine issues.Tom Lane
2019-04-24Unify error messagesAlvaro Herrera
2019-04-24Allow pg_class xid & multixid horizons to not be set.Andres Freund
2019-04-23Repair assorted issues in locale data extraction.Tom Lane
2019-04-23Remove useless comment.Tom Lane
2019-04-23Prevent O(N^2) unique index insertion edge case.Peter Geoghegan
2019-04-23Avoid order-of-execution problems with ALTER TABLE ADD PRIMARY KEY.Tom Lane
2019-04-23Don't request pretty-printed output from xmlNodeDump().Tom Lane
2019-04-23Fix detection of passwords hashed with MD5 or SCRAM-SHA-256Michael Paquier
2019-04-22Convert gist to compute page level xid horizon on primary.Andres Freund
2019-04-21Fix mvdistinct and dependencies size calculationsTomas Vondra
2019-04-20GSSAPI: Improve documentation and testsStephen Frost
2019-04-19Fix slot type issue for fuzzy distance index scan over out-of-core table AM.Andres Freund
2019-04-19Fix two memory leaks around force-storing tuples in slots.Andres Freund
2019-04-19Fix problems with auto-held portals.Tom Lane
2019-04-19Fix collection of typos and grammar mistakes in docs and commentsMichael Paquier
2019-04-19Remove dependency to pageinspect in recovery testsMichael Paquier
2019-04-19Fix potential use-after-free for BEFORE UPDATE row triggers on non-core AMs.Andres Freund
2019-04-18Fix handling of temp and unlogged tables in FOR ALL TABLES publicationsPeter Eisentraut
2019-04-18pg_dump: Remove stray option parsing support for -o.Andres Freund
2019-04-17Tie loose ends in psql's new \dP commandAlvaro Herrera
2019-04-17psql: display tablespace for partitioned indexesAlvaro Herrera
2019-04-17postgresql.conf.sample: add proper defaults for include actionsBruce Momjian
2019-04-17Fix unportable code in pgbench.Tom Lane
2019-04-17Fix assorted minor bogosity in GSSAPI transport error messages.Tom Lane
2019-04-17Minor jsonpath fixes.Tom Lane
2019-04-17Return NULL for checksum failures if checksums are not enabledMagnus Hagander
2019-04-17Fix thinko introduced by 82a5649 in slot.cMichael Paquier
2019-04-17Simplify some ERROR paths clearing wait events and transient filesMichael Paquier
2019-04-17Rework handling of invalid indexes with REINDEX CONCURRENTLYMichael Paquier
2019-04-16Remove duplicate assignment when initializing logical decoder contextMichael Paquier
2019-04-16Don't write to stdin of a test process that could have already exited.Noah Misch
2019-04-15Use [FLEXIBLE_ARRAY_MEMBER] not [1] in MultiSortSupportData.Tom Lane
2019-04-15Convert pre-existing stats_ext tests to new styleTomas Vondra
2019-04-15Fix pg_mcv_list deserializationTomas Vondra
2019-04-15Fix failure with textual partition hash keys.Tom Lane
2019-04-15Avoid possible regression test instability in timestamp.sql.Tom Lane
2019-04-15Fix division by zero in _bt_vacuum_needs_cleanup()Alexander Korotkov
2019-04-15Fix thinko in ExecCleanupTupleRouting().Etsuro Fujita
2019-04-15Unbreak index optimization for LIKE on byteaPeter Eisentraut
2019-04-15Fix SHOW ALL command for non-superusers with replication connectionMichael Paquier
2019-04-15Test both 0.0.0.0 and 127.0.0.x addresses to find a usable port.Noah Misch
2019-04-14Switch TAP tests of pg_rewind to use non-superuser role, take twoMichael Paquier
2019-04-14MSYS: Translate REGRESS_SHLIB to a Windows file name.Noah Misch
2019-04-13When Perl "kill(9, ...)" fails, try "pg_ctl kill".Noah Misch
2019-04-13Prevent memory leaks associated with relcache rd_partcheck structures.Tom Lane
2019-04-13Consistently test for in-use shared memory.Noah Misch