aboutsummaryrefslogtreecommitdiff
path: root/src/include
Commit message (Expand)AuthorAge
* 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
* Rename OverrideSearchPath to SearchPathMatcher.Noah Misch2023-07-31
* Remove PushOverrideSearchPath() and PopOverrideSearchPath().Noah Misch2023-07-31
* Support custom wait events for wait event type "Extension"Michael Paquier2023-07-31
* Bring some MSVC asserts in line with other platformsJohn Naylor2023-07-31
* Disallow replacing joins with scans in problematic cases.Etsuro Fujita2023-07-28
* Show savepoint names as constants in pg_stat_statementsMichael Paquier2023-07-27
* Add more SQL/JSON constructor functionsAmit Langote2023-07-26
* Some refactoring to export json(b) conversion functionsAmit Langote2023-07-26
* Remove unnecessary checks for indexes for REPLICA IDENTITY FULL tables.Masahiko Sawada2023-07-25
* Optimize WAL insertion lock acquisition and release with some atomicsMichael Paquier2023-07-25
* Fix the display of UNKNOWN message type in apply worker.Amit Kapila2023-07-25
* Code review for commit b6e1157e7dAmit Langote2023-07-21
* Revert "Add notBefore and notAfter to SSL cert info display"Daniel Gustafsson2023-07-20
* Add notBefore and notAfter to SSL cert info displayDaniel Gustafsson2023-07-20
* Unify JSON categorize type API and export for external useAmit Langote2023-07-20