Commit Graph

49458 Commits (96d1f423f95d15c74989336e0776e1d55561a3f1)
 

Author SHA1 Message Date
Joe Conway 96d1f423f9 Read until EOF vice stat-reported size in read_binary_file 5 years ago
Tom Lane ca5e93f769 Clamp total-tuples estimates for foreign tables to ensure planner sanity. 5 years ago
Tom Lane f7b5988cc0 Fix temporary tablespaces for shared filesets some more. 5 years ago
Tom Lane 1f902d499e Inline plpgsql's exec_stmt() into exec_stmts(). 5 years ago
Magnus Hagander ecd9e9f0bc Fix temporary tablespaces for shared filesets 5 years ago
Fujii Masao 8f9b6d4057 doc: Correct description of restart_lsn in pg_replication_slots 5 years ago
Fujii Masao d1763ea8c9 Change default of pg_stat_statements.track_planning to off. 5 years ago
Peter Geoghegan 947456a823 Initialize work_mem using current guc.c default. 5 years ago
Peter Geoghegan e25d462a38 nbtree: Rename _bt_search() variables. 5 years ago
Michael Paquier 641dd167a3 Move description of libpqwalreceiver hooks out of the replication's README 5 years ago
Michael Paquier 4315e8c23b Refactor ObjectAddress field assignments in more places 5 years ago
Amit Kapila a69e041d0c Improve vacuum error context handling. 5 years ago
Michael Paquier 684b4f29b7 Refactor creation of normal dependency records when creating extension 5 years ago
Michael Paquier c4342c932a Fix removal of files generated by TAP tests for SSL 5 years ago
David Rowley 40efbf8706 Further adjustments to Hashagg EXPLAIN ANALYZE output 5 years ago
Michael Meskes e576f71fbe Fix ecpg crash with bytea and cursor variables. 5 years ago
Bruce Momjian aa90d9957b doc: clarify that storage parameter values are optional 5 years ago
Bruce Momjian 2a06cb86db doc: change pg_upgrade wal_level to be not minimal 5 years ago
Fujii Masao 9bae7e4cde Add +(pg_lsn,numeric) and -(pg_lsn,numeric) operators. 5 years ago
Michael Paquier 324435eb14 Prevent compilation of frontend-only files in src/common/ with backend 5 years ago
Peter Eisentraut ee0202d552 pgstattuple: Have pgstattuple_approx accept TOAST tables 5 years ago
Tom Lane ea57e531b9 Remove support for timezone "posixrules" file. 5 years ago
Tom Lane c410af098c Mop up some no-longer-necessary hacks around printf %.*s format. 5 years ago
Peter Geoghegan f7a476f0d6 nbtree: Correct inaccurate split location comment. 5 years ago
Tom Lane 16e3ad5d14 Avoid using %c printf format for potentially non-ASCII characters. 5 years ago
Peter Eisentraut 78c887679d Add current substring regular expression syntax 5 years ago
Peter Eisentraut aafefb4dcb Clean up grammar a bit 5 years ago
Michael Paquier 68de1440c7 Refactor ObjectAddress field assignments for type dependencies 5 years ago
Noah Misch 96879a0efb Fix documentation of "must be vacuumed within" warning. 5 years ago
Tom Lane e1cc25f59a Fix list of SSL error codes for older OpenSSL versions. 5 years ago
Tom Lane b63dd3d88f Add hints about protocol-version-related SSL connection failures. 5 years ago
Tom Lane 6e682f61a5 Change libpq's default ssl_min_protocol_version to TLSv1.2. 5 years ago
Amit Kapila e7b476c657 Remove duplicate check added by commit b2a5545bd6. 5 years ago
Alvaro Herrera 4ae08cd5fd
Persist slot invalidation correctly 5 years ago
Tom Lane eca08f58d0 Doc: explain that "timestamp - timestamp" applies justify_hours(). 5 years ago
Bruce Momjian 81d46ea12c doc: mention trigger helper functions in CREATE TRIGGER docs 5 years ago
Bruce Momjian d352de8d8e docs: clarify that CREATE DATABASE does not copy db permissions 5 years ago
Peter Geoghegan 10f1ab2cb8 Fix misuse of table_index_fetch_tuple_check(). 5 years ago
Tom Lane 463b808e75 Doc: correct nitpicky mistakes in array_position/array_positions examples. 5 years ago
Fujii Masao a82ba066ea Remove erroneous assertion from pg_copy_logical_replication_slot(). 5 years ago
Tom Lane 235c0f6eed Fix compiler warning induced by commit d8b15eeb8. 5 years ago
Alvaro Herrera b8fd4e02c6
Adjust max_slot_wal_keep_size behavior per review 5 years ago
Alvaro Herrera 0188bb8253
Save slot's restart_lsn when invalidated due to size 5 years ago
Alvaro Herrera 368d7f3297
Add parens to ConvertToXSegs macro 5 years ago
Michael Paquier a3554b2d71 Fix comment in heap.c 5 years ago
Jeff Davis 7ce4615601 Doc fixup for hashagg_avoid_disk_plan GUC. 5 years ago
Tom Lane 63d2ac23b0 Undo double-quoting of index names in non-text EXPLAIN output formats. 5 years ago
Michael Paquier fe186b4c20 Fix inconsistent markups in catalogs.sgml 5 years ago
Michael Paquier 9550ea3027 Add --no-index-cleanup and --no-truncate to vacuumdb. 5 years ago
Alexander Korotkov 14903f238e Language fixes for docs related to opclass options 5 years ago