aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Fix version numbering foulups exposed by 10.1.Tom Lane2017-11-06
* Last-minute updates for release notes.Tom Lane2017-11-06
* Add tests for json{b}_populate_recordset() crash case.Tom Lane2017-11-06
* start-scripts: switch to $PGUSER before opening $PGLOG.Noah Misch2017-11-06
* Always require SELECT permission for ON CONFLICT DO UPDATE.Dean Rasheed2017-11-06
* Add a temp-install prerequisite to "check"-like targets not having one.Noah Misch2017-11-05
* Release notes for 10.1, 9.6.6, 9.5.10, 9.4.15, 9.3.20, 9.2.24.Tom Lane2017-11-05
* Ignore CatalogSnapshot when checking COPY FREEZE prerequisites.Noah Misch2017-11-05
* Fix commentMagnus Hagander2017-11-05
* First-draft release notes for 10.1.Tom Lane2017-11-04
* doc: Update text for new recovery_target_lsn settingPeter Eisentraut2017-11-04
* ecpg: Use bool instead of intPeter Eisentraut2017-11-04
* ecpg: Remove useless return valuesPeter Eisentraut2017-11-04
* Fix incorrect use of boolPeter Eisentraut2017-11-04
* Avoid looping through line pointers twice in PageRepairFragmentation().Tom Lane2017-11-03
* Flag index metapages as standard-format in xlog.c calls.Tom Lane2017-11-03
* Fix thinkos in BRIN summarizationAlvaro Herrera2017-11-03
* doc: Convert ids to upper case at build timePeter Eisentraut2017-11-03
* Don't reset additional columns on subscriber to NULL on UPDATEPeter Eisentraut2017-11-03
* Fix BRIN summarization concurrent with extensionAlvaro Herrera2017-11-03
* Improve error message for incorrect number inputs in libecpg.Michael Meskes2017-11-03
* pgbench: replace run-time string comparisons with an enum identifier.Tom Lane2017-11-02
* Set the metapage's pd_lower correctly in brin, gin, and spgist indexes.Tom Lane2017-11-02
* Fix float parsing in ecpg INFORMIX mode.Michael Meskes2017-11-02
* pg_ctl: Improve messagePeter Eisentraut2017-11-02
* Simplify new test suite handling of passwordcheckPeter Eisentraut2017-11-02
* Fix corner-case errors in brin_doupdate().Tom Lane2017-11-02
* Remove wal_keep_segments from default configuration in PostgresNode.pmPeter Eisentraut2017-11-02
* doc: Clarify pgstattuple privileges informationPeter Eisentraut2017-11-02
* Teach planner to account for HAVING quals in aggregation plan nodes.Tom Lane2017-11-02
* Revert bogus fixes of HOT-freezing bugAlvaro Herrera2017-11-02
* doc: Adjust name in acknowledgmentsPeter Eisentraut2017-11-02
* In client support of v10 features, use standard schema handling.Noah Misch2017-11-01
* Doc: update URL for check_postgres.Tom Lane2017-11-01
* Allow bitmap scans to operate as index-only scans when possible.Tom Lane2017-11-01
* doc: Mention pg_stat_wal_receiver in streaming replication docsPeter Eisentraut2017-11-01
* Fix ALTER TABLE code to update domain constraints when needed.Tom Lane2017-11-01
* doc: Add to hot standby documentationPeter Eisentraut2017-11-01
* pg_basebackup: Fix comparison handling of tablespace mappings on WindowsPeter Eisentraut2017-11-01
* Make sure ecpglib does accepts digits behind decimal point even for integers inMichael Meskes2017-11-01
* Remove inbound links to sql-createuserStephen Frost2017-10-31
* Fix underqualified cast-target type names in pg_dump and psql queries.Tom Lane2017-10-31
* Don't exaggerate the number of temporary blocks read.Robert Haas2017-10-31
* Fix code related to partitioning schemes for dropped columns.Robert Haas2017-10-31
* Add sanity check for pg_proc.provariadicRobert Haas2017-10-31
* Doc: call out UPDATE syntax change as a v10 compatibility issue.Tom Lane2017-10-30
* Fix autovacuum work item error handlingAlvaro Herrera2017-10-30
* Fix typoMagnus Hagander2017-10-30
* Fix typo in commentMagnus Hagander2017-10-30
* Fix problems with the "role" GUC and parallel query.Robert Haas2017-10-29