Commit Graph

44031 Commits (beceb87259780e50da0e6f596b53b2fb235d7962)
 

Author SHA1 Message Date
Bruce Momjian beceb87259 docs: adjust simpler language for NULL return from ANY/ALL 7 years ago
Bruce Momjian 5463deb15f GUC: adjust effective_cache_size docs and SQL description 7 years ago
Magnus Hagander 919cffd323 Fix some spelling errors in the documentation 7 years ago
Bruce Momjian b5acaa8bc8 doc: use simpler language for NULL return from ANY/ALL 7 years ago
Andres Freund 877b00561e Fix error message typo introduced 691d79a079. 7 years ago
Andres Freund 021e1c329d Disallow starting server with insufficient wal_level for existing slot. 7 years ago
Tom Lane 92e371f9b1 Fix memory leak in repeated SPGIST index scans. 7 years ago
Tom Lane 48c6df11a4 Sync our copy of the timezone library with IANA release tzcode2018g. 7 years ago
Tom Lane 671f43d883 Update time zone data files to tzdata release 2018g. 7 years ago
Magnus Hagander e873886b83 Fix missing whitespace in pg_dump ref page 7 years ago
Peter Eisentraut fef9482dac pg_restore: Augment documentation for -N option 7 years ago
Andrew Dunstan a71f556522 Fix perl searchpath for modern perl for MSVC tools 7 years ago
Michael Paquier aa9642acb9 List wait events in alphabetical order in documentation 7 years ago
Alexander Korotkov 28ddee2b02 Fix some grammar errors in bloom.sgml 7 years ago
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. 7 years ago
Tom Lane 5d91d78fe9 Fix minor bug in isolationtester. 7 years ago
Tom Lane 312f632005 Improve tzparse's handling of TZDEFRULES ("posixrules") zone data. 7 years ago
Tom Lane ee6c08b01b Back off using -isysroot on Darwin. 7 years ago
Tom Lane 7bee1d520d Avoid rare race condition in privileges.sql regression test. 7 years ago
Tom Lane 0a576cd2a9 Make PostgresNode.pm's poll_query_until() more chatty about failures. 7 years ago
Tom Lane afb5fb290e Improve stability of recently-added regression test case. 7 years ago
Tom Lane d64a54fb9c Avoid statically allocating gmtsub()'s timezone workspace. 7 years ago
Tom Lane 9d4212afa1 Check for stack overrun in standard_ProcessUtility(). 7 years ago
Alexander Korotkov 872b6f72d4 contrib/bloom documentation improvement 7 years ago
Michael Paquier 8384ff4248 Avoid duplicate XIDs at recovery when building initial snapshot 7 years ago
Tom Lane 9320263ae7 Remove abstime, reltime, tinterval tables from old regression databases. 7 years ago
Andres Freund 532e3b5b3d Fix logical decoding error when system table w/ toast is repeatedly rewritten. 7 years ago
Alvaro Herrera 6b6b59b38e Silence compiler warning in Assert() 7 years ago
Michael Paquier afe9b9e68a Add regression test for ATTACH PARTITION 7 years ago
Alvaro Herrera 101b21ead3 Fix event triggers for partitioned tables 7 years ago
Tom Lane 58454d0bb0 Propagate xactStartTimestamp and stmtStartTimestamp to parallel workers. 7 years ago
Tom Lane 142cfd3cd8 Allow btree comparison functions to return INT_MIN. 7 years ago
Amit Kapila 9718c93f53 MAXALIGN the target address where we store flattened value. 7 years ago
Tom Lane 6483381a4d Set snprintf.c's maximum number of NL arguments to be 31. 7 years ago
Tom Lane 7eed723337 Fix corner-case failures in has_foo_privilege() family of functions. 7 years ago
Michael Paquier 5dd7f5cecf Fix documentation of pgrowlocks using "lock_type" instead of "modes" 7 years ago
Tom Lane 370b28ccd4 Fix tuple_data_split() to not open a relation without any lock. 7 years ago
Tom Lane db01fc97ad Fix ALTER COLUMN TYPE to not open a relation without any lock. 7 years ago
Tom Lane 0aa1e0ef16 Fix detection of the result type of strerror_r(). 7 years ago
Amit Kapila 8256d7ae9e Fix assertion failure when updating full_page_writes for checkpointer. 7 years ago
Michael Paquier 05b9c58da1 Fix WAL recycling on standbys depending on archive_mode 7 years ago
Tom Lane dff3f06dc9 Fix assorted bugs in pg_get_partition_constraintdef(). 7 years ago
Peter Eisentraut 5f6b0e6d69 Recurse to sequences on ownership change for all relkinds 7 years ago
Michael Paquier cb822ffb79 Rework activation of commit timestamps during recovery 7 years ago