Commit Graph

9460 Commits (fe4d022c8e171ba3a9165bd55fa6b2ca3a40fa4e)

Author SHA1 Message Date
Peter Eisentraut 0aa8f76408 Expose internal function for converting int64 to numeric 5 years ago
Michael Paquier a6642b3ae0 Add support for partitioned tables and indexes in REINDEX 5 years ago
Thomas Munro 87e6ed7c8c Add d_type to our Windows dirent emulation. 5 years ago
Thomas Munro 861c6e7c8e Skip unnecessary stat() calls in walkdir(). 5 years ago
Tom Lane 8e3c58e6e4 Refactor pg_get_line() to expose an alternative StringInfo-based API. 5 years ago
Michael Paquier 63110c6264 Use multi-inserts for pg_depend 5 years ago
Bruce Momjian 3b5af0e95a C comment: correct use of 64-"byte" cache line size 5 years ago
Michael Paquier 844c05abc3 Remove variable "concurrent" from ReindexStmt 5 years ago
Tom Lane 67a472d71c Remove arbitrary restrictions on password length. 5 years ago
Amit Kapila 464824323e Add support for streaming to built-in logical replication. 5 years ago
Tom Lane 66f1630680 Add string_to_table() function. 5 years ago
Michael Paquier 01767533e3 Fix thinko with definition of REINDEXOPT_MISSING_OK 5 years ago
Michael Paquier 1d65416661 Improve handling of dropped relations for REINDEX DATABASE/SCHEMA/SYSTEM 5 years ago
Tom Lane a7212be8b9 Set cutoff xmin more aggressively when vacuuming a temporary table. 5 years ago
Bruce Momjian 1e0512ff23 C comment: remove mention of use of t_hoff WAL structure member 5 years ago
Tom Lane 6ca547cf75 Mark factorial operator, and postfix operators in general, as deprecated. 5 years ago
Tom Lane 3d351d916b Redefine pg_class.reltuples to be -1 before the first VACUUM or ANALYZE. 5 years ago
Amit Kapila 7e453634bb Add additional information in the vacuum error context. 5 years ago
Amit Kapila 808e13b282 Extend the BufFile interface. 5 years ago
Fujii Masao 29dd6d8bc6 Prevent non-superusers from reading pg_backend_memory_contexts, by default. 5 years ago
Tom Lane 5028981923 Fix handling of CREATE TABLE LIKE with inheritance. 5 years ago
David Rowley 8431d33079 Fix a few typos in JIT comments and README 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 623a9ba79b snapshot scalability: cache snapshots using a xact completion counter. 5 years ago
Heikki Linnakangas 3941eb6341 Make xact.h usable in frontend. 5 years ago
Noah Misch 676a9c3cc4 Correct several behavior descriptions in comments. 5 years ago
Noah Misch 566372b3d6 Prevent concurrent SimpleLruTruncate() for any given SLRU. 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
Tom Lane 0038f94387 Fix postmaster's behavior during smart shutdown. 5 years ago
Andres Freund 1f51c17c68 snapshot scalability: Move PGXACT->xmin back to PGPROC. 5 years ago
Andres Freund dc7420c2c9 snapshot scalability: Don't compute global horizons while building snapshots. 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
Peter Eisentraut 1784f278a6 Replace remaining StrNCpy() by strlcpy() 5 years ago
Noah Misch e078fb5d4e Move connect.h from fe_utils to src/include/common. 5 years ago
Peter Eisentraut a13421c96c Add some const decorations 6 years ago
Amit Kapila 7259736a6e Implement streaming mode in ReorderBuffer. 6 years ago
Alvaro Herrera cea3d55898
Remove PROC_IN_ANALYZE and derived flags 6 years ago
Thomas Munro 63e9aa6879 Correct comment in simplehash.h. 6 years ago
David Rowley 6ee3b5fb99 Use int64 instead of long in incremental sort code 6 years ago
Tom Lane 9f9682783b Invent "amadjustmembers" AM method for validating opclass members. 6 years ago
Thomas Munro 84c0e4b9bc Improve programmer docs for simplehash and dynahash. 6 years ago
Thomas Munro 84b1c63ad4 Preallocate some DSM space at startup. 6 years ago