aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* Print the correct aliases for DML target tables in ruleutils.Tom Lane2023-02-17
* Fix incorrect format placeholderPeter Eisentraut2023-02-17
* Redesign archive modulesMichael Paquier2023-02-17
* Remove obsolete platforms from ps_status.c.Thomas Munro2023-02-17
* Fix check for child column generation status matching parent.Tom Lane2023-02-16
* pgindent: mention directory arguments in help textAndrew Dunstan2023-02-16
* Remove duplicated comment in nodeModifyTable.cMichael Paquier2023-02-16
* Add a new wait state and use it when sending data in the apply worker.Amit Kapila2023-02-16
* Add description for new patterns supported in HBA and ident sample filesMichael Paquier2023-02-16
* Don't rely on uninitialized value in MERGE / DELETEAlvaro Herrera2023-02-15
* 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
* Fix make_etags failure on Mac.Tatsuo Ishii2023-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
* Fix buggy recursion in flatten_rtes_walker().Tom Lane2023-02-13
* Fix thinkos in have_unsafe_outer_join_ref; reduce to Assert check.Tom Lane2023-02-13
* Remove obsolete pgindent options --code-base and --buildAndrew Dunstan2023-02-13
* Fix object identity string for transformsAlvaro Herrera2023-02-13
* Add wait_for_replay_catchup wrapper to Cluster.pmAlvaro Herrera2023-02-13
* Fix pfree issue in presorted DISTINCT aggregate codeDavid Rowley2023-02-13
* Consolidate ItemPointer to Datum conversion functionsPeter Eisentraut2023-02-13
* Fix incorrect presorted DISTINCT aggregate if conditionDavid Rowley2023-02-13
* Disable WindowAgg inverse transitions when subplans are presentDavid Rowley2023-02-13
* Mark more nodes with attribute no_query_jumbleMichael Paquier2023-02-13
* Make pg_bsd_indent's .h files inclusion-order-safe.Tom Lane2023-02-12
* Avoid dereferencing an undefined pointer in DecodeInterval().Tom Lane2023-02-12
* Integrate pg_bsd_indent into our build/test infrastructure.Tom Lane2023-02-12
* Sync pg_bsd_indent's copyright notices with Postgres practice.Tom Lane2023-02-12
* Import pg_bsd_indent sources.Tom Lane2023-02-12
* pgindent: filter files for the --commit optionAndrew Dunstan2023-02-12
* Add tests for pg_stat_ioAndres Freund2023-02-11
* Create regress_tblspc in test_setupAndres Freund2023-02-11
* Add pg_stat_io view, providing more detailed IO statisticsAndres Freund2023-02-11
* Fix join removal logic to clean up sub-RestrictInfos of OR clauses.Tom Lane2023-02-10
* Further fixes in qual nullingrel adjustment for outer join commutation.Tom Lane2023-02-10
* Fix incorrect format placeholderPeter Eisentraut2023-02-10
* Fix typo in parsenodes.hMichael Paquier2023-02-10
* pgstat: Track more detailed relation IO statisticsAndres Freund2023-02-09
* Fix help text spacing in pgindentAndrew Dunstan2023-02-09
* Fix various typos in code and testsMichael Paquier2023-02-09
* Remove uses of AssertVariableIsOfType() obsoleted by f2b73c8Andres Freund2023-02-08
* pgstat: Infrastructure for more detailed IO statisticsAndres Freund2023-02-08
* Fix bugs in GetSafeSnapshotBlockingPids(), introduced in 96003717645Andres Freund2023-02-08
* pgindent: more ways to find files to indentAndrew Dunstan2023-02-08
* Further tighten nullingrel marking rules in build_joinrel_tlist().Tom Lane2023-02-08
* remove_rel_from_query() must clean up PlaceHolderVar.phrels fields.Tom Lane2023-02-08
* Remove SQL regression tests for GUCs related to NO_SHOW_ALLMichael Paquier2023-02-08
* Remove stray duplicated comment in heapam.hDavid Rowley2023-02-08
* Fix the logical replication timeout during large DDLs.Amit Kapila2023-02-08