Commit Graph

47363 Commits (da53be23d1c5e529675e958eaee54cfed4e4dbac)
 

Author SHA1 Message Date
Andrew Gierth da53be23d1 Repair logic for reordering grouping sets optimization. 7 years ago
Tom Lane c000a47ad1 Exclude new src/test/modules/unsafe_tests directory from MSVC build. 7 years ago
Tom Lane 681cca86f5 Blind attempt to fix SSPI-auth case in 010_dump_connstr.pl. 7 years ago
Tom Lane c91504b958 Move rolenames test out of the core regression tests. 7 years ago
Peter Eisentraut 2e810508f6 Fix breakage introduced in pg_lsn_in() 7 years ago
Peter Eisentraut 21f428ebde Don't call data type input functions in GUC check hooks 7 years ago
Peter Eisentraut 666cbae16d Remove explicit error handling for obsolete date/time values 7 years ago
Tom Lane 54100f5c60 Add an enforcement mechanism for global object names in regression tests. 7 years ago
Tom Lane ca129e58c0 Fix regression tests to use only global names beginning with "regress_". 7 years ago
Tom Lane a1e61badf9 Disallow user-created replication origins named "pg_xxx". 7 years ago
Michael Paquier c0faa72750 Remove unnecessary header from be-secure-gssapi.c 7 years ago
Alvaro Herrera 23cccb17fe Fix for dropped columns in a partitioned table's default partition 7 years ago
Thomas Munro 74b7cc8c02 Fix misleading comment in nodeIndexonlyscan.c. 7 years ago
Tomas Vondra 69fd82fedd Update reference to sampling algorithm in analyze.c 7 years ago
Alvaro Herrera 050098b14e Fix use-after-free introduced in 55ed3defc9 7 years ago
Peter Eisentraut f2f0082ef5 Update comment 7 years ago
Michael Paquier 322c5bfdc3 Remove remaining traces of Rand_OpenSSL() from the tree 7 years ago
Alvaro Herrera 55ed3defc9 Fix partitioned index creation with foreign partitions 7 years ago
Tom Lane 65e6d42140 Follow the rule that regression-test-created roles are named "regress_xxx". 7 years ago
Tom Lane c360477d2e Follow the rule that regression-test-created roles are named "regress_xxx". 7 years ago
Michael Paquier d993e0fb82 Add support for OpenSSL 1.1.0 and newer versions in MSVC scripts 7 years ago
Michael Paquier ce59b75d44 Add toast-level reloption for vacuum_index_cleanup 7 years ago
Thomas Munro 0089c3059c Don't unset MAKEFLAGS in non-GNU Makefile. 7 years ago
Thomas Munro a2dec37480 Remove misleading comment from pathnodes.h. 7 years ago
Tom Lane ccfcc8fdbd Purely-cosmetic adjustments in tablecmds.c. 7 years ago
Peter Eisentraut 82be666ee3 Update unicode_norm_table.h to Unicode 12.1.0 7 years ago
Peter Eisentraut 2cadefbb97 Make script output more pgindent compatible 7 years ago
Peter Eisentraut eb8d05bfec Correct script name in README file 7 years ago
Tom Lane f946a40914 Further fix ALTER COLUMN TYPE's handling of indexes and index constraints. 7 years ago
Peter Geoghegan b00326df7a Correct obsolete amcheck comments. 7 years ago
Tom Lane f31111bbe8 Drop test user when done with it. 7 years ago
Peter Eisentraut 12e037e209 Upgrade internal error message to external 7 years ago
Noah Misch 9a81c9fa3f Don't call PG_RETURN_BOOL() in a function not returning Datum. 7 years ago
Dean Rasheed d7f8d26d9f Add security checks to the multivariate MCV estimation code. 7 years ago
Thomas Munro 89ff7c08ee Remove unnecessary comment. 7 years ago
Tom Lane 1323bfce55 Fix spinlock assembly code for MIPS so it works on MIPS r6. 7 years ago
Noah Misch 660a2b1903 Consolidate methods for translating a Perl path to a Windows path. 7 years ago
Thomas Munro 25b93a2967 Remove obsolete comments about sempahores from proc.c. 7 years ago
Michael Paquier 20e1cc898d Rework some error strings for REINDEX CONCURRENTLY with system catalogs 7 years ago
Michael Paquier 252f9a2580 Fix description of pg_class.relam for table access methods 7 years ago
Peter Eisentraut cd917ffb9a pg_upgrade: Improve error messages 7 years ago
Peter Eisentraut aba78ab4a9 pg_upgrade: Improve invalid option handling 7 years ago
Alexander Korotkov dfd79e2d0e Fix description for $varname jsonpath variable 7 years ago
Alexander Korotkov 1ff8dc9f19 Improve documentation for jsonpath like_regex predicate 7 years ago
Alexander Korotkov 261a5c1928 Support 'q' flag in jsonpath 'like_regex' predicate 7 years ago
Peter Eisentraut d8594d123c Update list of combining characters 7 years ago
Peter Eisentraut ac5bb8f275 Add XSL stylesheet to fix up SVG files 7 years ago
Magnus Hagander 66013fe730 Fix typo 7 years ago
Magnus Hagander 992fe54e77 Replace an occurrence of slave with standby 7 years ago
Michael Paquier 414cca40d5 Remove last references to WAL segment size in MSVC scripts 7 years ago