aboutsummaryrefslogtreecommitdiff
path: root/src/include
Commit message (Expand)AuthorAge
* Fix relcache inconsistency hazard in partition detachAlvaro Herrera2021-04-22
* Add DISTINCT to information schema usage viewsPeter Eisentraut2021-04-21
* doc: Improve hyphenation consistencyPeter Eisentraut2021-04-21
* Fix under-parenthesized XLogRecHasBlockRef() macro.Tom Lane2021-04-20
* adjust query id feature to use pg_stat_activity.query_idBruce Momjian2021-04-20
* Rename find_em_expr_usable_for_sorting_rel.Tom Lane2021-04-20
* Fix planner failure in some cases of sorting by an aggregate.Tom Lane2021-04-20
* Fix test case added by commit f5fc2f5b23.Amit Kapila2021-04-19
* Update dummy prosrc values.Tom Lane2021-04-16
* Convert built-in SQL-language functions to SQL-standard-body style.Tom Lane2021-04-16
* psql: Refine lexing of BEGIN...END blocks in CREATE FUNCTION statementsPeter Eisentraut2021-04-16
* Add information of total data processed to replication slot stats.Amit Kapila2021-04-16
* Undo decision to allow pg_proc.prosrc to be NULL.Tom Lane2021-04-15
* Use NameData datatype for slotname in stats.Amit Kapila2021-04-14
* Redesign the caching done by get_cached_rowtype().Tom Lane2021-04-13
* Add macro PGWARNING, and make PGERROR available on all platforms.Tom Lane2021-04-11
* Remove COMMIT_TS_SETTS record.Fujii Masao2021-04-12
* Standardize pg_authid oid_symbol values.Noah Misch2021-04-10
* Fix failure of xlogprefetch.h to include all prerequisite headers.Tom Lane2021-04-10
* Fix typos and grammar in documentation and code commentsMichael Paquier2021-04-09
* Remove duplicate typedef.Thomas Munro2021-04-09
* Allow TRUNCATE command to truncate foreign tables.Fujii Masao2021-04-08
* Speedup ScalarArrayOpExpr evaluationDavid Rowley2021-04-08
* Optionally prefetch referenced data in recovery.Thomas Munro2021-04-08
* Add circular WAL decoding buffer.Thomas Munro2021-04-08
* Remove read_page callback from XLogReader.Thomas Munro2021-04-08
* Cleanup partition pruning step generationDavid Rowley2021-04-08
* Add functions to wait for backend terminationMagnus Hagander2021-04-08
* Provide ReadRecentBuffer() to re-pin buffers by ID.Thomas Munro2021-04-08
* autovacuum: handle analyze for partitioned tablesAlvaro Herrera2021-04-08
* SQL-standard function bodyPeter Eisentraut2021-04-07
* Add wraparound failsafe to VACUUM.Peter Geoghegan2021-04-07
* Make use of in-core query id added by commit 5fd9dfa5f5Bruce Momjian2021-04-07
* Move pg_stat_statements query jumbling to core.Bruce Momjian2021-04-07
* Truncate line pointer array during VACUUM.Peter Geoghegan2021-04-07
* Refactor hba_authnameMagnus Hagander2021-04-07
* Fix use of cursor sensitivity terminologyPeter Eisentraut2021-04-07
* Add some information about authenticated identity via log_connectionsMichael Paquier2021-04-07
* Postpone some more stuff out of ExecInitModifyTable.Tom Lane2021-04-06
* Postpone some stuff out of ExecInitModifyTable.Tom Lane2021-04-06
* Remove tupgone special case from vacuumlazy.c.Peter Geoghegan2021-04-06
* Fix missing #include in nodeResultCache.h.Tom Lane2021-04-06
* ALTER SUBSCRIPTION ... ADD/DROP PUBLICATIONPeter Eisentraut2021-04-06
* Change return type of EXTRACT to numericPeter Eisentraut2021-04-06
* Add function to log the memory contexts of specified backend process.Fujii Masao2021-04-06
* Allow pgoutput to send logical decoding messages.Amit Kapila2021-04-06
* Refactor function parse_output_parameters.Amit Kapila2021-04-06
* Support INCLUDE'd columns in SP-GiST.Tom Lane2021-04-05
* Simplify state managed by VACUUM.Peter Geoghegan2021-04-05
* Add pg_read_all_data and pg_write_all_data rolesStephen Frost2021-04-05