summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2020-06-16Make BufFileWrite() void.Thomas Munro
2020-06-16Fix buffile.c error handling.Thomas Munro
2020-06-16doc: Document factorial functionPeter Eisentraut
2020-06-16pg_upgrade: set vacuum_defer_cleanup_age to zeroBruce Momjian
2020-06-15Fix power() for large inputs yet more.Tom Lane
2020-06-15Assorted cleanup of tar-related code.Robert Haas
2020-06-15Fix power() for infinity inputs some more.Tom Lane
2020-06-15Fix some comments referring to past featuresMichael Paquier
2020-06-15pg_dump: Unbreak dumping of aggregates from very old server versionsPeter Eisentraut
2020-06-15Error message refactoringPeter Eisentraut
2020-06-15Bump catversion for ACL changes on replication origin functionsMichael Paquier
2020-06-15Doc: Add references for SI and SSI.Thomas Munro
2020-06-14Fix behavior of exp() and power() for infinity inputs.Tom Lane