aboutsummaryrefslogtreecommitdiff
path: root/src/include
Commit message (Expand)AuthorAge
* 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
* Remove db_user_namespace.Nathan Bossart2023-07-17
* Allow plan nodes with initPlans to be considered parallel-safe.Tom Lane2023-07-14
* Account for optimized MinMax aggregates during SS_finalize_plan.Tom Lane2023-07-14
* Fix privilege check for SET SESSION AUTHORIZATION.Nathan Bossart2023-07-13
* Move privilege check for SET SESSION AUTHORIZATION.Nathan Bossart2023-07-13
* Allow the use of a hash index on the subscriber during replication.Amit Kapila2023-07-14
* Remove wal_sync_method=fsync_writethrough on Windows.Thomas Munro2023-07-14
* Handle DROP DATABASE getting interruptedAndres Freund2023-07-13
* Rename session_auth_is_superuser to current_role_is_superuser.Nathan Bossart2023-07-12
* Don't include CaseTestExpr in JsonValueExpr.formatted_exprAmit Langote2023-07-13
* Remove --disable-thread-safety and related code.Thomas Munro2023-07-12