aboutsummaryrefslogtreecommitdiff
path: root/src/include
Commit message (Expand)AuthorAge
* Use standard interrupt handling in logical replication launcher.Andres Freund2017-06-08
* Mark to_tsvector(regconfig,json[b]) functions immutableAndrew Dunstan2017-06-08
* Add statistics subdirectory to Makefile.Robert Haas2017-06-08
* Fix updating of pg_subscription_rel from workersPeter Eisentraut2017-06-07
* Unify SIGHUP handling between normal and walsender backends.Andres Freund2017-06-05
* Prevent possibility of panics during shutdown checkpoint.Andres Freund2017-06-05
* Revert "Prevent panic during shutdown checkpoint"Andres Freund2017-06-05
* Fix ALTER SUBSCRIPTION grammar ambiguityPeter Eisentraut2017-06-05
* Code review for shm_toc.h/.c.Tom Lane2017-06-05
* Don't be so trusting that shm_toc_lookup() will always succeed.Tom Lane2017-06-05
* Fix comments in simplehash.h.Heikki Linnakangas2017-06-05
* #ifdef out assorted unused GEQO code.Tom Lane2017-06-04
* Disallow CREATE INDEX if table is already in use in current session.Tom Lane2017-06-04
* Fix signal handling in logical replication workersPeter Eisentraut2017-06-02
* Avoid -Wconversion warnings from direct use of GET_n_BYTES macros.Tom Lane2017-05-31
* Sort syscache identifiers into alphabetical order.Tom Lane2017-05-30
* Fix omission of locations in outfuncs/readfuncs partitioning node support.Tom Lane2017-05-30
* Code review focused on new node types added by partitioning support.Tom Lane2017-05-28
* Post-PG 10 beta1 pgindent runBruce Momjian2017-05-17
* Check relkind of tables in CREATE/ALTER SUBSCRIPTIONPeter Eisentraut2017-05-16
* Preventive maintenance in advance of pgindent run.Tom Lane2017-05-16
* Fix relcache leak when row triggers on partitions are fired by COPY.Robert Haas2017-05-16
* Stamp 10beta1.REL_10_BETA1Tom Lane2017-05-15
* Fix handling of extended statistics during ALTER COLUMN TYPE.Tom Lane2017-05-14
* Remove no-longer-needed fields of Hash plan nodes.Tom Lane2017-05-14
* Standardize terminology for pg_statistic_ext entries.Tom Lane2017-05-14
* Fix race condition leading to hanging logical slot creation.Andres Freund2017-05-13
* Redesign get_attstatsslot()/free_attstatsslot() for more safety and speed.Tom Lane2017-05-13
* Teach \d+ to show partitioning constraints.Robert Haas2017-05-13
* Fix multi-column range partitioning constraints.Robert Haas2017-05-13
* Complete tab completion for DROP STATISTICSAlvaro Herrera2017-05-13
* Avoid searching for callback functions in CallSyscacheCallbacks().Tom Lane2017-05-12
* Avoid searching for the target catcache in CatalogCacheIdInvalidate.Tom Lane2017-05-12
* Fix dependencies for extended statistics objects.Tom Lane2017-05-12
* Change CREATE STATISTICS syntaxAlvaro Herrera2017-05-12
* Standardize "WAL location" terminologyPeter Eisentraut2017-05-12
* Replace "transaction log" with "write-ahead log"Peter Eisentraut2017-05-12
* Rework the options syntax for logical replication commandsPeter Eisentraut2017-05-12
* Lag tracking for logical replicationSimon Riggs2017-05-12
* Rename WAL-related functions and views to use "lsn" not "location".Tom Lane2017-05-11
* Revert "Permit dump/reload of not-too-large >1GB tuples"Alvaro Herrera2017-05-10
* 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
* Add security checks to selectivity estimation functionsPeter Eisentraut2017-05-08
* Remove support for password_encryption='off' / 'plain'.Heikki Linnakangas2017-05-08
* Prevent panic during shutdown checkpointPeter Eisentraut2017-05-05
* Make SCRAM salts and nonces longer.Heikki Linnakangas2017-05-05
* Misc cleanup of SCRAM code.Heikki Linnakangas2017-05-05
* Add PQencryptPasswordConn function to libpq, use it in psql and createuser.Heikki Linnakangas2017-05-03