summaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)Author
2021-06-29Add index OID macro argument to DECLARE_INDEXPeter Eisentraut
2021-06-29Bump XLOG_PAGE_MAGIC for format changes related to FPW compressionMichael Paquier
2021-06-29Add support for LZ4 with compression of full-page writes in WALMichael Paquier
2021-06-29Don't ERROR on PreallocXlogFiles() race condition.Noah Misch
2021-06-29Remove XLogFileInit() ability to unlink a pre-existing file.Noah Misch
2021-06-29Remove XLogFileInit() ability to skip ControlFileLock.Noah Misch
2021-06-29Dump COMMENT ON SCHEMA public.Noah Misch
2021-06-28Pre branch pgindent / pgperltidy runAndrew Dunstan
2021-06-19Support disabling index bypassing by VACUUM.Peter Geoghegan
2021-06-18Centralize the logic for protective copying of utility statements.Tom Lane
2021-06-15Revert 29854ee8d1 due to buildfarm failuresAlexander Korotkov
2021-06-15Support for unnest(multirange) and cast multirange as an array of rangesAlexander Korotkov
2021-06-15Fix decoding of speculative aborts.Amit Kapila
2021-06-15Remove pg_wait_for_backend_termination().Noah Misch
2021-06-15Copy-edit text for the pg_terminate_backend() "timeout" parameter.Noah Misch
2021-06-11Return ReplicationSlotAcquire API to its original formAlvaro Herrera
2021-06-11Optimize creation of slots for FDW bulk insertsTomas Vondra
2021-06-11Change position of field "transformed" in struct CreateStatsStmt.Noah Misch
2021-06-10Reconsider the handling of procedure OUT parameters.Tom Lane
2021-06-10Add some const decorationsPeter Eisentraut
2021-06-07Fix incautious handling of possibly-miscoded strings in client code.Tom Lane
2021-06-07Remove two_phase variable from CreateReplicationSlotCmd struct.Amit Kapila
2021-06-06Add transformed flag to nodes/*funcs.c for CREATE STATISTICSTomas Vondra
2021-06-06Standardize nodes/*funcs.c cosmetics for ForeignScan.resultRelation.Noah Misch
2021-06-04Adjust locations which have an incorrect copyright yearDavid Rowley
2021-06-03Fix incorrect permissions on pg_subscription.Tom Lane
2021-06-02Update plannodes.h's comments about PlanRowMark.Tom Lane
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