Commit Graph

54415 Commits (c3ffa731a5f99c4361203015ce2219d209fea94c)
 

Author SHA1 Message Date
Peter Geoghegan c3ffa731a5 Derive freeze cutoff from nextXID, not OldestXmin. 3 years ago
Andres Freund 483ac64761 Fix MSVC warning in compat_informix/rnull.pgc 3 years ago
Tom Lane 1058555a5e In the Snowball dictionary, don't try to stem excessively-long words. 3 years ago
Robert Haas 0101f770a0 Fix a bug in roles_is_member_of. 3 years ago
Daniel Gustafsson c7892c253f doc: Fix typo in user inheritance documentation 3 years ago
Daniel Gustafsson cad4323cd3 Refactor check_ functions to use filehandle for status 3 years ago
Peter Eisentraut 7d5852ca83 plpython: Don't create pgxsdir subdirectory in installdir target 3 years ago
Tom Lane 8acd8f8690 On NetBSD, force dynamic symbol resolution at postmaster start. 3 years ago
David Rowley 05f9084236 Various cleanups of the new memory context header code 3 years ago
David Rowley 5495796ad1 Revert "Add missing padding from MemoryChunk struct" 3 years ago
Amit Kapila c98b6acdb2 Update the comment in rmgrlist.h to match it to the code. 3 years ago
Amit Kapila f6c5edb8ab Drop replication origin slots before tablesync worker exits. 3 years ago
John Naylor 865424627d Further code review of port/simd.h 3 years ago
Peter Geoghegan 9887dd38f9 Adjust comments that called MultiXactIds "XMIDs". 3 years ago
David Rowley d5ee4db0ea Use MAXALIGN() in calculations using sizeof(SlabBlock) 3 years ago
Michael Paquier b1ec7f47e3 Cleanup more code and comments related to Windows NT4 (XP days) 3 years ago
Tom Lane 7fed801135 Clean up inconsistent use of fflush(). 3 years ago
Robert Haas 20796536c1 Remove stray "the". 3 years ago
Robert Haas 6672d79139 Prevent WAL corruption after a standby promotion. 3 years ago
Robert Haas 620ac28548 docs: Fix up some out-of-date references to INHERIT/NOINHERIT. 3 years ago
David Rowley df0f4feef8 Add missing padding from MemoryChunk struct 3 years ago
John Naylor c6a43c25a8 Fix broken cast on MSVC 3 years ago
John Naylor 82739d4a80 Use ARM Advanced SIMD (NEON) intrinsics where available 3 years ago
John Naylor f8f19f7086 Abstract some more architecture-specific details away from SIMD functionality 3 years ago
David Rowley c6e0fe1f2a Improve performance of and reduce overheads of memory management 3 years ago
Amit Kapila d2169c9985 Fix the incorrect assertion introduced in commit 7f13ac8123. 3 years ago
Tom Lane 8c7fc86ca9 Doc: fix example of recursive query. 3 years ago
Peter Eisentraut 805a397db4 Add more detail why repalloc and pfree do not accept NULL pointers 3 years ago
Michael Paquier 36389a060c Enable RandomizedBaseAddress (ASLR) on Windows with MSVC builds 3 years ago
Tom Lane 94077df1c2 Avoid casting away const in sepgsql's quote_object_name. 3 years ago
Tom Lane d1ce745db2 Doc: add comment about bug fixed in back branches as of 3f7323cbb. 3 years ago
Alexander Korotkov 924954c670 Fix typo in comment for writetuple() function 3 years ago
John Naylor 4eec2e03c3 Be more careful to avoid including system headers after perl.h 3 years ago
Michael Paquier 52144b6fcd Use correct connection for cancellation in frontend's parallel slots 3 years ago
Peter Eisentraut e890ce7a4f Remove unneeded null pointer checks before PQfreemem() 3 years ago
Peter Eisentraut 45987aae26 Remove unnecessary casts in free() and pfree() 3 years ago
John Naylor 121d2d3d70 Use SSE2 in is_valid_ascii() where available. 3 years ago
Peter Eisentraut ab9717847a Remove obsolete comment 3 years ago
Etsuro Fujita a8b02587a3 Fix typo in comment. 3 years ago
John Naylor e813e0e168 Add optimized functions for linear search within byte arrays 3 years ago
Thomas Munro bcc8b14ef6 Remove configure probe for sockaddr_in6 and require AF_INET6. 3 years ago
Peter Eisentraut 28ec316787 libpq code should use libpq_gettext(), not _() 3 years ago
Jeff Davis 66af5eea31 Fix doc oversight for custom WAL resource managers. 3 years ago
David Rowley d389487525 Small refactor to get rid of -Wshadow=compatible-local warning 3 years ago
David Rowley 3e0fff2e68 More -Wshadow=compatible-local warning fixes 3 years ago
Robert Haas e3ce2de09d Allow grant-level control of role inheritance behavior. 3 years ago
Peter Eisentraut 2059c5e3b0 Move NON_EXEC_STATIC from c.h to postgres.h 3 years ago
Peter Eisentraut 421ccaa627 Update another comment still referring to pg_start/stop_backup() 3 years ago
Daniel Gustafsson d16c99aa71 doc: Fix typo in GRANT docs 3 years ago
Daniel Gustafsson 0c67e9e566 Fix typo in MVCC test comment 3 years ago