summaryrefslogtreecommitdiff
path: root/src/include
Commit message (Expand)AuthorAgeFilesLines
* C comment: correct use of 64-"byte" cache line sizeBruce Momjian2020-09-041-1/+1
* Remove variable "concurrent" from ReindexStmtMichael Paquier2020-09-042-4/+4
* Remove arbitrary restrictions on password length.Tom Lane2020-09-032-4/+7
* Add support for streaming to built-in logical replication.Amit Kapila2020-09-035-11/+43
* Add string_to_table() function.Tom Lane2020-09-022-6/+14
* Fix thinko with definition of REINDEXOPT_MISSING_OKMichael Paquier2020-09-021-1/+1
* Improve handling of dropped relations for REINDEX DATABASE/SCHEMA/SYSTEMMichael Paquier2020-09-022-0/+2
* Set cutoff xmin more aggressively when vacuuming a temporary table.Tom Lane2020-09-012-1/+3
* C comment: remove mention of use of t_hoff WAL structure memberBruce Momjian2020-08-311-2/+0
* Mark factorial operator, and postfix operators in general, as deprecated.Tom Lane2020-08-302-2/+3
* Redefine pg_class.reltuples to be -1 before the first VACUUM or ANALYZE.Tom Lane2020-08-303-5/+5
* Add additional information in the vacuum error context.Amit Kapila2020-08-261-1/+2
* Extend the BufFile interface.Amit Kapila2020-08-264-3/+8
* Prevent non-superusers from reading pg_backend_memory_contexts, by default.Fujii Masao2020-08-261-1/+1
* Fix handling of CREATE TABLE LIKE with inheritance.Tom Lane2020-08-212-0/+3
* Fix a few typos in JIT comments and READMEDavid Rowley2020-08-211-1/+1
* Suppress unnecessary RelabelType nodes in yet more cases.Tom Lane2020-08-191-0/+3
* Add pg_backend_memory_contexts system view.Fujii Masao2020-08-192-1/+10
* snapshot scalability: cache snapshots using a xact completion counter.Andres Freund2020-08-172-0/+16
* Make xact.h usable in frontend.Heikki Linnakangas2020-08-171-1/+1
* Correct several behavior descriptions in comments.Noah Misch2020-08-151-5/+2
* Prevent concurrent SimpleLruTruncate() for any given SLRU.Noah Misch2020-08-152-0/+13
* Remove obsolete cygwin.h hackPeter Eisentraut2020-08-151-9/+0
* Remove obsolete HAVE_BUGGY_SOLARIS_STRTODPeter Eisentraut2020-08-151-12/+0
* Mark a few logical decoding related variables with PGDLLIMPORT.Amit Kapila2020-08-151-2/+2
* Be more careful about the shape of hashable subplan clauses.Tom Lane2020-08-142-0/+3
* snapshot scalability: Move subxact info to ProcGlobal, remove PGXACT.Andres Freund2020-08-141-18/+16
* snapshot scalability: Move PGXACT->vacuumFlags to ProcGlobal->vacuumFlags.Andres Freund2020-08-141-2/+10
* snapshot scalability: Introduce dense array of in-progress xids.Andres Freund2020-08-141-4/+75
* Fix postmaster's behavior during smart shutdown.Tom Lane2020-08-141-1/+1
* snapshot scalability: Move PGXACT->xmin back to PGPROC.Andres Freund2020-08-131-5/+5
* snapshot scalability: Don't compute global horizons while building snapshots.Andres Freund2020-08-128-65/+117
* Track latest completed xid as a FullTransactionId.Andres Freund2020-08-111-2/+35
* Rename VariableCacheData.nextFullXid to nextXid.Andres Freund2020-08-114-5/+5
* Replace remaining StrNCpy() by strlcpy()Peter Eisentraut2020-08-102-31/+1
* Move connect.h from fe_utils to src/include/common.Noah Misch2020-08-101-1/+1
* Add some const decorationsPeter Eisentraut2020-08-081-1/+1
* Implement streaming mode in ReorderBuffer.Amit Kapila2020-08-085-2/+115
* Remove PROC_IN_ANALYZE and derived flagsAlvaro Herrera2020-08-072-9/+1
* Correct comment in simplehash.h.Thomas Munro2020-08-031-1/+2
* Use int64 instead of long in incremental sort codeDavid Rowley2020-08-022-5/+5
* Invent "amadjustmembers" AM method for validating opclass members.Tom Lane2020-08-018-29/+67
* Improve programmer docs for simplehash and dynahash.Thomas Munro2020-08-011-4/+69
* Preallocate some DSM space at startup.Thomas Munro2020-07-312-0/+4
* Fix comment in instrument.hMichael Paquier2020-07-311-1/+1
* Cache smgrnblocks() results in recovery.Thomas Munro2020-07-311-7/+5
* Use multi-inserts for pg_attribute and pg_shdependMichael Paquier2020-07-312-4/+10
* Use a long lived WaitEventSet for WaitLatch().Thomas Munro2020-07-301-0/+1
* Add hash_mem_multiplier GUC.Peter Geoghegan2020-07-293-3/+7
* Remove non-fast promotion.Fujii Masao2020-07-291-1/+0