summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2019-06-30Blind attempt to fix SSPI-auth case in 010_dump_connstr.pl.Tom Lane
2019-06-30Move rolenames test out of the core regression tests.Tom Lane
2019-06-30Fix breakage introduced in pg_lsn_in()Peter Eisentraut
2019-06-30Don't call data type input functions in GUC check hooksPeter Eisentraut
2019-06-30Remove explicit error handling for obsolete date/time valuesPeter Eisentraut
2019-06-29Add an enforcement mechanism for global object names in regression tests.Tom Lane
2019-06-29Fix regression tests to use only global names beginning with "regress_".Tom Lane
2019-06-29Disallow user-created replication origins named "pg_xxx".Tom Lane
2019-06-29Remove unnecessary header from be-secure-gssapi.cMichael Paquier
2019-06-28Fix for dropped columns in a partitioned table's default partitionAlvaro Herrera
2019-06-28Fix misleading comment in nodeIndexonlyscan.c.Thomas Munro
2019-06-27Update reference to sampling algorithm in analyze.cTomas Vondra
2019-06-27Fix use-after-free introduced in 55ed3defc966Alvaro Herrera
2019-06-27Update commentPeter Eisentraut
2019-06-26Remove remaining traces of Rand_OpenSSL() from the treeMichael Paquier
2019-06-26Fix partitioned index creation with foreign partitionsAlvaro Herrera
2019-06-26Follow the rule that regression-test-created roles are named "regress_xxx".Tom Lane
2019-06-26Add support for OpenSSL 1.1.0 and newer versions in MSVC scriptsMichael Paquier
2019-06-25Add toast-level reloption for vacuum_index_cleanupMichael Paquier
2019-06-24Remove misleading comment from pathnodes.h.Thomas Munro
2019-06-24Purely-cosmetic adjustments in tablecmds.c.Tom Lane
2019-06-24Update unicode_norm_table.h to Unicode 12.1.0Peter Eisentraut
2019-06-24Make script output more pgindent compatiblePeter Eisentraut
2019-06-24Correct script name in README filePeter Eisentraut
2019-06-24Further fix ALTER COLUMN TYPE's handling of indexes and index constraints.Tom Lane
2019-06-24Drop test user when done with it.Tom Lane
2019-06-24Upgrade internal error message to externalPeter Eisentraut
2019-06-23Don't call PG_RETURN_BOOL() in a function not returning Datum.Noah Misch
2019-06-23Add security checks to the multivariate MCV estimation code.Dean Rasheed
2019-06-23Remove unnecessary comment.Thomas Munro
2019-06-23Fix spinlock assembly code for MIPS so it works on MIPS r6.Tom Lane
2019-06-22Consolidate methods for translating a Perl path to a Windows path.Noah Misch
2019-06-20Remove obsolete comments about sempahores from proc.c.Thomas Munro
2019-06-20Rework some error strings for REINDEX CONCURRENTLY with system catalogsMichael Paquier
2019-06-19pg_upgrade: Improve error messagesPeter Eisentraut
2019-06-19pg_upgrade: Improve invalid option handlingPeter Eisentraut
2019-06-19Support 'q' flag in jsonpath 'like_regex' predicateAlexander Korotkov
2019-06-19Update list of combining charactersPeter Eisentraut
2019-06-19Fix typoMagnus Hagander
2019-06-19Remove last references to WAL segment size in MSVC scriptsMichael Paquier
2019-06-19Fix description of WAL record XLOG_BTREE_META_CLEANUPMichael Paquier
2019-06-18Fix memory corruption/crash in ANALYZE.Andres Freund
2019-06-18Avoid spurious deadlocks when upgrading a tuple lockAlvaro Herrera
2019-06-18Prevent Parallel Hash Join for JOIN_UNIQUE_INNER.Thomas Munro
2019-06-17Stamp 12beta2.REL_12_BETA2Tom Lane
2019-06-17Translation updatesPeter Eisentraut
2019-06-17Fix buffer overflow when processing SCRAM final message in libpqMichael Paquier
2019-06-17Fix buffer overflow when parsing SCRAM verifiers in backendMichael Paquier
2019-06-17Fix more typos and inconsistencies in the treeMichael Paquier
2019-06-17Revert "Avoid spurious deadlocks when upgrading a tuple lock"Alvaro Herrera