Commit Graph

49396 Commits (f219167910ad33dfd8f1b0bba15323d71a91c4e9)
 

Author SHA1 Message Date
Andres Freund f219167910 Clean up includes of s_lock.h. 6 years ago
Andres Freund cf1234a10e Fix deadlock danger when atomic ops are done under spinlock. 6 years ago
Andres Freund 3b37a6de02 Add basic spinlock tests to regression tests. 6 years ago
Tom Lane a3235a53ae Doc: document POSIX-style time zone specifications in full. 6 years ago
Michael Paquier b48df818dc Fix oldest xmin and LSN computation across repslots after advancing 6 years ago
Peter Eisentraut 0a40563ead Disallow factorial of negative numbers 6 years ago
Peter Eisentraut 9d402c73ad Expand tests for factorial 6 years ago
Michael Paquier 2b2a070d98 Remove reset of testtablespace from pg_regress on Windows 6 years ago
Tom Lane d8b15eeb8a Sync our copy of the timezone library with IANA release tzcode2020a. 6 years ago
Peter Geoghegan 6924c37f77 Fix nbtree.h dedup state comment. 6 years ago
Andres Freund 4d4ca24efe spinlock emulation: Fix bug when more than INT_MAX spinlocks are initialized. 6 years ago
Andres Freund fd49d53807 Avoid potential spinlock in a signal handler as part of global barriers. 6 years ago
Robert Haas 2fd2effc50 Improve server code to read files as part of a base backup. 6 years ago
Robert Haas 453e0e3f0e Minor code cleanup for perform_base_backup(). 6 years ago
Robert Haas 1fa092913d Don't export basebackup.c's sendTablespace(). 6 years ago
Peter Eisentraut a513f1dfbf Remove STATUS_WAITING 6 years ago
Tom Lane 42aa1f0ab3 Doc: fix copy-and-pasteo in ecpg docs. 6 years ago
Tom Lane 3a990a1263 Lobotomize test for float -Inf ^ -2, at least for now. 6 years ago
Peter Eisentraut eab6e460e0 Fix file reference in nls.mk 6 years ago
Tom Lane 400f169373 In dpow(), remove redundant check for whether y is an integer. 6 years ago
Thomas Munro 4dd804a99c Remove useless variable. 6 years ago
Thomas Munro f5d18862bb Make BufFileWrite() void. 6 years ago
Thomas Munro 7897e3bb90 Fix buffile.c error handling. 6 years ago
Peter Eisentraut 4c5cf54314 doc: Document factorial function 6 years ago
Bruce Momjian 3f5863e156 pg_upgrade: set vacuum_defer_cleanup_age to zero 6 years ago
Tom Lane 5674eb9876 Fix power() for large inputs yet more. 6 years ago
Robert Haas 2961c9711c Assorted cleanup of tar-related code. 6 years ago
Tom Lane e532b1d57d Fix power() for infinity inputs some more. 6 years ago
Michael Paquier 7a3543c2ea Fix some comments referring to past features 6 years ago
Peter Eisentraut 3baa7e38d5 pg_dump: Unbreak dumping of aggregates from very old server versions 6 years ago
Peter Eisentraut 47d4d0cfad Error message refactoring 6 years ago
Michael Paquier 46241b28d8 Bump catversion for ACL changes on replication origin functions 6 years ago
Thomas Munro 1575fbf1ac Doc: Add references for SI and SSI. 6 years ago
Tom Lane decbe2bfb1 Fix behavior of exp() and power() for infinity inputs. 6 years ago
Peter Eisentraut 378badc8eb Add test coverage for EXTRACT() 6 years ago
Michael Paquier cc072641d4 Replace superuser check by ACLs for replication origin functions 6 years ago
Tom Lane 23cbeda50b Sync behavior of var_samp and stddev_samp for single NaN inputs. 6 years ago
Tom Lane 03109a5302 Fix behavior of float aggregates for single Inf or NaN inputs. 6 years ago
Peter Geoghegan d64f1cdf2f Silence _bt_check_unique compiler warning. 6 years ago
Peter Eisentraut 8f5b596744 Refactor AlterExtensionContentsStmt grammar 6 years ago
Peter Eisentraut a332b366d4 Grammar object type refactoring 6 years ago
Michael Paquier e78900afd2 Create by default sql/ and expected/ for output directory in pg_regress 6 years ago
Michael Paquier 64725728e7 Add more TAP tests for pg_dump options with range checks 6 years ago
David Rowley dad75eb4a8 Have pg_itoa, pg_ltoa and pg_lltoa return the length of the string 6 years ago
David Rowley 9a7fccd9ea Add missing extern keyword for a couple of numutils functions 6 years ago
Tom Lane 2f48ede080 Avoid using a cursor in plpgsql's RETURN QUERY statement. 6 years ago
Michael Paquier aaf8c99050 Fix typos and some format mistakes in comments 6 years ago
Peter Eisentraut ffd2582297 Make more use of RELKIND_HAS_STORAGE() 6 years ago
Thomas Munro 7aa4fb5925 Improve comments for [Heap]CheckForSerializableConflictOut(). 6 years ago
Bruce Momjian 59fa7eb603 doc: document problems with using xreflabel in XML docs 6 years ago