aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* Remove the "snapshot too old" feature.Thomas Munro2023-09-05
* Improve description of keys in tsvectorMichael Paquier2023-09-05
* Fix out-of-bound read in gtsvector_picksplit()Michael Paquier2023-09-04
* Fix typo in decode.c.Amit Kapila2023-09-04
* Fix handling of shared statistics with dropped databasesMichael Paquier2023-09-04
* Fix not-null constraint testAlvaro Herrera2023-09-01
* ATPrepAddPrimaryKey: ignore non-PK constraintsAlvaro Herrera2023-09-01
* Report syncscan position at end of scan.Heikki Linnakangas2023-08-31
* Correct ObjectProperty entry for transformsPeter Eisentraut2023-08-31
* genbki.pl: Factor out boilerplate generationPeter Eisentraut2023-08-31
* Restructure DECLARE_INDEX argumentsPeter Eisentraut2023-08-31
* Fix some shadow variables in src/backend/replication/Michael Paquier2023-08-31
* Use actual backend IDs in pg_stat_get_backend_subxact().Nathan Bossart2023-08-30
* Rename some support functions for pgstat* views.Nathan Bossart2023-08-30
* Fix possible compiler warningPeter Eisentraut2023-08-30
* Fix misuse of PqMsg_Close.Nathan Bossart2023-08-29
* Avoid possible overflow with ltsGetFreeBlock() in logtape.cMichael Paquier2023-08-30
* Disallow changing NO INHERIT status of a not-null constraintAlvaro Herrera2023-08-29
* Rename logical_replication_mode to debug_logical_replication_streamingPeter Eisentraut2023-08-29
* Remove useless if conditionPeter Eisentraut2023-08-29
* Remove useless if conditionPeter Eisentraut2023-08-29
* Make more use of makeColumnDef()Peter Eisentraut2023-08-29
* Add some const decorationsPeter Eisentraut2023-08-29
* Initialize ListenSocket array earlier.Heikki Linnakangas2023-08-29
* Tweak pg_promote() to report failures on kill() or postmaster failuresMichael Paquier2023-08-29
* Make error messages about WAL segment size more consistentPeter Eisentraut2023-08-28
* Fix some typos in wait_event_names.txtMichael Paquier2023-08-28
* Tighten unit parsing in internal valuesMichael Paquier2023-08-28
* Tighten handling of "ago" in interval valuesMichael Paquier2023-08-28
* Format list of catalog files in makefile verticallyPeter Eisentraut2023-08-28
* Remove dead code in DecodeInterval()Michael Paquier2023-08-28
* Show names of DEALLOCATE as constants in pg_stat_statementsMichael Paquier2023-08-27
* Generate new LOG for "trust" connections under log_connectionsMichael Paquier2023-08-26
* Catalog not-null constraintsAlvaro Herrera2023-08-25
* Reset the logical worker type while cleaning up other worker info.Amit Kapila2023-08-25
* Avoid unnecessary plancache revalidation of utility statements.Tom Lane2023-08-24
* Use FD_CLOEXEC on ListenSocketsHeikki Linnakangas2023-08-24
* Fix lack of message pluralizationPeter Eisentraut2023-08-24
* Rename hook functions for debug_io_direct to match variable name.Peter Eisentraut2023-08-24
* Fix the error message when failing to restore the snapshot.Amit Kapila2023-08-24
* Fix translation markersPeter Eisentraut2023-08-24
* Fix _bt_allequalimage() call within critical section.Heikki Linnakangas2023-08-23
* Add to_bin() and to_oct().Nathan Bossart2023-08-23
* Use the buffer cache when initializing an unlogged index.Heikki Linnakangas2023-08-23
* Fix wording in commentDaniel Gustafsson2023-08-23
* Some vertical reformattingPeter Eisentraut2023-08-23
* Rename some function arguments for better clarityPeter Eisentraut2023-08-23
* Add const decorationsPeter Eisentraut2023-08-23
* Introduce macros for protocol characters.Nathan Bossart2023-08-22
* ExtendBufferedWhat -> BufferManagerRelation.Thomas Munro2023-08-23