summaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)Author
2017-06-21Phase 3 of pgindent updates.Tom Lane
2017-06-21Phase 2 of pgindent updates.Tom Lane
2017-06-21Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane
2017-06-21Final pgindent run with old pg_bsd_indent (version 1.3).Tom Lane
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-17Prevent dropping distribution keys for MODULOTomas Vondra
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-15Merge 'remotes/PGSQL/master' into xl10develPavan Deolasee
2017-06-15Use thread-specific storage for computing a snapshot.Pavan Deolasee
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-14Ensure that pgstat knowns about XL background processes.Pavan Deolasee
2017-06-14Revert "Collect and return query substrings corresponding to each SQL statement"Pavan Deolasee
2017-06-14Merge from PG master upto d5cb3bab564e0927ffac7c8729eacf181a12dd40Pavan Deolasee
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-08Switch connections after processing PGXLRemoteFetchSize rowsPavan Deolasee
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.Tom 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