summaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)Author
2017-06-20Tweak publication fetching in psqlPeter Eisentraut
2017-06-20Change pg_get_publication_tables to prosecdef falsePeter Eisentraut
2017-06-19Fix leaking of small spilled subtransactions during logical decoding.Andres Freund
2017-06-17Fix typos in commentsMagnus Hagander
2017-06-17Define HAVE_UCOL_STRCOLLUTF8 on WindowsPeter Eisentraut
2017-06-16Reconcile nodes/*funcs.c with PostgreSQL 10 work.Noah Misch
2017-06-15Rename function for consistencyAlvaro Herrera
2017-06-14Fix problems related to RangeTblEntry members enrname and enrtuples.Robert Haas
2017-06-14Don't force-assign transaction id when exporting a snapshot.Andres Freund
2017-06-14Teach predtest.c about CHECK clauses to fix partitioning bugs.Robert Haas
2017-06-14Disallow set-returning functions inside CASE or COALESCE.Tom Lane
2017-06-13Re-run pgindent.Tom Lane
2017-06-13Fix collprovider of predefined collationsPeter Eisentraut
2017-06-08Use standard interrupt handling in logical replication launcher.Andres Freund
2017-06-08Mark to_tsvector(regconfig,json[b]) functions immutableAndrew Dunstan
2017-06-08Add statistics subdirectory to Makefile.Robert Haas
2017-06-07Fix updating of pg_subscription_rel from workersPeter Eisentraut
2017-06-06Unify SIGHUP handling between normal and walsender backends.Andres Freund
2017-06-06Prevent possibility of panics during shutdown checkpoint.Andres Freund
2017-06-06Revert "Prevent panic during shutdown checkpoint"Andres Freund
2017-06-06Fix ALTER SUBSCRIPTION grammar ambiguityPeter Eisentraut
2017-06-05Code review for shm_toc.h/.c.Tom Lane
2017-06-05Don't be so trusting that shm_toc_lookup() will always succeed.Tom Lane
2017-06-05Fix comments in simplehash.h.Heikki Linnakangas
2017-06-04#ifdef out assorted unused GEQO code.Tom Lane
2017-06-04Disallow CREATE INDEX if table is already in use in current session.Tom Lane
2017-06-02Fix signal handling in logical replication workersPeter Eisentraut
2017-05-31Avoid -Wconversion warnings from direct use of GET_n_BYTES macros.Tom Lane
2017-05-30Sort syscache identifiers into alphabetical order.Tom Lane
2017-05-30Fix omission of locations in outfuncs/readfuncs partitioning node support.Tom Lane
2017-05-29Code review focused on new node types added by partitioning support.Tom Lane
2017-05-17Post-PG 10 beta1 pgindent runBruce Momjian
2017-05-17Check relkind of tables in CREATE/ALTER SUBSCRIPTIONPeter Eisentraut
2017-05-17Preventive maintenance in advance of pgindent run.Tom Lane
2017-05-16Fix relcache leak when row triggers on partitions are fired by COPY.Robert Haas
2017-05-15Stamp 10beta1.REL_10_BETA1Tom Lane
2017-05-14Fix handling of extended statistics during ALTER COLUMN TYPE.Tom Lane
2017-05-14Remove no-longer-needed fields of Hash plan nodes.Tom Lane
2017-05-14Standardize terminology for pg_statistic_ext entries.Tom Lane
2017-05-13Fix race condition leading to hanging logical slot creation.Andres Freund
2017-05-13Redesign get_attstatsslot()/free_attstatsslot() for more safety and speed.Tom Lane
2017-05-13Teach \d+ to show partitioning constraints.Robert Haas
2017-05-13Fix multi-column range partitioning constraints.Robert Haas
2017-05-13Complete tab completion for DROP STATISTICSAlvaro Herrera
2017-05-12Avoid searching for callback functions in CallSyscacheCallbacks().Tom Lane
2017-05-12Avoid searching for the target catcache in CatalogCacheIdInvalidate.Tom Lane
2017-05-12Fix dependencies for extended statistics objects.Tom Lane
2017-05-12Change CREATE STATISTICS syntaxAlvaro Herrera
2017-05-12Standardize "WAL location" terminologyPeter Eisentraut
2017-05-12Replace "transaction log" with "write-ahead log"Peter Eisentraut