summaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)Author
2021-07-09Update configure's probe for libldap to work with OpenLDAP 2.5.Tom Lane
2021-07-08Fix typos in pgstat.c, reorderbuffer.c and pathnodes.hDaniel Gustafsson
2021-07-08Improve error messages about mismatching relkindPeter Eisentraut
2021-07-07Use a hash table to speed up NOT IN(values)David Rowley
2021-07-07Refactor SASL code with a generic interface for its mechanismsMichael Paquier
2021-07-06Allow CustomScan providers to say whether they support projections.Tom Lane
2021-07-04Cleanup some aggregate code in the executorDavid Rowley
2021-07-02Don't try to print data type names in slot_store_error_callback().Tom Lane
2021-07-02Use WaitLatch() instead of pg_usleep() at end-of-vacuum truncationMichael Paquier
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