aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Fix nbtree.h dedup state comment.Peter Geoghegan2020-06-17
* spinlock emulation: Fix bug when more than INT_MAX spinlocks are initialized.Andres Freund2020-06-17
* Avoid potential spinlock in a signal handler as part of global barriers.Andres Freund2020-06-17
* Improve server code to read files as part of a base backup.Robert Haas2020-06-17
* Minor code cleanup for perform_base_backup().Robert Haas2020-06-17
* Don't export basebackup.c's sendTablespace().Robert Haas2020-06-17
* Remove STATUS_WAITINGPeter Eisentraut2020-06-17
* Doc: fix copy-and-pasteo in ecpg docs.Tom Lane2020-06-16
* Lobotomize test for float -Inf ^ -2, at least for now.Tom Lane2020-06-16
* Fix file reference in nls.mkPeter Eisentraut2020-06-16
* In dpow(), remove redundant check for whether y is an integer.Tom Lane2020-06-16
* Remove useless variable.Thomas Munro2020-06-16
* Make BufFileWrite() void.Thomas Munro2020-06-16
* Fix buffile.c error handling.Thomas Munro2020-06-16
* doc: Document factorial functionPeter Eisentraut2020-06-16
* pg_upgrade: set vacuum_defer_cleanup_age to zeroBruce Momjian2020-06-15
* Fix power() for large inputs yet more.Tom Lane2020-06-15
* Assorted cleanup of tar-related code.Robert Haas2020-06-15
* Fix power() for infinity inputs some more.Tom Lane2020-06-15
* Fix some comments referring to past featuresMichael Paquier2020-06-15
* pg_dump: Unbreak dumping of aggregates from very old server versionsPeter Eisentraut2020-06-15
* Error message refactoringPeter Eisentraut2020-06-15
* Bump catversion for ACL changes on replication origin functionsMichael Paquier2020-06-15
* Doc: Add references for SI and SSI.Thomas Munro2020-06-15
* Fix behavior of exp() and power() for infinity inputs.Tom Lane2020-06-14
* Add test coverage for EXTRACT()Peter Eisentraut2020-06-14
* Replace superuser check by ACLs for replication origin functionsMichael Paquier2020-06-14
* Sync behavior of var_samp and stddev_samp for single NaN inputs.Tom Lane2020-06-13
* Fix behavior of float aggregates for single Inf or NaN inputs.Tom Lane2020-06-13
* Silence _bt_check_unique compiler warning.Peter Geoghegan2020-06-13
* Refactor AlterExtensionContentsStmt grammarPeter Eisentraut2020-06-13
* Grammar object type refactoringPeter Eisentraut2020-06-13
* Create by default sql/ and expected/ for output directory in pg_regressMichael Paquier2020-06-13
* Add more TAP tests for pg_dump options with range checksMichael Paquier2020-06-13
* Have pg_itoa, pg_ltoa and pg_lltoa return the length of the stringDavid Rowley2020-06-13
* Add missing extern keyword for a couple of numutils functionsDavid Rowley2020-06-13
* Avoid using a cursor in plpgsql's RETURN QUERY statement.Tom Lane2020-06-12
* Fix typos and some format mistakes in commentsMichael Paquier2020-06-12
* Make more use of RELKIND_HAS_STORAGE()Peter Eisentraut2020-06-12
* Improve comments for [Heap]CheckForSerializableConflictOut().Thomas Munro2020-06-12
* doc: document problems with using xreflabel in XML docsBruce Momjian2020-06-11
* doc: remove xreflabels from commits 75fcdd2ae2 and 85af628da5Bruce Momjian2020-06-11
* Fix mishandling of NaN counts in numeric_[avg_]combine.Tom Lane2020-06-11
* Rework HashAgg GUCs.Jeff Davis2020-06-11
* Avoid update conflict out serialization anomalies.Peter Geoghegan2020-06-11
* pg_dump: Remove dead codePeter Eisentraut2020-06-11
* Fix typos.Amit Kapila2020-06-11
* Refactor DROP LANGUAGE grammarPeter Eisentraut2020-06-11
* Remove deprecated syntax from CREATE/DROP LANGUAGEPeter Eisentraut2020-06-11
* Move frontend-side archive APIs from src/common/ to src/fe_utils/Michael Paquier2020-06-11