summaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)Author
2020-09-17Remove support for postfix (right-unary) operators.Tom Lane
2020-09-17Remove factorial operators, leaving only the factorial() function.Tom Lane
2020-09-17Improve common/logging.c's support for multiple verbosity levels.Tom Lane
2020-09-17Allow CURRENT_ROLE where CURRENT_USER is acceptedPeter Eisentraut
2020-09-17Add support for building GiST index by sorting.Heikki Linnakangas
2020-09-17Fix bogus completion tag usage in walsenderAlvaro Herrera
2020-09-16Don't fetch partition check expression during InitResultRelInfo.Tom Lane
2020-09-16Fix bogus cache-invalidation logic in logical replication worker.Tom Lane
2020-09-12Remove unused function declaration in logicalproto.h.Amit Kapila
2020-09-12logtape.c: do not preallocate for tapes when sortingJeff Davis
2020-09-11Don't run atexit callbacks during signal exits from ProcessStartupPacket.Tom Lane
2020-09-10Print WAL logical message contents in pg_waldumpAlvaro Herrera
2020-09-09Expose internal function for converting int64 to numericPeter Eisentraut
2020-09-08Add support for partitioned tables and indexes in REINDEXMichael Paquier
2020-09-07Add d_type to our Windows dirent emulation.Thomas Munro
2020-09-07Skip unnecessary stat() calls in walkdir().Thomas Munro
2020-09-06Refactor pg_get_line() to expose an alternative StringInfo-based API.Tom Lane
2020-09-05Use multi-inserts for pg_dependMichael Paquier
2020-09-04C comment: correct use of 64-"byte" cache line sizeBruce Momjian
2020-09-04Remove variable "concurrent" from ReindexStmtMichael Paquier
2020-09-04Remove arbitrary restrictions on password length.Tom Lane
2020-09-03Add support for streaming to built-in logical replication.Amit Kapila
2020-09-02Add string_to_table() function.Tom Lane
2020-09-02Fix thinko with definition of REINDEXOPT_MISSING_OKMichael Paquier
2020-09-02Improve handling of dropped relations for REINDEX DATABASE/SCHEMA/SYSTEMMichael Paquier
2020-09-01Set cutoff xmin more aggressively when vacuuming a temporary table.Tom Lane
2020-08-31C comment: remove mention of use of t_hoff WAL structure memberBruce Momjian
2020-08-30Mark factorial operator, and postfix operators in general, as deprecated.Tom Lane
2020-08-30Redefine pg_class.reltuples to be -1 before the first VACUUM or ANALYZE.Tom Lane
2020-08-26Add additional information in the vacuum error context.Amit Kapila
2020-08-26Extend the BufFile interface.Amit Kapila
2020-08-26Prevent non-superusers from reading pg_backend_memory_contexts, by default.Fujii Masao
2020-08-21Fix handling of CREATE TABLE LIKE with inheritance.Tom Lane
2020-08-20Fix a few typos in JIT comments and READMEDavid Rowley
2020-08-19Suppress unnecessary RelabelType nodes in yet more cases.Tom Lane
2020-08-19Add pg_backend_memory_contexts system view.Fujii Masao
2020-08-18snapshot scalability: cache snapshots using a xact completion counter.Andres Freund
2020-08-17Make xact.h usable in frontend.Heikki Linnakangas
2020-08-16Correct several behavior descriptions in comments.Noah Misch
2020-08-15Prevent concurrent SimpleLruTruncate() for any given SLRU.Noah Misch
2020-08-15Remove obsolete cygwin.h hackPeter Eisentraut
2020-08-15Remove obsolete HAVE_BUGGY_SOLARIS_STRTODPeter Eisentraut
2020-08-15Mark a few logical decoding related variables with PGDLLIMPORT.Amit Kapila
2020-08-15Be more careful about the shape of hashable subplan clauses.Tom Lane
2020-08-14snapshot scalability: Move subxact info to ProcGlobal, remove PGXACT.Andres Freund
2020-08-14snapshot scalability: Move PGXACT->vacuumFlags to ProcGlobal->vacuumFlags.Andres Freund
2020-08-14snapshot scalability: Introduce dense array of in-progress xids.Andres Freund
2020-08-14Fix postmaster's behavior during smart shutdown.Tom Lane
2020-08-13snapshot scalability: Move PGXACT->xmin back to PGPROC.Andres Freund
2020-08-12snapshot scalability: Don't compute global horizons while building snapshots.Andres Freund