aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Read until EOF vice stat-reported size in read_binary_fileJoe Conway2020-07-04
* Clamp total-tuples estimates for foreign tables to ensure planner sanity.Tom Lane2020-07-03
* Fix temporary tablespaces for shared filesets some more.Tom Lane2020-07-03
* Inline plpgsql's exec_stmt() into exec_stmts().Tom Lane2020-07-03
* Fix temporary tablespaces for shared filesetsMagnus Hagander2020-07-03
* doc: Correct description of restart_lsn in pg_replication_slotsFujii Masao2020-07-03
* Change default of pg_stat_statements.track_planning to off.Fujii Masao2020-07-03
* Initialize work_mem using current guc.c default.Peter Geoghegan2020-07-02
* nbtree: Rename _bt_search() variables.Peter Geoghegan2020-07-02
* Move description of libpqwalreceiver hooks out of the replication's READMEMichael Paquier2020-07-02
* Refactor ObjectAddress field assignments in more placesMichael Paquier2020-07-01
* Improve vacuum error context handling.Amit Kapila2020-07-01
* Refactor creation of normal dependency records when creating extensionMichael Paquier2020-07-01
* Fix removal of files generated by TAP tests for SSLMichael Paquier2020-07-01
* Further adjustments to Hashagg EXPLAIN ANALYZE outputDavid Rowley2020-07-01
* Fix ecpg crash with bytea and cursor variables.Michael Meskes2020-06-30
* doc: clarify that storage parameter values are optionalBruce Momjian2020-06-30
* doc: change pg_upgrade wal_level to be not minimalBruce Momjian2020-06-30
* Add +(pg_lsn,numeric) and -(pg_lsn,numeric) operators.Fujii Masao2020-06-30
* Prevent compilation of frontend-only files in src/common/ with backendMichael Paquier2020-06-30
* pgstattuple: Have pgstattuple_approx accept TOAST tablesPeter Eisentraut2020-06-30
* Remove support for timezone "posixrules" file.Tom Lane2020-06-29
* Mop up some no-longer-necessary hacks around printf %.*s format.Tom Lane2020-06-29
* nbtree: Correct inaccurate split location comment.Peter Geoghegan2020-06-29
* Avoid using %c printf format for potentially non-ASCII characters.Tom Lane2020-06-29
* Add current substring regular expression syntaxPeter Eisentraut2020-06-29
* Clean up grammar a bitPeter Eisentraut2020-06-29
* Refactor ObjectAddress field assignments for type dependenciesMichael Paquier2020-06-29
* Fix documentation of "must be vacuumed within" warning.Noah Misch2020-06-27
* Fix list of SSL error codes for older OpenSSL versions.Tom Lane2020-06-27
* Add hints about protocol-version-related SSL connection failures.Tom Lane2020-06-27
* Change libpq's default ssl_min_protocol_version to TLSv1.2.Tom Lane2020-06-27
* Remove duplicate check added by commit b2a5545bd6.Amit Kapila2020-06-27
* Persist slot invalidation correctlyAlvaro Herrera2020-06-26
* Doc: explain that "timestamp - timestamp" applies justify_hours().Tom Lane2020-06-26
* doc: mention trigger helper functions in CREATE TRIGGER docsBruce Momjian2020-06-25
* docs: clarify that CREATE DATABASE does not copy db permissionsBruce Momjian2020-06-25
* Fix misuse of table_index_fetch_tuple_check().Peter Geoghegan2020-06-25
* Doc: correct nitpicky mistakes in array_position/array_positions examples.Tom Lane2020-06-25
* Remove erroneous assertion from pg_copy_logical_replication_slot().Fujii Masao2020-06-25
* Fix compiler warning induced by commit d8b15eeb8.Tom Lane2020-06-24
* Adjust max_slot_wal_keep_size behavior per reviewAlvaro Herrera2020-06-24
* Save slot's restart_lsn when invalidated due to sizeAlvaro Herrera2020-06-24
* Add parens to ConvertToXSegs macroAlvaro Herrera2020-06-24
* Fix comment in heap.cMichael Paquier2020-06-24
* Doc fixup for hashagg_avoid_disk_plan GUC.Jeff Davis2020-06-22
* Undo double-quoting of index names in non-text EXPLAIN output formats.Tom Lane2020-06-22
* Fix inconsistent markups in catalogs.sgmlMichael Paquier2020-06-22
* Add --no-index-cleanup and --no-truncate to vacuumdb.Michael Paquier2020-06-22
* Language fixes for docs related to opclass optionsAlexander Korotkov2020-06-21