aboutsummaryrefslogtreecommitdiff
path: root/src/include
Commit message (Expand)AuthorAge
* Add support for partitioned tables and indexes in REINDEXMichael Paquier2020-09-08
* Add d_type to our Windows dirent emulation.Thomas Munro2020-09-07
* Skip unnecessary stat() calls in walkdir().Thomas Munro2020-09-07
* Refactor pg_get_line() to expose an alternative StringInfo-based API.Tom Lane2020-09-06
* Use multi-inserts for pg_dependMichael Paquier2020-09-05
* C comment: correct use of 64-"byte" cache line sizeBruce Momjian2020-09-04
* Remove variable "concurrent" from ReindexStmtMichael Paquier2020-09-04
* Remove arbitrary restrictions on password length.Tom Lane2020-09-03
* Add support for streaming to built-in logical replication.Amit Kapila2020-09-03
* Add string_to_table() function.Tom Lane2020-09-02
* Fix thinko with definition of REINDEXOPT_MISSING_OKMichael Paquier2020-09-02
* Improve handling of dropped relations for REINDEX DATABASE/SCHEMA/SYSTEMMichael Paquier2020-09-02
* Set cutoff xmin more aggressively when vacuuming a temporary table.Tom Lane2020-09-01
* C comment: remove mention of use of t_hoff WAL structure memberBruce Momjian2020-08-31
* Mark factorial operator, and postfix operators in general, as deprecated.Tom Lane2020-08-30
* Redefine pg_class.reltuples to be -1 before the first VACUUM or ANALYZE.Tom Lane2020-08-30
* Add additional information in the vacuum error context.Amit Kapila2020-08-26
* Extend the BufFile interface.Amit Kapila2020-08-26
* Prevent non-superusers from reading pg_backend_memory_contexts, by default.Fujii Masao2020-08-26
* Fix handling of CREATE TABLE LIKE with inheritance.Tom Lane2020-08-21
* Fix a few typos in JIT comments and READMEDavid Rowley2020-08-21
* Suppress unnecessary RelabelType nodes in yet more cases.Tom Lane2020-08-19
* Add pg_backend_memory_contexts system view.Fujii Masao2020-08-19
* snapshot scalability: cache snapshots using a xact completion counter.Andres Freund2020-08-17
* Make xact.h usable in frontend.Heikki Linnakangas2020-08-17
* Correct several behavior descriptions in comments.Noah Misch2020-08-15
* Prevent concurrent SimpleLruTruncate() for any given SLRU.Noah Misch2020-08-15
* Remove obsolete cygwin.h hackPeter Eisentraut2020-08-15
* Remove obsolete HAVE_BUGGY_SOLARIS_STRTODPeter Eisentraut2020-08-15
* Mark a few logical decoding related variables with PGDLLIMPORT.Amit Kapila2020-08-15
* Be more careful about the shape of hashable subplan clauses.Tom Lane2020-08-14
* snapshot scalability: Move subxact info to ProcGlobal, remove PGXACT.Andres Freund2020-08-14
* snapshot scalability: Move PGXACT->vacuumFlags to ProcGlobal->vacuumFlags.Andres Freund2020-08-14
* snapshot scalability: Introduce dense array of in-progress xids.Andres Freund2020-08-14
* Fix postmaster's behavior during smart shutdown.Tom Lane2020-08-14
* snapshot scalability: Move PGXACT->xmin back to PGPROC.Andres Freund2020-08-13
* snapshot scalability: Don't compute global horizons while building snapshots.Andres Freund2020-08-12
* Track latest completed xid as a FullTransactionId.Andres Freund2020-08-11
* Rename VariableCacheData.nextFullXid to nextXid.Andres Freund2020-08-11
* Replace remaining StrNCpy() by strlcpy()Peter Eisentraut2020-08-10
* Move connect.h from fe_utils to src/include/common.Noah Misch2020-08-10
* Add some const decorationsPeter Eisentraut2020-08-08
* Implement streaming mode in ReorderBuffer.Amit Kapila2020-08-08
* Remove PROC_IN_ANALYZE and derived flagsAlvaro Herrera2020-08-07
* Correct comment in simplehash.h.Thomas Munro2020-08-03
* Use int64 instead of long in incremental sort codeDavid Rowley2020-08-02
* Invent "amadjustmembers" AM method for validating opclass members.Tom Lane2020-08-01
* Improve programmer docs for simplehash and dynahash.Thomas Munro2020-08-01
* Preallocate some DSM space at startup.Thomas Munro2020-07-31
* Fix comment in instrument.hMichael Paquier2020-07-31