aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* Fix RANGE partition pruning with multiple boolean partition keysDavid Rowley2019-07-12
* Fixes for jsonpath filter expression elements table in docsAlexander Korotkov2019-07-11
* Reduce memory consumption for multi-statement query strings.Tom Lane2019-07-10
* docs: remove pg_roles mention of the oid column being displayedBruce Momjian2019-07-10
* Mention limitation of unique in partitioned tablesAlvaro Herrera2019-07-10
* Fix variable initialization when using buffering build with GiSTMichael Paquier2019-07-10
* Assorted fixes for jsonpath documentationAlexander Korotkov2019-07-10
* Fix missing calls to table_finish_bulk_insert during COPY, take 2David Rowley2019-07-10
* Fix few typos and minor wordsmithing in tableam comments.Amit Kapila2019-07-10
* Pass QueryEnvironment down to EvalPlanQual's EState.Thomas Munro2019-07-10
* Propagate trigger arguments to partitionsAlvaro Herrera2019-07-09
* Message style improvementsPeter Eisentraut2019-07-09
* Force hash joins to be enabled in the hash join regression tests.Thomas Munro2019-07-09
* doc: adjust to_timestamp()/to_date() wordingBruce Momjian2019-07-08
* Adjust ssl_ciphers to be specific to OpenSSLBruce Momjian2019-07-08
* Remove unused C structure memberBruce Momjian2019-07-08
* tableam: Provide helper functions for relation sizing.Robert Haas2019-07-08
* doc: Clarify logical replication documentationPeter Eisentraut2019-07-08
* Fix inconsistencies in the codeMichael Paquier2019-07-08
* Use consistent style for checking return from system callsPeter Eisentraut2019-07-07
* Remove more unreferenced function declarationsMichael Paquier2019-07-07
* In pg_log_generic(), be more paranoid about preserving errno.Tom Lane2019-07-06
* Add missing source files to nls.mkPeter Eisentraut2019-07-06
* psql: Fix logging output formatPeter Eisentraut2019-07-06
* Add missing assertions for required table am callbacks.Amit Kapila2019-07-06
* Add some test cases to improve test coverage of parse_expr.c.Tom Lane2019-07-05
* Remove unreferenced function declarations.Tom Lane2019-07-05
* Remove dead encoding-conversion functions.Tom Lane2019-07-05
* Remove unused variable in statext_mcv_serialize()Tomas Vondra2019-07-05
* Add \warn command to psql.Tom Lane2019-07-05
* Improve comment in postgresql.conf.sample.Thomas Munro2019-07-05
* doc: Spell checkingPeter Eisentraut2019-07-05
* Add min() and max() aggregates for pg_lsnMichael Paquier2019-07-05
* Update hardcoded DH parameters to IANA standardsMichael Paquier2019-07-05
* Simplify pg_mcv_list (de)serializationTomas Vondra2019-07-05
* Fix pg_mcv_list_items() to produce text[]Tomas Vondra2019-07-05
* Speed-up build of MCV lists with many distinct valuesTomas Vondra2019-07-05
* Remove unnecessary casts from size_t to intPeter Eisentraut2019-07-04
* Unwind some workarounds for lack of portable int64 format specifierPeter Eisentraut2019-07-04
* Sync our Snowball stemmer dictionaries with current upstreamPeter Eisentraut2019-07-04
* Clean up whitespace a bitPeter Eisentraut2019-07-04
* Introduce safer encoding and decoding routines for base64.cMichael Paquier2019-07-04
* Simplify TAP tests of pg_dump for connection stringsMichael Paquier2019-07-04
* Use appendStringInfoString and appendPQExpBufferStr where possibleDavid Rowley2019-07-04
* Ensure plpgsql result tuples have the right composite type marking.Tom Lane2019-07-03
* Doc: document table persistence display in \dt+.Tom Lane2019-07-03
* Show table persistence in psql's \dt+ and related commands.Tom Lane2019-07-03
* Don't remove surplus columns from GROUP BY for inheritance parentsDavid Rowley2019-07-03
* postgres_fdw: Remove redundancy in postgresAcquireSampleRowsFunc().Etsuro Fujita2019-07-03
* Fix small memory leak in ecpglib ecpg_update_declare_statement() is called theMichael Meskes2019-07-03