aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* Fix comments atop ReorderBufferAddInvalidations.Amit Kapila2022-11-10
* Fix comment of SimpleLruInit() in slru.cMichael Paquier2022-11-10
* Apply a better fix to mdunlinkfork().Tom Lane2022-11-09
* Report a more useful error for reloptions on a partitioned table.Tom Lane2022-11-09
* Doc: add comments about PreventInTransactionBlock/IsInTransactionBlock.Tom Lane2022-11-09
* Provide sigaction() for Windows.Thomas Munro2022-11-09
* Use AbsoluteConfigLocation() when building an included path in hba.cMichael Paquier2022-11-09
* Unify some internal error message wordingsPeter Eisentraut2022-11-08
* Produce more-optimal plans for bitmap scans on boolean columns.Tom Lane2022-11-08
* Suppress useless wakeups in walreceiver.Thomas Munro2022-11-08
* Introduce pg_pwrite_zeros() in fileutils.cMichael Paquier2022-11-08
* Fix initialization of pg_stat_get_lastscan()Michael Paquier2022-11-08
* Fix compiler warning on MSVCDavid Rowley2022-11-08
* Fix failure to remove non-first segments of temporary tables.Tom Lane2022-11-07
* Move code related to configuration files in directories to new fileMichael Paquier2022-11-07
* Don't pass down nonnullable_vars while reducing outer joins.Tom Lane2022-11-05
* Handle SubPlan cases in find_nonnullable_rels/vars.Tom Lane2022-11-05
* Remove redundant breaks in HeapTupleSatisfiesVisibilityAndres Freund2022-11-05
* Remove unneeded includes of <sys/stat.h>Michael Paquier2022-11-05
* Fix CREATE DATABASE so we can pg_upgrade DBs with OIDs above 2^31.Tom Lane2022-11-04
* Correct error message for row-level triggers with transition tables on partit...Etsuro Fujita2022-11-04
* Remove outdated includeJohn Naylor2022-11-04
* Create FKs properly when attaching table as partitionAlvaro Herrera2022-11-03
* Avoid crash after function syntax error in a replication worker.Tom Lane2022-11-03
* Resolve partition strategy during early parsingAlvaro Herrera2022-11-03
* Straighten include order in guc-file.lJohn Naylor2022-11-03
* Defend against unsupported partition relkind in logical replication worker.Tom Lane2022-11-02
* Fix copy-and-pasteo in comment.Etsuro Fujita2022-11-02
* Improve the description of XLOG_RUNNING_XACTS.Amit Kapila2022-11-02
* Remove code handling FORCE_NULL and FORCE_NOT_NULL for COPY TOMichael Paquier2022-11-02
* Add doubly linked count list implementationDavid Rowley2022-11-02
* Fix planner failure with extended statistics on partitioned tables.Tom Lane2022-11-01
* 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