summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2023-11-28Use larger segment file names for pg_notifyAlexander Korotkov
2023-11-28Index SLRUs by 64-bit integers rather than by 32-bit integersAlexander Korotkov
2023-11-28Clean up usage of bison precedence for non-operator keywords.Tom Lane
2023-11-28Use BIO_{get,set}_app_data instead of BIO_{get,set}_data.Tom Lane
2023-11-28Fix comment about ressortgrouprefs being unique in setop plans.Heikki Linnakangas
2023-11-28Remove more statements from stats.sqlMichael Paquier
2023-11-28Fix assertions with RI triggers in heap_update and heap_delete.Heikki Linnakangas
2023-11-28psql: Add tab completion for view options.Dean Rasheed
2023-11-28Remove test for pg_stat_reset_shared() in stats.sqlMichael Paquier
2023-11-27Fix comment in tableam.h about GetHeapamTableAmRoutine()Michael Paquier
2023-11-27Add CHECK_FOR_INTERRUPTS() in scram_SaltedPassword() for the backendMichael Paquier
2023-11-27Don't use bms_membership() in cases where we don't need toDavid Rowley
2023-11-27Retire a few backwards compatibility macros.Nathan Bossart
2023-11-27Check if ii_AmCache is NULL in aminsertcleanupTomas Vondra
2023-11-27Reduce rate of walwriter wakeups due to async commits.Heikki Linnakangas
2023-11-27Avoid unconditionally filling in missing values with NULL in pgoutput.Amit Kapila
2023-11-27Fix race condition with BIO methods initialization in libpq with threadsMichael Paquier
2023-11-26Display length and bounds histograms in pg_statsAlexander Korotkov
2023-11-26Update comments for pg_statistic catalog tableAlexander Korotkov
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-25modify segno. for pg_walfile_name() and pg_walfile_name_offset()Bruce Momjian
2023-11-24Fix whitespace.Thomas Munro
2023-11-24Improve comments about pqsignal().Thomas Munro
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-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-22Fix query checking consistency of table amhandlers in opr_sanity.sqlMichael Paquier
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-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-17simplehash: preserve consistency in case of OOM.Jeff Davis
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-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
2023-11-17Allow tests to pass in OpenSSL FIPS mode (TAP tests)Peter Eisentraut