summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2016-11-25Bring some clarity to the defaults for the xxx_flush_after parameters.Tom Lane
2016-11-25Mark a query's topmost Paths parallel-unsafe if they will have initPlans.Tom Lane
2016-11-25Check for pending trigger events on far end when dropping an FK constraint.Tom Lane
2016-11-25Fix typo in commentMagnus Hagander
2016-11-24Check that default_tablespace affects ALTER TABLE ADD UNIQUE/PRIMARY KEY.Tom Lane
2016-11-24Fix commit_ts for FrozenXid and BootstrapXidAlvaro Herrera
2016-11-23Avoid masking a function parameter name with a local variable name.Tom Lane
2016-11-23Make sure ALTER TABLE preserves index tablespaces.Tom Lane
2016-11-23Remove barrier.hRobert Haas
2016-11-22Code review for commit 274bb2b3857cc987cfa21d14775cae9b0dababa5.Robert Haas
2016-11-22Improve handling of "UPDATE ... SET (column_list) = row_constructor".Tom Lane
2016-11-22Support condition variables.Robert Haas
2016-11-22Fix uninitialized variable.Tom Lane
2016-11-21Fix PGLC_localeconv() to handle errors better.Tom Lane
2016-11-21Fix optimization for skipping searches for parallel-query hazards.Tom Lane
2016-11-21autovacuum: Drop orphan temp tables more quickly but with more caution.Robert Haas
2016-11-21Fix test for subplans in force-parallel mode.Tom Lane
2016-11-20Prevent multicolumn expansion of "foo.*" in an UPDATE source expression.Tom Lane
2016-11-19Fix latent costing error in create_merge_append_path.Tom Lane
2016-11-19Code review for GUC serialization/deserialization code.Tom Lane
2016-11-18Add pg_sequences viewPeter Eisentraut
2016-11-18Clean up pg_dump tests, re-enable BLOB testingStephen Frost
2016-11-17Remove or reduce verbosity of some debug messages.Robert Haas
2016-11-17Fix pg_dump's handling of circular dependencies in views.Tom Lane
2016-11-17Improve pg_dump/pg_restore --create --if-exists logic.Tom Lane
2016-11-17Re-pgindent src/bin/pg_dump/*Tom Lane
2016-11-17Avoid pin scan for replay of XLOG_BTREE_VACUUM in all casesAlvaro Herrera
2016-11-15Check that result tupdesc has exactly 1 column in return_next scalar case.Tom Lane
2016-11-15Reserve zero as an invalid DSM handle.Robert Haas
2016-11-15Allow DOS-style line endings in ~/.pgpass files.Tom Lane
2016-11-15Account for catalog snapshot in PGXACT->xmin updates.Tom Lane
2016-11-15Limit the number of number of tapes used for a sort to 501.Robert Haas
2016-11-15Fix broken statement in UCS_to_most.pl.Robert Haas
2016-11-15pgbench: Increase maximum size of log filename from 64 to MAXPGPATH.Robert Haas
2016-11-14Provide NO_INSTALLCHECK option for pgxs.Andres Freund
2016-11-14Fix typo in commentMagnus Hagander
2016-11-14Allow individual TAP tests to be run via PROVE_TESTSPeter Eisentraut
2016-11-14pg_upgrade: Upgrade sequence data via pg_dumpPeter Eisentraut
2016-11-14pg_dump: Separate table and sequence data object typesPeter Eisentraut
2016-11-10Cleanup of rewriter and planner handling of Query.hasRowSecurity flag.Tom Lane
2016-11-10Re-allow user_catalog_table option for materialized views.Tom Lane
2016-11-10Support "COPY view FROM" for views with INSTEAD OF INSERT triggers.Tom Lane
2016-11-10Fix partial aggregation for the case of a degenerate GROUP BY clause.Tom Lane
2016-11-09pgbench: Allow the transaction log file prefix to be changed.Robert Haas
2016-11-08Simplify code by getting rid of SPI_push, SPI_pop, SPI_restore_connection.Tom Lane
2016-11-08psql: Tab completion for renaming enum values.Robert Haas
2016-11-08Replace uses of SPI_modifytuple that intend to allocate in current context.Tom Lane
2016-11-08Fix typo.Robert Haas
2016-11-08Make SPI_fnumber() reject dropped columns.Tom Lane
2016-11-08Fix mistake in XLOG_SEG_SIZE test.Robert Haas