Commit Graph

49424 Commits (eca08f58d05f45c4cae02bca5e1556ba58732fc4)
 

Author SHA1 Message Date
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
Peter Geoghegan 6924c37f77 Fix nbtree.h dedup state comment. 5 years ago
Andres Freund 4d4ca24efe spinlock emulation: Fix bug when more than INT_MAX spinlocks are initialized. 5 years ago
Andres Freund fd49d53807 Avoid potential spinlock in a signal handler as part of global barriers. 5 years ago
Robert Haas 2fd2effc50 Improve server code to read files as part of a base backup. 5 years ago
Robert Haas 453e0e3f0e Minor code cleanup for perform_base_backup(). 5 years ago
Robert Haas 1fa092913d Don't export basebackup.c's sendTablespace(). 5 years ago
Peter Eisentraut a513f1dfbf Remove STATUS_WAITING 5 years ago
Tom Lane 42aa1f0ab3 Doc: fix copy-and-pasteo in ecpg docs. 5 years ago
Tom Lane 3a990a1263 Lobotomize test for float -Inf ^ -2, at least for now. 5 years ago
Peter Eisentraut eab6e460e0 Fix file reference in nls.mk 5 years ago
Tom Lane 400f169373 In dpow(), remove redundant check for whether y is an integer. 5 years ago
Thomas Munro 4dd804a99c Remove useless variable. 5 years ago
Thomas Munro f5d18862bb Make BufFileWrite() void. 5 years ago