summaryrefslogtreecommitdiff
path: root/src/include
Commit message (Expand)AuthorAgeFilesLines
...
* Add assert checking to pg_leftmost_one_pos32() and friendsJohn Naylor2023-02-201-26/+60
* Speedup and increase usability of set proc title functionsDavid Rowley2023-02-201-1/+16
* Redesign archive modulesMichael Paquier2023-02-173-39/+83
* Remove obsolete platforms from ps_status.c.Thomas Munro2023-02-171-3/+0
* Add a new wait state and use it when sending data in the apply worker.Amit Kapila2023-02-161-0/+1
* Rename force_parallel_mode to debug_parallel_queryDavid Rowley2023-02-151-6/+6
* Fix handling of SCRAM-SHA-256's channel binding with RSA-PSS certificatesMichael Paquier2023-02-152-1/+4
* Change argument type of pq_sendbytes from char * to void *Peter Eisentraut2023-02-141-1/+1
* When removing a relation from the query, drop its RelOptInfo.Tom Lane2023-02-131-5/+1
* Consolidate ItemPointer to Datum conversion functionsPeter Eisentraut2023-02-131-0/+20
* Mark more nodes with attribute no_query_jumbleMichael Paquier2023-02-136-38/+51
* Add pg_stat_io view, providing more detailed IO statisticsAndres Freund2023-02-112-1/+10
* Fix typo in parsenodes.hMichael Paquier2023-02-101-1/+1
* pgstat: Track more detailed relation IO statisticsAndres Freund2023-02-092-4/+11
* Fix various typos in code and testsMichael Paquier2023-02-093-3/+3
* pgstat: Infrastructure for more detailed IO statisticsAndres Freund2023-02-083-1/+101
* Remove stray duplicated comment in heapam.hDavid Rowley2023-02-081-1/+0
* Fix the logical replication timeout during large DDLs.Amit Kapila2023-02-081-0/+12
* Include values of A_Const nodes in query jumblingMichael Paquier2023-02-071-1/+1
* Disable STARTUP_PROGRESS_TIMEOUT in standby mode.Robert Haas2023-02-061-0/+2
* Revert refactoring of restore command code to shell_restore.cMichael Paquier2023-02-062-5/+23
* Further refactor of heapgettup and heapgettup_pagemodeDavid Rowley2023-02-031-0/+1
* Retire PG_SETMASK() macro.Thomas Munro2023-02-031-2/+0
* Remove dead NoMovementScanDirection codeDavid Rowley2023-02-013-7/+21
* Generate code for query jumbling through gen_node_support.plMichael Paquier2023-01-314-182/+242
* Invent "join domains" to replace the below_outer_join hack.Tom Lane2023-01-303-13/+57
* Do assorted mop-up in the planner.Tom Lane2023-01-305-52/+9
* Make Vars be outer-join-aware.Tom Lane2023-01-3013-59/+216
* Rename GUC logical_decoding_mode to logical_replication_mode.Amit Kapila2023-01-301-5/+6
* Minor GUC code refactoring.Tom Lane2023-01-271-0/+3
* Code review for commit 05a7be935.Tom Lane2023-01-262-3/+12
* Revert "Add eager and lazy freezing strategies to VACUUM."Peter Geoghegan2023-01-252-13/+0
* Add eager and lazy freezing strategies to VACUUM.Peter Geoghegan2023-01-252-0/+13
* Avoid type cheats for invalid dsa_handles and dshash_table_handles.Tom Lane2023-01-254-3/+10
* Adjust interaction of CREATEROLE with role properties.Robert Haas2023-01-241-0/+1
* Add helper library for use of libpq inside the server environmentAndres Freund2023-01-231-0/+242
* Remove special outfuncs/readfuncs handling of RangeVar.catalogname.Tom Lane2023-01-232-6/+3
* Allow parallel aggregate on string_agg and array_aggDavid Rowley2023-01-235-3/+44
* Track logrep apply workers' last start times to avoid useless waits.Tom Lane2023-01-222-0/+4
* instr_time: Represent time as an int64 on all platformsAndres Freund2023-01-201-76/+86
* Rework format of comments in headers for nodesMichael Paquier2023-01-212-202/+398
* Move queryjumble.c code to src/backend/nodes/Michael Paquier2023-01-212-2/+2
* Bump catversion for 6e2775e4d4e47775f0d933e4a93c148024a3bc63.Robert Haas2023-01-201-1/+1
* Add new GUC reserved_connections.Robert Haas2023-01-203-1/+7
* Rename ReservedBackends variable to SuperuserReservedConnections.Robert Haas2023-01-201-1/+1
* Remove SHM_QUEUEAndres Freund2023-01-191-22/+0
* Use dlists instead of SHM_QUEUE for predicate lockingAndres Freund2023-01-191-32/+16
* Fix ts_headline() to handle ORs and phrase queries more honestly.Tom Lane2023-01-191-0/+3
* Constify proclist.hPeter Eisentraut2023-01-191-3/+3
* Use dlists instead of SHM_QUEUE for syncrep queueAndres Freund2023-01-182-2/+3