aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
...
* Make all unicode perl scripts to use strict, rearrange logic for clarity.Heikki Linnakangas2016-11-30
* Rewrite the perl scripts to produce our Unicode conversion tables.Heikki Linnakangas2016-11-30
* Remove leading zeros, for consistency with other map files.Heikki Linnakangas2016-11-30
* Remove code points < 0x80 from character conversion tables.Heikki Linnakangas2016-11-30
* Fix bogus handling of JOIN_UNIQUE_OUTER/INNER cases for parallel joins.Tom Lane2016-11-29
* Improve eqjoinsel_semi's behavior for small inner relations with no stats.Tom Lane2016-11-29
* Straighten out some whitespacePeter Eisentraut2016-11-29
* Add uuid to the set of types supported by contrib/btree_gist.Tom Lane2016-11-29
* libpq: Add target_session_attrs parameter.Robert Haas2016-11-29
* Add --no-blobs option to pg_dumpStephen Frost2016-11-29
* Fix incorrect variable type in set_rel_consider_parallel().Tom Lane2016-11-29
* Fix estimate_expression_value to constant-fold SQLValueFunction nodes.Tom Lane2016-11-28
* Fix get_relation_info name typo'ed in a commentAlvaro Herrera2016-11-28
* Fix busted tab-completion pattern for ALTER TABLE t ALTER c DROP ...Tom Lane2016-11-28
* Code review for early drop of orphaned temp relations in autovacuum.Tom Lane2016-11-27
* Fix test about ignoring extension dependencies during extension scripts.Tom Lane2016-11-26
* Mark IsPostmasterEnvironment and IsBackgroundWorker as PGDLLIMPORT.Robert Haas2016-11-26
* Bring some clarity to the defaults for the xxx_flush_after parameters.Tom Lane2016-11-25
* Mark a query's topmost Paths parallel-unsafe if they will have initPlans.Tom Lane2016-11-25
* Check for pending trigger events on far end when dropping an FK constraint.Tom Lane2016-11-25
* Fix typo in commentMagnus Hagander2016-11-25
* Check that default_tablespace affects ALTER TABLE ADD UNIQUE/PRIMARY KEY.Tom Lane2016-11-24
* Fix commit_ts for FrozenXid and BootstrapXidAlvaro Herrera2016-11-24
* Avoid masking a function parameter name with a local variable name.Tom Lane2016-11-23
* Make sure ALTER TABLE preserves index tablespaces.Tom Lane2016-11-23
* Remove barrier.hRobert Haas2016-11-22
* Code review for commit 274bb2b3857cc987cfa21d14775cae9b0dababa5.Robert Haas2016-11-22
* Improve handling of "UPDATE ... SET (column_list) = row_constructor".Tom Lane2016-11-22
* Support condition variables.Robert Haas2016-11-22
* Fix uninitialized variable.Tom Lane2016-11-21
* Fix PGLC_localeconv() to handle errors better.Tom Lane2016-11-21
* Fix optimization for skipping searches for parallel-query hazards.Tom Lane2016-11-21
* autovacuum: Drop orphan temp tables more quickly but with more caution.Robert Haas2016-11-21
* Fix test for subplans in force-parallel mode.Tom Lane2016-11-21
* Prevent multicolumn expansion of "foo.*" in an UPDATE source expression.Tom Lane2016-11-20
* Fix latent costing error in create_merge_append_path.Tom Lane2016-11-19
* Code review for GUC serialization/deserialization code.Tom Lane2016-11-19
* Add pg_sequences viewPeter Eisentraut2016-11-18
* Clean up pg_dump tests, re-enable BLOB testingStephen Frost2016-11-18
* Remove or reduce verbosity of some debug messages.Robert Haas2016-11-17
* Fix pg_dump's handling of circular dependencies in views.Tom Lane2016-11-17
* Improve pg_dump/pg_restore --create --if-exists logic.Tom Lane2016-11-17
* Re-pgindent src/bin/pg_dump/*Tom Lane2016-11-17
* Avoid pin scan for replay of XLOG_BTREE_VACUUM in all casesAlvaro Herrera2016-11-17
* Check that result tupdesc has exactly 1 column in return_next scalar case.Tom Lane2016-11-15
* Reserve zero as an invalid DSM handle.Robert Haas2016-11-15
* Allow DOS-style line endings in ~/.pgpass files.Tom Lane2016-11-15
* Account for catalog snapshot in PGXACT->xmin updates.Tom Lane2016-11-15
* Limit the number of number of tapes used for a sort to 501.Robert Haas2016-11-15
* Fix broken statement in UCS_to_most.pl.Robert Haas2016-11-15