Commit Graph

49637 Commits (0f76294260b92849c4958fb706ecd5b5cd73e40e)
 

Author SHA1 Message Date
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
Peter Geoghegan 48c6959864 Doc: Tweak description of B-Tree duplicate tuples. 5 years ago
Alexander Korotkov 3be015c9fc Minor corrections to docs related to opclass options 5 years ago
Alexander Korotkov a44dd932ff Fix masking of SP-GiST pages during xlog consistency check 5 years ago
Alexander Korotkov 15cb2bd270 Add documentation for opclass options 5 years ago
Noah Misch d28ab91e71 Remove dead forceSync parameter of XactLogCommitRecord(). 5 years ago
Amit Kapila 74b4d78e03 Removal unused function parameter in CopyReadBinaryAttribute. 5 years ago
Alvaro Herrera ae3259c550
Ensure write failure reports no-disk-space 5 years ago
Tom Lane 2c8ef9363d Future-proof regression tests against possibly-missing posixrules file. 5 years ago
Alvaro Herrera 816cbb59e3 Adjust some glossary terms 5 years ago
Peter Geoghegan be14f884d5 Fix deduplication "single value" strategy bug. 5 years ago
Fujii Masao f9e9704f09 Fix issues in invalidation of obsolete replication slots. 5 years ago
David Rowley 9bdb300ded Fix EXPLAIN ANALYZE for parallel HashAgg plans 5 years ago
Andres Freund f219167910 Clean up includes of s_lock.h. 5 years ago
Andres Freund cf1234a10e Fix deadlock danger when atomic ops are done under spinlock. 5 years ago
Andres Freund 3b37a6de02 Add basic spinlock tests to regression tests. 5 years ago
Tom Lane a3235a53ae Doc: document POSIX-style time zone specifications in full. 5 years ago
Michael Paquier b48df818dc Fix oldest xmin and LSN computation across repslots after advancing 5 years ago
Peter Eisentraut 0a40563ead Disallow factorial of negative numbers 5 years ago
Peter Eisentraut 9d402c73ad Expand tests for factorial 5 years ago
Michael Paquier 2b2a070d98 Remove reset of testtablespace from pg_regress on Windows 5 years ago
Tom Lane d8b15eeb8a Sync our copy of the timezone library with IANA release tzcode2020a. 5 years ago