aboutsummaryrefslogtreecommitdiff
path: root/src/include
Commit message (Expand)AuthorAge
* Fix information schema for catalogued not-null constraintsPeter Eisentraut2023-09-18
* Update Unicode data to Unicode 15.1.0Peter Eisentraut2023-09-18
* Flush logical slots to disk during a shutdown checkpoint if required.Amit Kapila2023-09-14
* Add JIT deform_counterDaniel Gustafsson2023-09-08
* Remove some more "snapshot too old" vestiges.Thomas Munro2023-09-08
* Update information_schema definition for not-null constraintsAlvaro Herrera2023-09-07
* Fix recovery conflict SIGUSR1 handling.Thomas Munro2023-09-07
* Allow using syncfs() in frontend utilities.Nathan Bossart2023-09-06
* Add support for syncfs() in frontend support functions.Nathan Bossart2023-09-06
* Make enum for sync methods available to frontend code.Nathan Bossart2023-09-06
* Move PG_TEMP_FILE* macros to file_utils.h.Nathan Bossart2023-09-05
* Remove the "snapshot too old" feature.Thomas Munro2023-09-05
* Restructure DECLARE_INDEX argumentsPeter Eisentraut2023-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
* 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
* Make error messages about WAL segment size more consistentPeter Eisentraut2023-08-28
* Format list of catalog files in makefile verticallyPeter Eisentraut2023-08-28
* Show names of DEALLOCATE as constants in pg_stat_statementsMichael Paquier2023-08-27
* 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
* Update DECLARE_INDEX documentationPeter Eisentraut2023-08-24
* Rename hook functions for debug_io_direct to match variable name.Peter Eisentraut2023-08-24
* Add proargnames to multi-argument aggregate functionsDaniel Gustafsson2023-08-24
* Bump catversion for to_bin() and to_oct().Nathan Bossart2023-08-23
* Add to_bin() and to_oct().Nathan Bossart2023-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
* Bump catalog version for pg_wait_eventsMichael Paquier2023-08-20
* Add system view pg_wait_eventsMichael Paquier2023-08-20
* Remove incorrect field from information schemaPeter Eisentraut2023-08-16
* Split out tiebreaker comparisons from comparetup_* functionsJohn Naylor2023-08-16
* Re-allow FDWs and custom scan providers to replace joins with pseudoconstant ...Etsuro Fujita2023-08-15
* De-pessimize ConditionVariableCancelSleep().Thomas Munro2023-08-15
* hio: Take number of prior relation extensions into accountAndres Freund2023-08-14
* Change custom wait events to use dynamic shared hash tablesMichael Paquier2023-08-14
* Simplify determining logical replication worker types.Amit Kapila2023-08-14
* Show GIDs of two-phase commit commands as constants in pg_stat_statementsMichael Paquier2023-08-12
* Transform proconfig for faster execution.Jeff Davis2023-08-10
* Document RelationGetIndexAttrBitmap betterAlvaro Herrera2023-08-10
* Use native CRC instructions on 64-bit LoongArchJohn Naylor2023-08-10
* Improve const use in zlib-using codePeter Eisentraut2023-08-07
* Account for startup rows when costing WindowAggsDavid Rowley2023-08-04
* Update comments on CustomPath struct.Etsuro Fujita2023-08-03
* Refactor to split Apply and Tablesync Workers code.Amit Kapila2023-08-03
* Add and use symbolic constants for tar header offsets and file types.Robert Haas2023-08-01