summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-06-27Persist slot invalidation correctlyAlvaro Herrera
2020-06-26Doc: explain that "timestamp - timestamp" applies justify_hours().Tom Lane
2020-06-25doc: mention trigger helper functions in CREATE TRIGGER docsBruce Momjian
2020-06-25docs: clarify that CREATE DATABASE does not copy db permissionsBruce Momjian
2020-06-25Fix misuse of table_index_fetch_tuple_check().Peter Geoghegan
2020-06-25Doc: correct nitpicky mistakes in array_position/array_positions examples.Tom Lane
2020-06-25Remove erroneous assertion from pg_copy_logical_replication_slot().Fujii Masao
2020-06-24Fix compiler warning induced by commit d8b15eeb8.Tom Lane
2020-06-24Adjust max_slot_wal_keep_size behavior per reviewAlvaro Herrera
2020-06-24Save slot's restart_lsn when invalidated due to sizeAlvaro Herrera
2020-06-24Add parens to ConvertToXSegs macroAlvaro Herrera
2020-06-24Fix comment in heap.cMichael Paquier
2020-06-22Doc fixup for hashagg_avoid_disk_plan GUC.Jeff Davis
2020-06-22Undo double-quoting of index names in non-text EXPLAIN output formats.Tom Lane
2020-06-22Fix inconsistent markups in catalogs.sgmlMichael Paquier
2020-06-22Add --no-index-cleanup and --no-truncate to vacuumdb.Michael Paquier
2020-06-21Language fixes for docs related to opclass optionsAlexander Korotkov
2020-06-21Doc: Tweak description of B-Tree duplicate tuples.Peter Geoghegan
2020-06-20Minor corrections to docs related to opclass optionsAlexander Korotkov
2020-06-20Fix masking of SP-GiST pages during xlog consistency checkAlexander Korotkov
2020-06-20Add documentation for opclass optionsAlexander Korotkov
2020-06-20Remove dead forceSync parameter of XactLogCommitRecord().Noah Misch
2020-06-20Removal unused function parameter in CopyReadBinaryAttribute.Amit Kapila
2020-06-19Ensure write failure reports no-disk-spaceAlvaro Herrera
2020-06-19Future-proof regression tests against possibly-missing posixrules file.Tom Lane
2020-06-19Adjust some glossary termsAlvaro Herrera
2020-06-19Fix deduplication "single value" strategy bug.Peter Geoghegan
2020-06-19Fix issues in invalidation of obsolete replication slots.Fujii Masao
2020-06-19Fix EXPLAIN ANALYZE for parallel HashAgg plansDavid Rowley
2020-06-19Clean up includes of s_lock.h.Andres Freund
2020-06-18Fix deadlock danger when atomic ops are done under spinlock.Andres Freund
2020-06-18Add basic spinlock tests to regression tests.Andres Freund
2020-06-18Doc: document POSIX-style time zone specifications in full.Tom Lane
2020-06-18Fix oldest xmin and LSN computation across repslots after advancingMichael Paquier
2020-06-18Disallow factorial of negative numbersPeter Eisentraut
2020-06-18Expand tests for factorialPeter Eisentraut
2020-06-18Remove reset of testtablespace from pg_regress on WindowsMichael Paquier
2020-06-17Sync our copy of the timezone library with IANA release tzcode2020a.Tom Lane
2020-06-17Fix nbtree.h dedup state comment.Peter Geoghegan
2020-06-17spinlock emulation: Fix bug when more than INT_MAX spinlocks are initialized.Andres Freund
2020-06-17Avoid potential spinlock in a signal handler as part of global barriers.Andres Freund
2020-06-17Improve server code to read files as part of a base backup.Robert Haas
2020-06-17Minor code cleanup for perform_base_backup().Robert Haas
2020-06-17Don't export basebackup.c's sendTablespace().Robert Haas
2020-06-17Remove STATUS_WAITINGPeter Eisentraut
2020-06-16Doc: fix copy-and-pasteo in ecpg docs.Tom Lane
2020-06-16Lobotomize test for float -Inf ^ -2, at least for now.Tom Lane
2020-06-16Fix file reference in nls.mkPeter Eisentraut
2020-06-16In dpow(), remove redundant check for whether y is an integer.Tom Lane
2020-06-16Remove useless variable.Thomas Munro