aboutsummaryrefslogtreecommitdiff
path: root/src/include
Commit message (Expand)AuthorAge
* Reject use of ucol_strcollUTF8() before ICU 53Peter Eisentraut2017-08-10
* Improve the error message when creating an empty range partition.Robert Haas2017-08-10
* Fix typo in comment.Robert Haas2017-08-10
* Fix replication origin-related race conditionsAlvaro Herrera2017-08-08
* Fix inadequacies in recently added wait eventsAlvaro Herrera2017-08-08
* Stamp 10beta3.REL_10_BETA3Tom Lane2017-08-07
* Only kill sync workers at commit time in subscription DDLPeter Eisentraut2017-08-04
* hash: Increase the number of possible overflow bitmaps by 8x.Robert Haas2017-08-04
* Teach map_partition_varattnos to handle whole-row expressions.Robert Haas2017-08-03
* Fix comment.Tatsuo Ishii2017-08-01
* Always use 2048 bit DH parameters for OpenSSL ephemeral DH ciphers.Heikki Linnakangas2017-07-31
* Move ExecProcNode from dispatch to function pointer based model.Andres Freund2017-07-30
* Update copyright in recently added filesAlvaro Herrera2017-07-26
* Fix race conditions in replication slot operationsAlvaro Herrera2017-07-25
* Use MINVALUE/MAXVALUE instead of UNBOUNDED for range partition bounds.Dean Rasheed2017-07-21
* Add static assertions about pg_control fitting into one disk sector.Tom Lane2017-07-19
* Fix serious performance problems in json(b) to_tsvector().Tom Lane2017-07-18
* Use a real RT index when setting up partition tuple routing.Robert Haas2017-07-17
* Code review for NextValueExpr expression node type.Tom Lane2017-07-14
* Stamp 10beta2.REL_10_BETA2Tom Lane2017-07-10
* Fix locking in WAL receiver/sender shmem state structsAlvaro Herrera2017-06-30
* Remove outdated commentPeter Eisentraut2017-06-30
* Change pg_ctl to detect server-ready by watching status in postmaster.pid.Tom Lane2017-06-28
* Fix transition tables for ON CONFLICT.Andrew Gierth2017-06-28
* Fix transition tables for wCTEs.Andrew Gierth2017-06-28
* Fix transition tables for partition/inheritance.Andrew Gierth2017-06-28
* Further hacking on ICU collation creation and usage.Tom Lane2017-06-24
* Rethink behavior of pg_import_system_collations().Tom Lane2017-06-23
* Fix memory leakage in ICU encoding conversion, and other code review.Tom Lane2017-06-23
* Reformat comments about ResultRelInfoPeter Eisentraut2017-06-21
* Phase 3 of pgindent updates.Tom Lane2017-06-21
* Phase 2 of pgindent updates.Tom Lane2017-06-21
* Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane2017-06-21
* Final pgindent run with old pg_bsd_indent (version 1.3).Tom Lane2017-06-21
* Tweak publication fetching in psqlPeter Eisentraut2017-06-20
* Change pg_get_publication_tables to prosecdef falsePeter Eisentraut2017-06-20
* Fix leaking of small spilled subtransactions during logical decoding.Andres Freund2017-06-18
* Fix typos in commentsMagnus Hagander2017-06-17
* Define HAVE_UCOL_STRCOLLUTF8 on WindowsPeter Eisentraut2017-06-17
* Reconcile nodes/*funcs.c with PostgreSQL 10 work.Noah Misch2017-06-16
* Rename function for consistencyAlvaro Herrera2017-06-15
* Fix problems related to RangeTblEntry members enrname and enrtuples.Robert Haas2017-06-14
* Don't force-assign transaction id when exporting a snapshot.Andres Freund2017-06-14
* Teach predtest.c about CHECK clauses to fix partitioning bugs.Robert Haas2017-06-14
* Disallow set-returning functions inside CASE or COALESCE.Tom Lane2017-06-13
* Re-run pgindent.Tom Lane2017-06-13
* Fix collprovider of predefined collationsPeter Eisentraut2017-06-13
* 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