summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2017-11-07Fix typo in comment.Robert Haas
2017-11-07Fix unportable spelling of int64 constant.Tom Lane
2017-11-07Fix unportable usage of <ctype.h> functions.Tom Lane
2017-11-07Remove secondary checkpointSimon Riggs
2017-11-07Exclude pg_internal.init from BASE_BACKUPSimon Riggs
2017-11-07Fix version numbering foulups exposed by 10.1.Tom Lane
2017-11-06Add tests for json{b}_populate_recordset() crash case.Tom Lane
2017-11-06Always require SELECT permission for ON CONFLICT DO UPDATE.Dean Rasheed
2017-11-06Add a temp-install prerequisite to "check"-like targets not having one.Noah Misch
2017-11-05Ignore CatalogSnapshot when checking COPY FREEZE prerequisites.Noah Misch
2017-11-05Fix commentMagnus Hagander
2017-11-04ecpg: Use bool instead of intPeter Eisentraut
2017-11-04ecpg: Remove useless return valuesPeter Eisentraut
2017-11-04Fix incorrect use of boolPeter Eisentraut
2017-11-03Avoid looping through line pointers twice in PageRepairFragmentation().Tom Lane
2017-11-03Flag index metapages as standard-format in xlog.c calls.Tom Lane
2017-11-03Fix thinkos in BRIN summarizationAlvaro Herrera
2017-11-03Don't reset additional columns on subscriber to NULL on UPDATEPeter Eisentraut
2017-11-03Fix BRIN summarization concurrent with extensionAlvaro Herrera
2017-11-03Improve error message for incorrect number inputs in libecpg.Michael Meskes
2017-11-02pgbench: replace run-time string comparisons with an enum identifier.Tom Lane
2017-11-02Set the metapage's pd_lower correctly in brin, gin, and spgist indexes.Tom Lane
2017-11-02Fix float parsing in ecpg INFORMIX mode.Michael Meskes
2017-11-02pg_ctl: Improve messagePeter Eisentraut
2017-11-02Fix corner-case errors in brin_doupdate().Tom Lane
2017-11-02Remove wal_keep_segments from default configuration in PostgresNode.pmPeter Eisentraut
2017-11-02Teach planner to account for HAVING quals in aggregation plan nodes.Tom Lane
2017-11-02Revert bogus fixes of HOT-freezing bugAlvaro Herrera
2017-11-02In client support of v10 features, use standard schema handling.Noah Misch
2017-11-01Allow bitmap scans to operate as index-only scans when possible.Tom Lane
2017-11-01Fix ALTER TABLE code to update domain constraints when needed.Tom Lane
2017-11-01pg_basebackup: Fix comparison handling of tablespace mappings on WindowsPeter Eisentraut
2017-11-01Make sure ecpglib does accepts digits behind decimal point even for integers inMichael Meskes
2017-10-31Fix underqualified cast-target type names in pg_dump and psql queries.Tom Lane
2017-10-31Don't exaggerate the number of temporary blocks read.Robert Haas
2017-10-31Fix code related to partitioning schemes for dropped columns.Robert Haas
2017-10-31Add sanity check for pg_proc.provariadicRobert Haas
2017-10-30Fix autovacuum work item error handlingAlvaro Herrera
2017-10-30Fix typo in commentMagnus Hagander
2017-10-29Fix problems with the "role" GUC and parallel query.Robert Haas
2017-10-29pg_receivewal: Add --no-sync option.Robert Haas
2017-10-29Add hash_combine64.Robert Haas
2017-10-28Support domains over composite types in PL/Perl.Tom Lane
2017-10-28Improve comments for parallel executor estimation functions.Robert Haas
2017-10-28Fix grammar.Robert Haas
2017-10-28Fix misplaced ReleaseSysCache call in get_default_partition_oid.Robert Haas
2017-10-27Dept of second thoughts: keep aliasp_item in sync with tlistitem.Tom Lane
2017-10-27Fix crash when columns have been added to the end of a view.Tom Lane
2017-10-27Allow parallel query for prepared statements with generic plans.Robert Haas
2017-10-27Rethink the dependencies recorded for FieldSelect/FieldStore nodes.Tom Lane