summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2022-10-31Fix ALTER COLLATION "default" REFRESH VERSION.Jeff Davis
2022-10-31Enable pg_collation_actual_version() to work on the default collation.Jeff Davis
2022-10-31Add check on initial and boot values when loading GUCsMichael Paquier
2022-10-31Clean up some inconsistencies with GUC declarationsMichael Paquier
2022-10-28Use Limit instead of Unique to implement DISTINCT, when possibleDavid Rowley
2022-10-28Remove AssertArg and AssertStatePeter Eisentraut
2022-10-27Allow nodeSort to perform Datum sorts for byref typesDavid Rowley
2022-10-27Avoid making commutatively-duplicate clauses in EquivalenceClasses.Tom Lane
2022-10-27Move pg_pwritev_with_retry() to src/common/file_utils.cMichael Paquier
2022-10-26Add rule_number to pg_hba_file_rules and map_number to pg_ident_file_mappingsMichael Paquier
2022-10-26Fix variable assignment thinko in hba.cMichael Paquier
2022-10-26Refactor code handling the names of files loaded in hba.cMichael Paquier
2022-10-25Doc/improve confusing, inefficient tests to locate CTID variable.Tom Lane
2022-10-25Update outdated comment for TransactionIdSetTreeStatusHeikki Linnakangas
2022-10-25Clean up some GUC declarations and commentsMichael Paquier
2022-10-24Update some comments that should've covered MERGEAlvaro Herrera
2022-10-24Fix recently added incorrect assertionAlvaro Herrera
2022-10-24Add support for regexps on database and user entries in pg_hba.confMichael Paquier
2022-10-22Improve memory handling across SQL-callable backup functionsMichael Paquier
2022-10-21Add CHECK_FOR_INTERRUPTS while restoring changes during decoding.Amit Kapila
2022-10-21Refactor more logic for compilation of regular expressions in hba.cMichael Paquier
2022-10-20Improve the accuracy of numeric power() for integer exponents.Dean Rasheed
2022-10-20Use proper macro to access TransactionIdAlvaro Herrera
2022-10-20Fix assertion failures while processing NEW_CID record in logical decoding.Amit Kapila
2022-10-19Get rid of XLogCtlInsert->forcePageWritesAlvaro Herrera
2022-10-19Track LLVM 15 changes.Thomas Munro
2022-10-19Remove pg_backup_start_callback and reuse similar codeAlvaro Herrera
2022-10-19Rework shutdown callback of archiver modulesMichael Paquier
2022-10-19Fix typos in logical/launcher.cMichael Paquier
2022-10-19Refactor regular expression handling in hba.cMichael Paquier
2022-10-18Fix confusion about havingQual vs hasHavingQual in planner.Tom Lane
2022-10-18Improve errhint for ALTER SUBSCRIPTION ADD/DROP PUBLICATIONAlvaro Herrera
2022-10-18Remove compatibility declarations for InitMaterializedSRF()Michael Paquier
2022-10-18Rename SetSingleFuncCall() to InitMaterializedSRF()Michael Paquier
2022-10-17Record dependencies of a cast on other casts that it requires.Tom Lane
2022-10-17Reject non-ON-SELECT rules that are named "_RETURN".Tom Lane
2022-10-17Guard against table-AM-less relations in planner.Tom Lane
2022-10-16Fix EXPLAIN of SEARCH BREADTH FIRST with a constant initial value.Tom Lane
2022-10-16Rename parser token REF to REF_P to avoid a symbol conflict.Tom Lane
2022-10-15Disallow MERGE cleanly for foreign partitionsAlvaro Herrera
2022-10-14pgstat: Track time of the last scan of a relationAndres Freund
2022-10-14Have GetCurrentTransactionStopTimestamp() set xactStopTimestamp if unsetAndres Freund
2022-10-14Add auxiliary lists to GUC data structures for better performance.Tom Lane
2022-10-14Replace the sorted array of GUC variables with a hash table.Tom Lane
2022-10-14Store GUC data in a memory context, instead of using malloc().Tom Lane
2022-10-14Make some minor improvements in memory-context infrastructure.Tom Lane
2022-10-14Standardize format for printing PIDsPeter Eisentraut
2022-10-14Fix incorrect comment regarding command completion tagsDavid Rowley
2022-10-13Allow batch insertion during COPY into a foreign table.Etsuro Fujita
2022-10-13Improve the WARNING message for CREATE SUBSCRIPTION.Amit Kapila