summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2017-02-24Make tablesample work with partitioned tables.Robert Haas
2017-02-24Add an Assert that enum_cmp_internal() gets passed an FmgrInfo pointer.Tom Lane
2017-02-23Consistently declare timestamp variables as TimestampTz.Tom Lane
2017-02-23Remove now-dead code for !HAVE_INT64_TIMESTAMP.Tom Lane
2017-02-23Remove pg_control's enableIntTimes field.Tom Lane
2017-02-23De-support floating-point timestamps.Tom Lane
2017-02-23Fix logical replication with different encodingsPeter Eisentraut
2017-02-23Remove deprecated COMMENT ON RULE syntaxPeter Eisentraut
2017-02-22Correctly handle array pseudotypes in to_json and to_jsonbAndrew Dunstan
2017-02-22Pass the source text for a parallel query to the workers.Robert Haas
2017-02-22Shut down Gather's children before shutting down Gather itself.Robert Haas
2017-02-21Suppress unused-variable warning.Tom Lane
2017-02-21Fix sloppy handling of corner-case errors in fd.c.Tom Lane
2017-02-21Add tests for two-phase commitAlvaro Herrera
2017-02-21Fix whitespacePeter Eisentraut
2017-02-21Fix typo in comment.Fujii Masao
2017-02-21Fix connection leak in DROP SUBSCRIPTION command.Fujii Masao
2017-02-21Make walsender always initialize the buffers.Fujii Masao
2017-02-21Remove confusing comment about unsupported feature.Fujii Masao
2017-02-21Use less-generic table name in new regression test case.Tom Lane
2017-02-21Make more use of castNode()Peter Eisentraut
2017-02-21Drop support for Python 2.3Peter Eisentraut
2017-02-20Improve error message for misuse of TZ, tz, OF formatting patterns.Tom Lane
2017-02-19Make src/interfaces/libpq/test clean up after itself.Tom Lane
2017-02-19Dept of second thoughts: rename new perl script.Tom Lane
2017-02-19Adjust PL/Tcl regression test to dodge a possible bug or zone dependency.Tom Lane
2017-02-19Suppress "unused variable" warnings with older versions of flex.Tom Lane
2017-02-19Make partitions automatically inherit OIDs.Robert Haas
2017-02-19Add optimizer and executor support for parallel index-only scans.Robert Haas
2017-02-19Make dsa_allocate interface more like MemoryContextAlloc.Robert Haas
2017-02-18Fix help message for pg_basebackup -RMagnus Hagander
2017-02-18Optimize query for information_schema.constraint_column_usagePeter Eisentraut
2017-02-17pg_dump: Message style improvementsPeter Eisentraut
2017-02-17Document usage of COPT environment variable for adjusting configure flags.Tom Lane
2017-02-17pg_dump: Fix typo in queryPeter Eisentraut
2017-02-17Remove redundant coverage targetPeter Eisentraut
2017-02-17Fix typo on commentPeter Eisentraut
2017-02-16Add new function dsa_allocate0.Robert Haas
2017-02-16Avoid crash in ALTER TABLE not_partitioned DETACH PARTITION.Robert Haas
2017-02-15Formatting and docs corrections for logical decoding output plugins.Tom Lane
2017-02-15Make sure that hash join's bulk-tuple-transfer loops are interruptible.Tom Lane
2017-02-15Fix tab completion for "ALTER SYSTEM SET variable ...".Tom Lane
2017-02-15Fix YA unwanted behavioral difference with operator_precedence_warning.Tom Lane
2017-02-15Add optimizer and executor support for parallel index scans.Robert Haas
2017-02-15Replace min_parallel_relation_size with two new GUCs.Robert Haas
2017-02-15Fix wrong articles in pg_proc descriptions.Robert Haas
2017-02-15libpq: Make target_session_attrs=read-write consume empty result.Robert Haas
2017-02-15pg_upgrade: Fix problems caused by renaming pg_resetxlog.Robert Haas
2017-02-15Add CREATE COLLATION IF NOT EXISTS clausePeter Eisentraut
2017-02-15btree: Support parallel index scans.Robert Haas