summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-05-07RLS: Fix ALL vs. SELECT+UPDATE policy usageStephen Frost
2017-05-06Document current_role.Tom Lane
2017-05-05Allow MSVC to build with Tcl 8.6.Alvaro Herrera
2017-05-05Give nicer error message when connecting to a v10 server requiring SCRAM.Heikki Linnakangas
2017-05-05Fix cursor_to_xml in tableforest false modePeter Eisentraut
2017-05-04Fix pfree-of-already-freed-tuple when rescanning a GiST index-only scan.Tom Lane
2017-05-03Remove useless and rather expensive stanza in matview regression test.Tom Lane
2017-05-03Improve performance of timezone loading, especially pg_timezone_names view.Tom Lane
2017-05-02Ensure commands in extension scripts see the results of preceding DDL.Tom Lane
2017-05-02Fix perl thinko in commit fed6df486dcaAndrew Dunstan
2017-05-01Update time zone data files to tzdata release 2017b.Tom Lane
2017-05-01Allow vcregress.pl to run an arbitrary TAP test setAndrew Dunstan
2017-04-30Sync our copy of the timezone library with IANA release tzcode2017b.Tom Lane
2017-04-28doc: Fix typo in 9.6 release notesPeter Eisentraut
2017-04-28Fix VALIDATE CONSTRAINT to consider NO INHERIT attribute.Robert Haas
2017-04-27Don't use on-disk snapshots for exported logical decoding snapshot.Andres Freund
2017-04-27Cope with glibc too old to have epoll_create1().Tom Lane
2017-04-27Preserve required !catalog tuples while computing initial decoding snapshot.Andres Freund
2017-04-27Make latch.c more paranoid about child-process cases.Tom Lane
2017-04-26Allow multiple bgworkers to be launched per postmaster iteration.Tom Lane
2017-04-26postgres_fdw: Fix join push down with extensionsPeter Eisentraut
2017-04-24Revert "Use pselect(2) not select(2), if available, to wait in postmaster's l...Tom Lane
2017-04-24Use pselect(2) not select(2), if available, to wait in postmaster's loop.Tom Lane
2017-04-24Run the postmaster's signal handlers without SA_RESTART.Tom Lane
2017-04-24Fix postmaster's handling of fork failure for a bgworker process.Tom Lane
2017-04-23Zero padding in replication origin's checkpointed on disk-state.Andres Freund
2017-04-23Fix order of arguments to SubTransSetParent().Tom Lane
2017-04-23Fix TAP infrastructure to support Mingw betterAndrew Dunstan
2017-04-22Make PostgresNode.pm check server status more carefully.Tom Lane
2017-04-22Make PostgresNode::append_conf append a newline automatically.Tom Lane
2017-04-21doc: Update linkPeter Eisentraut
2017-04-21Avoid depending on non-POSIX behavior of fcntl(2).Tom Lane
2017-04-17Always build a custom plan node's targetlist from the path's pathtarget.Tom Lane
2017-04-17Fix compiler warningPeter Eisentraut
2017-04-15Provide a way to control SysV shmem attach address in EXEC_BACKEND builds.Tom Lane
2017-04-15Avoid passing function pointers across process boundaries.Tom Lane
2017-04-14Further fix pg_trgm's extraction of trigrams from regular expressions.Tom Lane
2017-04-13Fix regexport.c to behave sanely with lookaround constraints.Tom Lane
2017-04-13Move pg_stat_progress_vacuum to the table of Dynamic Statistics Views in doc.Fujii Masao
2017-04-10Improve castNode notation by introducing list-extraction-specific variants.Tom Lane
2017-04-07Fix planner error (or assert trap) with nested set operations.Tom Lane
2017-04-06Silence compiler warning in sepgsqlJoe Conway
2017-04-06Remove dead code and fix comments in fast-path function handling.Heikki Linnakangas
2017-04-06Fix integer-overflow problems in interval comparison.Tom Lane
2017-04-01Back-patch checkpoint clarification docs and pg_basebackup updatesMagnus Hagander
2017-04-01Fix parallel query so it doesn't spoil row estimates above Gather.Robert Haas
2017-04-01Don't use bgw_main even to specify in-core bgworker entrypoints.Robert Haas
2017-03-30Simplify the example of VACUUM in documentation.Fujii Masao
2017-03-28Suppress implicit-conversion warnings seen with newer clang versions.Tom Lane
2017-03-26Fix unportable disregard of alignment requirements in RADIUS code.Tom Lane