Commit Graph

50361 Commits (f2a69b352de1dffc534c4835010e736018aa94de)
 

Author SHA1 Message Date
Fujii Masao eabba4a3eb Fix explain regression test failure. 5 years ago
Fujii Masao 9d701e624f Rework EXPLAIN for planner's buffer usage. 5 years ago
Fujii Masao d259afa736 Fix typos in comments. 5 years ago
David Rowley 8431d33079 Fix a few typos in JIT comments and README 5 years ago
Andres Freund c62a0a49f3 Revert "Make vacuum a bit more verbose to debug BF failure." 5 years ago
Alvaro Herrera 0784c33372
Revise REINDEX CONCURRENTLY recovery instructions 5 years ago
Andres Freund 1fe1f42e3e Acquire ProcArrayLock exclusively in ProcArrayClearTransaction. 5 years ago
Tom Lane 2072932407 Suppress unnecessary RelabelType nodes in yet more cases. 5 years ago
Fujii Masao 3e98c0bafb Add pg_backend_memory_contexts system view. 5 years ago
Andres Freund 07f32fcd23 Fix race condition in snapshot caching when 2PC is used. 5 years ago
Heikki Linnakangas 734478200a Avoid non-constant format string argument to fprintf(). 5 years ago
Andres Freund 623a9ba79b snapshot scalability: cache snapshots using a xact completion counter. 5 years ago
Michael Paquier 51300b45db Fix use-after-release issue in PL/Sample 5 years ago
Michael Paquier adbe62d04b Add PL/Sample to src/test/modules/ 5 years ago
Alvaro Herrera 6e70443eda
Disable autovacuum for BRIN test table 5 years ago
Tom Lane 22e75a341e Doc: fix description of UNION/CASE/etc type unification. 5 years ago
Heikki Linnakangas a28d731a11 Mark commit and abort WAL records with XLR_SPECIAL_REL_UPDATE. 5 years ago
Heikki Linnakangas 3941eb6341 Make xact.h usable in frontend. 5 years ago
Heikki Linnakangas d7ec8337f9 Fix printing last progress report line in client programs. 5 years ago
Michael Paquier b4f16397af doc: Fix description about bgwriter and checkpoint in HA section 5 years ago
Andres Freund f6661d3df2 Fix use of wrong index in ComputeXidHorizons(). 5 years ago
Andres Freund 49967da65a Make vacuum a bit more verbose to debug BF failure. 5 years ago
Noah Misch 676a9c3cc4 Correct several behavior descriptions in comments. 5 years ago
Tom Lane db659a3416 Doc: various improvements for pg_basebackup reference page. 5 years ago
Noah Misch 566372b3d6 Prevent concurrent SimpleLruTruncate() for any given SLRU. 5 years ago
Tom Lane d4d443b3bb Remove no-longer-usable hstore--1.0--1.1.sql update script. 5 years ago
Peter Eisentraut 53095b5fe6 Remove obsolete cygwin.h hack 5 years ago
Peter Eisentraut bacda6a327 Remove obsolete HAVE_BUGGY_SOLARIS_STRTOD 5 years ago
Amit Kapila b48cac3b10 Mark a few logical decoding related variables with PGDLLIMPORT. 5 years ago
Tom Lane 1e7629d2c9 Be more careful about the shape of hashable subplan clauses. 5 years ago
Andres Freund 73487a60fc snapshot scalability: Move subxact info to ProcGlobal, remove PGXACT. 5 years ago
Andres Freund 5788e258bb snapshot scalability: Move PGXACT->vacuumFlags to ProcGlobal->vacuumFlags. 5 years ago
Andres Freund 941697c3c1 snapshot scalability: Introduce dense array of in-progress xids. 5 years ago
Alvaro Herrera 2ba5b2db79
pg_dump: fix dependencies on FKs to partitioned tables 5 years ago
Peter Geoghegan 914140e85a Fix obsolete comment in xlogutils.c. 5 years ago
Tom Lane 0038f94387 Fix postmaster's behavior during smart shutdown. 5 years ago
Heikki Linnakangas 5bdf694568 Fix typo in test comment. 5 years ago
Michael Paquier 1f32136a99 Fix compilation warnings with libselinux 3.1 in contrib/sepgsql/ 5 years ago
Tom Lane a9306f10b9 Doc: improve examples for json_populate_record() and related functions. 5 years ago
Andres Freund 1f51c17c68 snapshot scalability: Move PGXACT->xmin back to PGPROC. 5 years ago
Alvaro Herrera a811ea5bde
Handle new HOT chains in index-build table scans 5 years ago
Andres Freund b8443eae72 Fix out-of-date version reference, grammar. 5 years ago
Andres Freund dc7420c2c9 snapshot scalability: Don't compute global horizons while building snapshots. 5 years ago
Alvaro Herrera 1f42d35a1d
BRIN: Handle concurrent desummarization properly 5 years ago
Tom Lane 3546cf8a7a Improve comments for postmaster.c's BackendList. 5 years ago
Andres Freund 3bd7f9969a Track latest completed xid as a FullTransactionId. 5 years ago
Andres Freund fea10a6434 Rename VariableCacheData.nextFullXid to nextXid. 5 years ago
Michael Paquier 1f75b45413 Improve tab completion of REINDEX in psql 5 years ago
Peter Eisentraut 1784f278a6 Replace remaining StrNCpy() by strlcpy() 5 years ago
Noah Misch cec57b1a0f Document clashes between logical replication and untrusted users. 5 years ago