summaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)Author
2018-07-27Improve locking semantics in GTM and GTM ProxyPavan Deolasee
2018-05-18Track clearly whether to run a remote transaction in autocommit or a blockPavan Deolasee
2017-11-04Move several functions from pgxcnode.c to poolmgr.cTomas Vondra
2017-11-04Comments and cleanup in the connection pool managerTomas Vondra
2017-11-04Improve comments in GTM code, minor naming tweaksTomas Vondra
2017-11-04Cleanup GTM API: make functions static, remove dead codeTomas Vondra
2017-10-14Allocate thread-local snapshot array staticallyTomas Vondra
2017-09-20Improve shared queue synchronization furtherPavan Deolasee
2017-09-18Ensure that we don't read rule definition with portable input onPavan Deolasee
2017-09-07Stamp Postgres-XL 10alpha2Pavan Deolasee
2017-08-22Handle rescan of RemoteQuery node correctlyPavan Deolasee
2017-08-21Define coordinator_lxid GUC as unsigned integerTomas Vondra
2017-08-18Merge commit '21d304dfedb4f26d0d6587d9ac39b1b5c499bb55'Pavan Deolasee
2017-08-14Final pgindent + perltidy run for v10.Tom Lane
2017-08-13Remove AtEOXact_CatCache().Tom Lane
2017-08-11Reject use of ucol_strcollUTF8() before ICU 53Peter Eisentraut
2017-08-10Improve the error message when creating an empty range partition.Robert Haas
2017-08-10Fix typo in comment.Robert Haas
2017-08-08Fix replication origin-related race conditionsAlvaro Herrera
2017-08-08Fix inadequacies in recently added wait eventsAlvaro Herrera
2017-08-07Stamp 10beta3.Tom Lane
2017-08-05Only kill sync workers at commit time in subscription DDLPeter Eisentraut
2017-08-04hash: Increase the number of possible overflow bitmaps by 8x.Robert Haas
2017-08-03Teach map_partition_varattnos to handle whole-row expressions.Robert Haas
2017-08-02Make temporary tables use shared storage on datanodesPavan Deolasee
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-13Merge remote-tracking branch 'remotes/PGSQL/master' of PG 10Pavan Deolasee
2017-07-10Stamp 10beta2.Tom Lane
2017-07-09Remove storm_catalog schemaTomas Vondra
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-28Merge remote-tracking branch 'remotes/origin/master' into xl10develPavan Deolasee
2017-06-27Merge PG10 master branch into xl10develPavan Deolasee
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