summaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)Author
2017-07-31Fix comment.Tatsuo Ishii
2017-07-31Always use 2048 bit DH parameters for OpenSSL ephemeral DH ciphers.Heikki Linnakangas
2017-07-30Move ExecProcNode from dispatch to function pointer based model.Andres Freund
2017-07-26Update copyright in recently added filesAlvaro Herrera
2017-07-25Fix race conditions in replication slot operationsAlvaro Herrera
2017-07-21Use MINVALUE/MAXVALUE instead of UNBOUNDED for range partition bounds.Dean Rasheed
2017-07-19Add static assertions about pg_control fitting into one disk sector.Tom Lane
2017-07-18Fix serious performance problems in json(b) to_tsvector().Tom Lane
2017-07-18Use a real RT index when setting up partition tuple routing.Robert Haas
2017-07-14Code review for NextValueExpr expression node type.Tom Lane
2017-07-10Stamp 10beta2.Tom Lane
2017-06-30Fix locking in WAL receiver/sender shmem state structsAlvaro Herrera
2017-06-30Remove outdated commentPeter Eisentraut
2017-06-28Change pg_ctl to detect server-ready by watching status in postmaster.pid.Tom Lane
2017-06-28Fix transition tables for ON CONFLICT.Andrew Gierth
2017-06-28Fix transition tables for wCTEs.Andrew Gierth
2017-06-28Fix transition tables for partition/inheritance.Andrew Gierth
2017-06-24Further hacking on ICU collation creation and usage.Tom Lane
2017-06-23Rethink behavior of pg_import_system_collations().Tom Lane
2017-06-23Fix memory leakage in ICU encoding conversion, and other code review.Tom Lane
2017-06-21Reformat comments about ResultRelInfoPeter Eisentraut
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-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