summaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)Author
2021-05-27Reduce the range of OIDs reserved for genbki.pl.Tom Lane
2021-05-27Rethink definition of pg_attribute.attcompression.Tom Lane
2021-05-27Fix assertion during streaming of multi-insert toast changes.Amit Kapila
2021-05-23Re-order pg_attribute columns to eliminate some padding space.Tom Lane
2021-05-21Restore the portal-level snapshot after procedure COMMIT/ROLLBACK.Tom Lane
2021-05-19Fix issues in pg_stat_wal.Fujii Masao
2021-05-15Allow compute_query_id to be set to 'auto' and make it defaultAlvaro Herrera
2021-05-14Refactor CHECK_FOR_INTERRUPTS() to add flexibility.Tom Lane
2021-05-12Rename the logical replication global "wrconn"Alvaro Herrera
2021-05-12Do pre-release housekeeping on catalog data.Tom Lane
2021-05-12Initial pgindent and pgperltidy run for v14.Tom Lane
2021-05-12Fix EXPLAIN ANALYZE for async-capable nodes.Etsuro Fujita
2021-05-12Change data type of counters in BufferUsage and WalUsage from long to int64.Fujii Masao
2021-05-10Fix mishandling of resjunk columns in ON CONFLICT ... UPDATE tlists.Tom Lane
2021-05-10Prevent integer overflows in array subscripting calculations.Tom Lane
2021-05-10Revert recovery prefetching feature.Thomas Munro
2021-05-09Improve comments about USE_VALGRIND in pg_config_manual.h.Tom Lane
2021-05-08Sync guc.c and postgresql.conf.sample with the SGML docs.Tom Lane
2021-05-07Revert per-index collation version tracking feature.Thomas Munro
2021-05-06Track detached partitions more accurately in partdescsAlvaro Herrera
2021-05-06Update replication statistics after every stream/spill.Amit Kapila
2021-04-28Add heuristic incoming-message-size limits in the server.Tom Lane
2021-04-28Allow a partdesc-omitting-partitions to be cachedAlvaro Herrera
2021-04-27Don't pass "ONLY" options specified in TRUNCATE to foreign data wrapper.Fujii Masao
2021-04-27Use HTAB for replication slot statistics.Amit Kapila
2021-04-27Fix Logical Replication of Truncate in synchronous commit mode.Amit Kapila
2021-04-23Mark multirange_constructor0() and multirange_constructor2() strictAlexander Korotkov
2021-04-23Reorder COMPRESSION option in gram.y and parsenodes.h into alphabetical order.Fujii Masao
2021-04-22Fix relcache inconsistency hazard in partition detachAlvaro Herrera
2021-04-21Add DISTINCT to information schema usage viewsPeter Eisentraut
2021-04-21doc: Improve hyphenation consistencyPeter Eisentraut
2021-04-20Fix under-parenthesized XLogRecHasBlockRef() macro.Tom Lane
2021-04-20adjust query id feature to use pg_stat_activity.query_idBruce Momjian
2021-04-20Rename find_em_expr_usable_for_sorting_rel.Tom Lane
2021-04-20Fix planner failure in some cases of sorting by an aggregate.Tom Lane
2021-04-19Fix test case added by commit f5fc2f5b23.Amit Kapila
2021-04-16Update dummy prosrc values.Tom Lane
2021-04-16Convert built-in SQL-language functions to SQL-standard-body style.Tom Lane
2021-04-16psql: Refine lexing of BEGIN...END blocks in CREATE FUNCTION statementsPeter Eisentraut
2021-04-16Add information of total data processed to replication slot stats.Amit Kapila
2021-04-15Undo decision to allow pg_proc.prosrc to be NULL.Tom Lane
2021-04-14Use NameData datatype for slotname in stats.Amit Kapila
2021-04-13Redesign the caching done by get_cached_rowtype().Tom Lane
2021-04-11Add macro PGWARNING, and make PGERROR available on all platforms.Tom Lane
2021-04-11Remove COMMIT_TS_SETTS record.Fujii Masao
2021-04-10Standardize pg_authid oid_symbol values.Noah Misch
2021-04-10Fix failure of xlogprefetch.h to include all prerequisite headers.Tom Lane
2021-04-09Fix typos and grammar in documentation and code commentsMichael Paquier
2021-04-08Remove duplicate typedef.Thomas Munro
2021-04-08Allow TRUNCATE command to truncate foreign tables.Fujii Masao