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