aboutsummaryrefslogtreecommitdiff
path: root/src/include
Commit message (Expand)AuthorAge
* Do pre-release housekeeping on catalog data.Tom Lane2021-05-12
* Initial pgindent and pgperltidy run for v14.Tom Lane2021-05-12
* Fix EXPLAIN ANALYZE for async-capable nodes.Etsuro Fujita2021-05-12
* Change data type of counters in BufferUsage and WalUsage from long to int64.Fujii Masao2021-05-12
* Fix mishandling of resjunk columns in ON CONFLICT ... UPDATE tlists.Tom Lane2021-05-10
* Prevent integer overflows in array subscripting calculations.Tom Lane2021-05-10
* Revert recovery prefetching feature.Thomas Munro2021-05-10
* Improve comments about USE_VALGRIND in pg_config_manual.h.Tom Lane2021-05-09
* Sync guc.c and postgresql.conf.sample with the SGML docs.Tom Lane2021-05-08
* Revert per-index collation version tracking feature.Thomas Munro2021-05-07
* Track detached partitions more accurately in partdescsAlvaro Herrera2021-05-06
* Update replication statistics after every stream/spill.Amit Kapila2021-05-06
* Add heuristic incoming-message-size limits in the server.Tom Lane2021-04-28
* Allow a partdesc-omitting-partitions to be cachedAlvaro Herrera2021-04-28
* Don't pass "ONLY" options specified in TRUNCATE to foreign data wrapper.Fujii Masao2021-04-27
* Use HTAB for replication slot statistics.Amit Kapila2021-04-27
* Fix Logical Replication of Truncate in synchronous commit mode.Amit Kapila2021-04-27
* Mark multirange_constructor0() and multirange_constructor2() strictAlexander Korotkov2021-04-23
* Reorder COMPRESSION option in gram.y and parsenodes.h into alphabetical order.Fujii Masao2021-04-23
* Fix relcache inconsistency hazard in partition detachAlvaro Herrera2021-04-22
* Add DISTINCT to information schema usage viewsPeter Eisentraut2021-04-21
* doc: Improve hyphenation consistencyPeter Eisentraut2021-04-21
* Fix under-parenthesized XLogRecHasBlockRef() macro.Tom Lane2021-04-20
* adjust query id feature to use pg_stat_activity.query_idBruce Momjian2021-04-20
* Rename find_em_expr_usable_for_sorting_rel.Tom Lane2021-04-20
* Fix planner failure in some cases of sorting by an aggregate.Tom Lane2021-04-20
* Fix test case added by commit f5fc2f5b23.Amit Kapila2021-04-19
* Update dummy prosrc values.Tom Lane2021-04-16
* Convert built-in SQL-language functions to SQL-standard-body style.Tom Lane2021-04-16
* psql: Refine lexing of BEGIN...END blocks in CREATE FUNCTION statementsPeter Eisentraut2021-04-16
* Add information of total data processed to replication slot stats.Amit Kapila2021-04-16
* Undo decision to allow pg_proc.prosrc to be NULL.Tom Lane2021-04-15
* Use NameData datatype for slotname in stats.Amit Kapila2021-04-14
* Redesign the caching done by get_cached_rowtype().Tom Lane2021-04-13
* Add macro PGWARNING, and make PGERROR available on all platforms.Tom Lane2021-04-11
* Remove COMMIT_TS_SETTS record.Fujii Masao2021-04-12
* Standardize pg_authid oid_symbol values.Noah Misch2021-04-10
* Fix failure of xlogprefetch.h to include all prerequisite headers.Tom Lane2021-04-10
* Fix typos and grammar in documentation and code commentsMichael Paquier2021-04-09
* Remove duplicate typedef.Thomas Munro2021-04-09
* Allow TRUNCATE command to truncate foreign tables.Fujii Masao2021-04-08
* Speedup ScalarArrayOpExpr evaluationDavid Rowley2021-04-08
* Optionally prefetch referenced data in recovery.Thomas Munro2021-04-08
* Add circular WAL decoding buffer.Thomas Munro2021-04-08
* Remove read_page callback from XLogReader.Thomas Munro2021-04-08
* Cleanup partition pruning step generationDavid Rowley2021-04-08
* Add functions to wait for backend terminationMagnus Hagander2021-04-08
* Provide ReadRecentBuffer() to re-pin buffers by ID.Thomas Munro2021-04-08
* autovacuum: handle analyze for partitioned tablesAlvaro Herrera2021-04-08
* SQL-standard function bodyPeter Eisentraut2021-04-07