aboutsummaryrefslogtreecommitdiff
path: root/src/include
Commit message (Expand)AuthorAge
* Add MSVC support for pg_leftmost_one_pos32() and friendsJohn Naylor2023-02-20
* Add assert checking to pg_leftmost_one_pos32() and friendsJohn Naylor2023-02-20
* Speedup and increase usability of set proc title functionsDavid Rowley2023-02-20
* Redesign archive modulesMichael Paquier2023-02-17
* Remove obsolete platforms from ps_status.c.Thomas Munro2023-02-17
* Add a new wait state and use it when sending data in the apply worker.Amit Kapila2023-02-16
* Rename force_parallel_mode to debug_parallel_queryDavid Rowley2023-02-15
* Fix handling of SCRAM-SHA-256's channel binding with RSA-PSS certificatesMichael Paquier2023-02-15
* Change argument type of pq_sendbytes from char * to void *Peter Eisentraut2023-02-14
* When removing a relation from the query, drop its RelOptInfo.Tom Lane2023-02-13
* Consolidate ItemPointer to Datum conversion functionsPeter Eisentraut2023-02-13
* Mark more nodes with attribute no_query_jumbleMichael Paquier2023-02-13
* Add pg_stat_io view, providing more detailed IO statisticsAndres Freund2023-02-11
* Fix typo in parsenodes.hMichael Paquier2023-02-10
* pgstat: Track more detailed relation IO statisticsAndres Freund2023-02-09
* Fix various typos in code and testsMichael Paquier2023-02-09
* pgstat: Infrastructure for more detailed IO statisticsAndres Freund2023-02-08
* Remove stray duplicated comment in heapam.hDavid Rowley2023-02-08
* Fix the logical replication timeout during large DDLs.Amit Kapila2023-02-08
* Include values of A_Const nodes in query jumblingMichael Paquier2023-02-07
* Disable STARTUP_PROGRESS_TIMEOUT in standby mode.Robert Haas2023-02-06
* Revert refactoring of restore command code to shell_restore.cMichael Paquier2023-02-06
* Further refactor of heapgettup and heapgettup_pagemodeDavid Rowley2023-02-03
* Retire PG_SETMASK() macro.Thomas Munro2023-02-03
* Remove dead NoMovementScanDirection codeDavid Rowley2023-02-01
* Generate code for query jumbling through gen_node_support.plMichael Paquier2023-01-31
* Invent "join domains" to replace the below_outer_join hack.Tom Lane2023-01-30
* Do assorted mop-up in the planner.Tom Lane2023-01-30
* Make Vars be outer-join-aware.Tom Lane2023-01-30
* Rename GUC logical_decoding_mode to logical_replication_mode.Amit Kapila2023-01-30
* Minor GUC code refactoring.Tom Lane2023-01-27
* Code review for commit 05a7be935.Tom Lane2023-01-26
* Revert "Add eager and lazy freezing strategies to VACUUM."Peter Geoghegan2023-01-25
* Add eager and lazy freezing strategies to VACUUM.Peter Geoghegan2023-01-25
* Avoid type cheats for invalid dsa_handles and dshash_table_handles.Tom Lane2023-01-25
* Adjust interaction of CREATEROLE with role properties.Robert Haas2023-01-24
* Add helper library for use of libpq inside the server environmentAndres Freund2023-01-23
* Remove special outfuncs/readfuncs handling of RangeVar.catalogname.Tom Lane2023-01-23
* Allow parallel aggregate on string_agg and array_aggDavid Rowley2023-01-23
* Track logrep apply workers' last start times to avoid useless waits.Tom Lane2023-01-22
* instr_time: Represent time as an int64 on all platformsAndres Freund2023-01-20
* Rework format of comments in headers for nodesMichael Paquier2023-01-21
* Move queryjumble.c code to src/backend/nodes/Michael Paquier2023-01-21
* Bump catversion for 6e2775e4d4e47775f0d933e4a93c148024a3bc63.Robert Haas2023-01-20
* Add new GUC reserved_connections.Robert Haas2023-01-20
* Rename ReservedBackends variable to SuperuserReservedConnections.Robert Haas2023-01-20
* Remove SHM_QUEUEAndres Freund2023-01-19
* Use dlists instead of SHM_QUEUE for predicate lockingAndres Freund2023-01-19
* Fix ts_headline() to handle ORs and phrase queries more honestly.Tom Lane2023-01-19
* Constify proclist.hPeter Eisentraut2023-01-19