aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* Avoid theoretical infinite loop loading relcache partition key.Robert Haas2017-05-09
* Remove no-longer-needed compatibility code for hash indexes.Robert Haas2017-05-09
* Fix typos in comments.Robert Haas2017-05-09
* Prohibit transition tables on views and foreign tables.Robert Haas2017-05-09
* Don't permit transition tables with TRUNCATE triggers.Robert Haas2017-05-09
* Pass EXEC_FLAG_REWIND when initializing a tuplestore scan.Robert Haas2017-05-09
* Disallow finite partition bound following earlier UNBOUNDED column.Robert Haas2017-05-09
* Improve memory use in logical replication applyPeter Eisentraut2017-05-09
* Remove the NODROP SLOT option from DROP SUBSCRIPTIONPeter Eisentraut2017-05-09
* Further patch rangetypes_selfuncs.c's statistics slot management.Tom Lane2017-05-08
* Check connection info string in ALTER SUBSCRIPTIONPeter Eisentraut2017-05-08
* Fix statistics reporting in logical replication workersPeter Eisentraut2017-05-08
* Fix possibly-uninitialized variable.Tom Lane2017-05-08
* Match pg_user_mappings limits to information_schema.user_mapping_options.Noah Misch2017-05-08
* Add security checks to selectivity estimation functionsPeter Eisentraut2017-05-08
* Remove support for password_encryption='off' / 'plain'.Heikki Linnakangas2017-05-08
* Remove poorly worded and duplicated commentSimon Riggs2017-05-08
* Fix memory leaks if random salt generation fails.Heikki Linnakangas2017-05-07
* RLS: Fix ALL vs. SELECT+UPDATE policy usageStephen Frost2017-05-06
* Fix duplicated words in comment.Andres Freund2017-05-06
* Fix off-by-one possibly leading to skipped XLOG_RUNNING_XACTS records.Andres Freund2017-05-06
* Suppress compiler warning about unportable pointer value.Tom Lane2017-05-05
* Prevent panic during shutdown checkpointPeter Eisentraut2017-05-05
* Misc cleanup of SCRAM code.Heikki Linnakangas2017-05-05
* Don't use SCRAM-specific "e=invalid-proof" on invalid password.Heikki Linnakangas2017-05-05
* Fix pfree-of-already-freed-tuple when rescanning a GiST index-only scan.Tom Lane2017-05-04
* Fix cursor_to_xml in tableforest false modePeter Eisentraut2017-05-03
* Add PQencryptPasswordConn function to libpq, use it in psql and createuser.Heikki Linnakangas2017-05-03
* Remove create_singleton_array(), hard-coding the case in its sole caller.Tom Lane2017-05-02
* Ensure commands in extension scripts see the results of preceding DDL.Tom Lane2017-05-02
* extstats: change output functions to emit valid JSONAlvaro Herrera2017-05-02
* Fix typos in comments.Robert Haas2017-05-02
* Avoid unnecessary catalog updates in ALTER SEQUENCEPeter Eisentraut2017-05-02
* Change hot_standby default value to 'on'Magnus Hagander2017-05-02
* Don't wake up logical replication launcher unnecessarilyPeter Eisentraut2017-05-01
* Improve function header comment for create_singleton_array().Tom Lane2017-05-01
* Reduce semijoins with unique inner relations to plain inner joins.Tom Lane2017-05-01
* Fix mis-optimization of semijoins with more than one LHS relation.Tom Lane2017-05-01
* Fix logical replication launcher wake up and resetPeter Eisentraut2017-05-01
* Fire per-statement triggers on partitioned tables.Robert Haas2017-05-01
* Fix possible null pointer dereference or invalid warning message.Tom Lane2017-04-30
* Fix VALIDATE CONSTRAINT to consider NO INHERIT attribute.Robert Haas2017-04-28
* In load_relcache_init_file, initialize rd_pdcxt.Robert Haas2017-04-28
* Speed up dropping tables with many partitions.Robert Haas2017-04-28
* Fix crash when partitioned column specified twice.Robert Haas2017-04-28
* Wait between tablesync worker restartsPeter Eisentraut2017-04-28
* Misc SCRAM code cleanups.Heikki Linnakangas2017-04-28
* Remove unnecessairly duplicated gram.y productionsStephen Frost2017-04-27
* Don't build full initial logical decoding snapshot if NOEXPORT_SNAPSHOT.Andres Freund2017-04-27
* Don't use on-disk snapshots for exported logical decoding snapshot.Andres Freund2017-04-27