Commit Graph

44017 Commits (f4b67efdcbc7b9f72fddd2fc0fddc2f51eebf357)
 

Author SHA1 Message Date
Andrew Dunstan f4b67efdcb Lower privilege level of programs calling regression_main 7 years ago
Tom Lane ecc59e31a8 Client-side fixes for delayed NOTIFY receipt. 7 years ago
Tom Lane 3bdef6d211 Server-side fix for delayed NOTIFY and SIGTERM processing. 7 years ago
Tom Lane 11359db354 Sync our copy of the timezone library with IANA release tzcode2018f. 7 years ago
Tom Lane 5777c93af4 Update time zone data files to tzdata release 2018f. 7 years ago
Tom Lane 09397f0ed6 Add missing quote_identifier calls for CREATE TRIGGER ... REFERENCING. 7 years ago
Tom Lane 34f9944c20 Still further rethinking of build changes for macOS Mojave. 8 years ago
Tom Lane 5d91d78fe9 Fix minor bug in isolationtester. 8 years ago
Tom Lane 312f632005 Improve tzparse's handling of TZDEFRULES ("posixrules") zone data. 8 years ago
Tom Lane ee6c08b01b Back off using -isysroot on Darwin. 8 years ago
Tom Lane 7bee1d520d Avoid rare race condition in privileges.sql regression test. 8 years ago
Tom Lane 0a576cd2a9 Make PostgresNode.pm's poll_query_until() more chatty about failures. 8 years ago
Tom Lane afb5fb290e Improve stability of recently-added regression test case. 8 years ago
Tom Lane d64a54fb9c Avoid statically allocating gmtsub()'s timezone workspace. 8 years ago
Tom Lane 9d4212afa1 Check for stack overrun in standard_ProcessUtility(). 8 years ago
Alexander Korotkov 872b6f72d4 contrib/bloom documentation improvement 8 years ago
Michael Paquier 8384ff4248 Avoid duplicate XIDs at recovery when building initial snapshot 8 years ago
Tom Lane 9320263ae7 Remove abstime, reltime, tinterval tables from old regression databases. 8 years ago
Andres Freund 532e3b5b3d Fix logical decoding error when system table w/ toast is repeatedly rewritten. 8 years ago
Alvaro Herrera 6b6b59b38e Silence compiler warning in Assert() 8 years ago
Michael Paquier afe9b9e68a Add regression test for ATTACH PARTITION 8 years ago
Alvaro Herrera 101b21ead3 Fix event triggers for partitioned tables 8 years ago
Tom Lane 58454d0bb0 Propagate xactStartTimestamp and stmtStartTimestamp to parallel workers. 8 years ago
Tom Lane 142cfd3cd8 Allow btree comparison functions to return INT_MIN. 8 years ago
Amit Kapila 9718c93f53 MAXALIGN the target address where we store flattened value. 8 years ago
Tom Lane 6483381a4d Set snprintf.c's maximum number of NL arguments to be 31. 8 years ago
Tom Lane 7eed723337 Fix corner-case failures in has_foo_privilege() family of functions. 8 years ago
Michael Paquier 5dd7f5cecf Fix documentation of pgrowlocks using "lock_type" instead of "modes" 8 years ago
Tom Lane 370b28ccd4 Fix tuple_data_split() to not open a relation without any lock. 8 years ago
Tom Lane db01fc97ad Fix ALTER COLUMN TYPE to not open a relation without any lock. 8 years ago
Tom Lane 0aa1e0ef16 Fix detection of the result type of strerror_r(). 8 years ago
Amit Kapila 8256d7ae9e Fix assertion failure when updating full_page_writes for checkpointer. 8 years ago
Michael Paquier 05b9c58da1 Fix WAL recycling on standbys depending on archive_mode 8 years ago
Tom Lane dff3f06dc9 Fix assorted bugs in pg_get_partition_constraintdef(). 8 years ago
Peter Eisentraut 5f6b0e6d69 Recurse to sequences on ownership change for all relkinds 8 years ago
Michael Paquier cb822ffb79 Rework activation of commit timestamps during recovery 8 years ago
Alvaro Herrera 21c8f9c289 Remove obsolete comment 8 years ago
Tom Lane 736c3a48c4 Make some fixes to allow building Postgres on macOS 10.14 ("Mojave"). 8 years ago
Michael Paquier 55a586ba97 Ignore publication tables when --no-publications is used 8 years ago
Michael Paquier 90a1f97867 Revoke pg_stat_statements_reset() permissions 8 years ago
Tom Lane 103511723e Fix over-allocation of space for array_out()'s result string. 8 years ago
Noah Misch 4232cff11b Initialize random() in bootstrap/stand-alone postgres and in initdb. 8 years ago
Tom Lane 5ed281e21d Fix failure in WHERE CURRENT OF after rewinding the referenced cursor. 8 years ago
Bruce Momjian 1927e431dd docs: remove use of escape strings and use bytea hex output 8 years ago
Tom Lane e8d118fe85 Fix bogus tab-completion rule for CREATE PUBLICATION. 8 years ago
Thomas Munro 917fe6a482 Use size_t consistently in dsa.{ch}. 8 years ago
Andres Freund 1b8f09dbd3 Error out for clang on x86-32 without SSE2 support, no -fexcess-precision. 8 years ago
Thomas Munro ba20d39258 Fix segment_bins corruption in dsa.c. 8 years ago
Thomas Munro 98a4e814e4 Defer restoration of libraries in parallel workers. 8 years ago
Tom Lane 82b7cfaaad Don't ignore locktable-full failures in StandbyAcquireAccessExclusiveLock. 8 years ago