summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-11-26Doc: list AT TIME ZONE and COLLATE in operator precedence table.Tom Lane
2023-11-26Fix brin.c indentation issues introduced by c1ec02be1dTomas Vondra
2023-11-25Use fipshash in brin_multi testPeter Eisentraut
2023-11-25Reuse BrinDesc and BrinRevmap in brininsertTomas Vondra
2023-11-25C comment: add header to pg_test_fsync.cBruce Momjian
2023-11-25C comment: clarify that WAL files can be _recycled_ or removedBruce Momjian
2023-11-25Use SECS_PER_HOUR macro in tzparser.c, instead of constantsBruce Momjian
2023-11-25doc: gin_page_opaque_info() must be a _compressed_ GIN pageBruce Momjian
2023-11-25doc: improve ALTER TABLE "offical constraint" wordingBruce Momjian
2023-11-25Doc: un-break PDF build.Tom Lane
2023-11-25gitignore generated file targets-meson.sgml.Tom Lane
2023-11-25modify segno. for pg_walfile_name() and pg_walfile_name_offset()Bruce Momjian
2023-11-24doc: remove documentation for deprecated @@@ operatorBruce Momjian
2023-11-24doc: mention vacuum's removal of commit timestamp informationBruce Momjian
2023-11-24Fix whitespace.Thomas Munro
2023-11-24Improve comments about pqsignal().Thomas Munro
2023-11-24doc: add docs for age(xid) and mxid_age(xid)Bruce Momjian
2023-11-23Fix timing-dependent failure in GSSAPI data transmission.Tom Lane
2023-11-23Use ResourceOwner to track WaitEventSets.Heikki Linnakangas
2023-11-23C comment: fix typos with unnecessary apostrophesBruce Momjian
2023-11-22doc: remove double-negative in REFRESH MATERIALIZED ... CONCURRBruce Momjian
2023-11-22Fix the initial sync tables with no columns.Amit Kapila
2023-11-22Stop the search once the slot for replication origin is found.Amit Kapila
2023-11-22doc: FreeBSD uses camcontrol identify, not atacontrol, for cacheBruce Momjian
2023-11-22Fix query checking consistency of table amhandlers in opr_sanity.sqlMichael Paquier
2023-11-21doc: vacuum_cost_limit controls when vacuum_cost_delay happensBruce Momjian
2023-11-21Remove unneeded assignments in for loop headerAlvaro Herrera
2023-11-21Avoid overflow in fe_utils' printTable()Alvaro Herrera
2023-11-21Simplify some logic in CreateReplicationSlot()Michael Paquier
2023-11-21Log messages for replication slot acquisition and release.Amit Kapila
2023-11-21meson: Document build targets, add 'help' targetAndres Freund
2023-11-21meson: Add 'world' targetAndres Freund
2023-11-21docs: meson: Change what 'docs' target buildsAndres Freund
2023-11-21meson: docs: Add {html,man} targets, rename install-doc-*Andres Freund
2023-11-20Optimize check_search_path() by using SearchPathCache.Jeff Davis
2023-11-20Be more paranoid about OOM in search_path cache.Jeff Davis
2023-11-20Prevent overflow for block number in buffile.cMichael Paquier
2023-11-19Lock table in DROP STATISTICSTomas Vondra
2023-11-18Guard against overflow in interval_mul() and interval_div().Dean Rasheed
2023-11-18doc: improve description of privileges for MERGE and update glossary.Dean Rasheed
2023-11-18meson: Fix missing dependency from install-quiet to sepgsql.sqlAndres Freund
2023-11-17simplehash: preserve consistency in case of OOM.Jeff Davis
2023-11-17docs: Fix standalone INSTALL, broken in 06c70849fb2Andres Freund
2023-11-17doc: update query section to show LIMIT/OFFSET like SELECTBruce Momjian
2023-11-17Release lock on heap buffer before vacuuming FSMAndres Freund
2023-11-17Extract column statistics from CTE references, if possible.Tom Lane
2023-11-17docs: Document --with-selinux/-Dselinux options centrallyAndres Freund
2023-11-17meson: Change default of 'selinux' feature option to autoAndres Freund
2023-11-17Allow tests to pass in OpenSSL FIPS mode (rest)Peter Eisentraut
2023-11-17Don't specify number of dimensions in cases where we don't know it.Tom Lane