summaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)Author
2023-02-23Refactor to introduce pg_locale_deterministic().Jeff Davis
2023-02-23Refactor to add pg_strcoll(), pg_strxfrm(), and variants.Jeff Davis
2023-02-23Introduce a generic pg_dump compression APITomas Vondra
2023-02-23Fix mis-handling of outer join quals generated by EquivalenceClasses.Tom Lane
2023-02-22Add static assertion ensuring sizeof(ExprEvalStep) <= 64 bytesAndres Freund
2023-02-22Remove newly added asserts from pg_bitutils.hJohn Naylor
2023-02-22Implement ANY_VALUE aggregatePeter Eisentraut
2023-02-20Add MSVC support for pg_leftmost_one_pos32() and friendsJohn Naylor
2023-02-20Add assert checking to pg_leftmost_one_pos32() and friendsJohn Naylor
2023-02-20Speedup and increase usability of set proc title functionsDavid Rowley
2023-02-17Redesign archive modulesMichael Paquier
2023-02-17Remove obsolete platforms from ps_status.c.Thomas Munro
2023-02-16Add a new wait state and use it when sending data in the apply worker.Amit Kapila
2023-02-15Rename force_parallel_mode to debug_parallel_queryDavid Rowley
2023-02-15Fix handling of SCRAM-SHA-256's channel binding with RSA-PSS certificatesMichael Paquier
2023-02-14Change argument type of pq_sendbytes from char * to void *Peter Eisentraut
2023-02-13When removing a relation from the query, drop its RelOptInfo.Tom Lane
2023-02-13Consolidate ItemPointer to Datum conversion functionsPeter Eisentraut
2023-02-13Mark more nodes with attribute no_query_jumbleMichael Paquier
2023-02-11Add pg_stat_io view, providing more detailed IO statisticsAndres Freund
2023-02-10Fix typo in parsenodes.hMichael Paquier
2023-02-10pgstat: Track more detailed relation IO statisticsAndres Freund
2023-02-09Fix various typos in code and testsMichael Paquier
2023-02-09pgstat: Infrastructure for more detailed IO statisticsAndres Freund
2023-02-08Remove stray duplicated comment in heapam.hDavid Rowley
2023-02-08Fix the logical replication timeout during large DDLs.Amit Kapila
2023-02-07Include values of A_Const nodes in query jumblingMichael Paquier
2023-02-06Disable STARTUP_PROGRESS_TIMEOUT in standby mode.Robert Haas
2023-02-05Revert refactoring of restore command code to shell_restore.cMichael Paquier
2023-02-02Further refactor of heapgettup and heapgettup_pagemodeDavid Rowley
2023-02-02Retire PG_SETMASK() macro.Thomas Munro
2023-01-31Remove dead NoMovementScanDirection codeDavid Rowley
2023-01-31Generate code for query jumbling through gen_node_support.plMichael Paquier
2023-01-30Invent "join domains" to replace the below_outer_join hack.Tom Lane
2023-01-30Do assorted mop-up in the planner.Tom Lane
2023-01-30Make Vars be outer-join-aware.Tom Lane
2023-01-30Rename GUC logical_decoding_mode to logical_replication_mode.Amit Kapila
2023-01-27Minor GUC code refactoring.Tom Lane
2023-01-26Code review for commit 05a7be935.Tom Lane
2023-01-26Revert "Add eager and lazy freezing strategies to VACUUM."Peter Geoghegan
2023-01-25Add eager and lazy freezing strategies to VACUUM.Peter Geoghegan
2023-01-25Avoid type cheats for invalid dsa_handles and dshash_table_handles.Tom Lane
2023-01-24Adjust interaction of CREATEROLE with role properties.Robert Haas
2023-01-24Add helper library for use of libpq inside the server environmentAndres Freund
2023-01-23Remove special outfuncs/readfuncs handling of RangeVar.catalogname.Tom Lane
2023-01-23Allow parallel aggregate on string_agg and array_aggDavid Rowley
2023-01-22Track logrep apply workers' last start times to avoid useless waits.Tom Lane
2023-01-21instr_time: Represent time as an int64 on all platformsAndres Freund
2023-01-21Rework format of comments in headers for nodesMichael Paquier
2023-01-21Move queryjumble.c code to src/backend/nodes/Michael Paquier