summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Represent Lists as expansible arrays, not chains of cons-cells.Tom Lane2019-07-1586-1115/+1248
* Provide XLogRecGetFullXid().Thomas Munro2019-07-152-0/+43
* Add gen_random_uuid functionPeter Eisentraut2019-07-1411-34/+76
* Forgotten catversion bumpAlexander Korotkov2019-07-141-1/+1
* Add support for <-> (box, point) operator to SP-GiST box_opsAlexander Korotkov2019-07-145-24/+135
* Add support for <-> (box, point) operator to GiST box_opsAlexander Korotkov2019-07-147-17/+133
* Add missing commutators for distance operatorsAlexander Korotkov2019-07-145-517/+687
* Teach pg_stat_statements not to ignore FOR UPDATE clausesAndrew Gierth2019-07-143-1/+140
* Fix documentation for pgbench tpcb-like.Thomas Munro2019-07-141-1/+1
* Revive test of concurrent OID generation.Noah Misch2019-07-131-12/+5
* Fix some inconsistencies in MSVC scriptsMichael Paquier2019-07-132-3/+3
* Fix and improve several places in the docsMichael Paquier2019-07-138-29/+26
* Fix tab completion for UPDATE.Thomas Munro2019-07-131-1/+1
* Tab completion for CREATE TYPE.Thomas Munro2019-07-131-0/+39
* Forward received condition variable signals on cancel.Thomas Munro2019-07-131-0/+11
* Introduce timed waits for condition variables.Thomas Munro2019-07-132-7/+56
* Warn if wal_level is too low when creating a publication.Thomas Munro2019-07-135-0/+40
* Fix get_actual_variable_range() to cope with broken HOT chains.Tom Lane2019-07-121-105/+178
* Fix RANGE partition pruning with multiple boolean partition keysDavid Rowley2019-07-123-15/+61
* Fixes for jsonpath filter expression elements table in docsAlexander Korotkov2019-07-111-4/+4
* Reduce memory consumption for multi-statement query strings.Tom Lane2019-07-102-5/+41
* docs: remove pg_roles mention of the oid column being displayedBruce Momjian2019-07-101-5/+0
* Mention limitation of unique in partitioned tablesAlvaro Herrera2019-07-101-0/+9
* Fix variable initialization when using buffering build with GiSTMichael Paquier2019-07-101-2/+3
* Assorted fixes for jsonpath documentationAlexander Korotkov2019-07-102-53/+64
* Fix missing calls to table_finish_bulk_insert during COPY, take 2David Rowley2019-07-101-8/+11
* Fix few typos and minor wordsmithing in tableam comments.Amit Kapila2019-07-101-6/+6
* Pass QueryEnvironment down to EvalPlanQual's EState.Thomas Munro2019-07-101-0/+1
* Propagate trigger arguments to partitionsAlvaro Herrera2019-07-094-2/+69
* Message style improvementsPeter Eisentraut2019-07-096-12/+11
* Force hash joins to be enabled in the hash join regression tests.Thomas Munro2019-07-092-0/+2
* doc: adjust to_timestamp()/to_date() wordingBruce Momjian2019-07-081-6/+6
* Adjust ssl_ciphers to be specific to OpenSSLBruce Momjian2019-07-081-1/+1
* Remove unused C structure memberBruce Momjian2019-07-081-1/+0
* tableam: Provide helper functions for relation sizing.Robert Haas2019-07-083-119/+185
* doc: Clarify logical replication documentationPeter Eisentraut2019-07-081-4/+9
* Fix inconsistencies in the codeMichael Paquier2019-07-0837-62/+52
* Use consistent style for checking return from system callsPeter Eisentraut2019-07-0719-45/+45
* Remove more unreferenced function declarationsMichael Paquier2019-07-074-6/+0
* In pg_log_generic(), be more paranoid about preserving errno.Tom Lane2019-07-061-0/+2
* Add missing source files to nls.mkPeter Eisentraut2019-07-062-2/+2
* psql: Fix logging output formatPeter Eisentraut2019-07-061-0/+1
* Add missing assertions for required table am callbacks.Amit Kapila2019-07-061-0/+5
* Add some test cases to improve test coverage of parse_expr.c.Tom Lane2019-07-052-2/+116
* Remove unreferenced function declarations.Tom Lane2019-07-053-5/+0
* Remove dead encoding-conversion functions.Tom Lane2019-07-0518-269/+44
* Remove unused variable in statext_mcv_serialize()Tomas Vondra2019-07-051-2/+1
* Add \warn command to psql.Tom Lane2019-07-056-11/+62
* Improve comment in postgresql.conf.sample.Thomas Munro2019-07-051-1/+1
* doc: Spell checkingPeter Eisentraut2019-07-058-32/+32