summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2022-12-10Restructure soft-error handling in formatting.c.Tom Lane
2022-12-09Convert datetime input functions to use "soft" error reporting.Tom Lane
2022-12-09Allow DateTimeParseError to handle bad-timezone error messages.Tom Lane
2022-12-09Const-ify a couple of datetime parsing subroutines.Tom Lane
2022-12-09Convert a few datatype input functions to use "soft" error reporting.Tom Lane
2022-12-09Add test scaffolding for soft error reporting from input functions.Tom Lane
2022-12-09Create infrastructure for "soft" error reporting.Tom Lane
2022-12-09Fix invalid role names introduced in 096dd80f3cAlexander Korotkov
2022-12-09Add USER SET parameter values for pg_db_role_settingAlexander Korotkov
2022-12-09Update MERGE docs to mention that ONLY is supported.Dean Rasheed
2022-12-08Remove unnecessary castsPeter Eisentraut
2022-12-08Update types in File APIPeter Eisentraut
2022-12-08Remove new structure member from ResultRelInfo.Etsuro Fujita
2022-12-08Avoid unnecessary streaming of transactions during logical replication.Amit Kapila
2022-12-07meson: Add 'running' test setup, as a replacement for installcheckAndres Freund
2022-12-07Minor code refactoring in elog.c (no functional change).Tom Lane
2022-12-07Fix FK comment think-oPeter Eisentraut
2022-12-07Update outdated comment in ApplyRetrieveRuleAlvaro Herrera
2022-12-07meson: Add basic PGXS compatibilityAndres Freund
2022-12-07autoconf: Move export_dynamic determination to configureAndres Freund
2022-12-07Generate pg_stat_get*() functions for databases using macrosMichael Paquier
2022-12-06meson: Basic cygwin supportAndres Freund
2022-12-06Rework query relation permission checkingAlvaro Herrera
2022-12-06Fix 32-bit build dangling pointer issue in WindowAggDavid Rowley
2022-12-06Generate pg_stat_get*() functions for tables using macrosMichael Paquier
2022-12-06Check the snapshot argument of index_beginscan and familyAlexander Korotkov
2022-12-06Provide test coverage in pg_dump for default behaviors with compressionMichael Paquier
2022-12-05initdb: Refactor PG_CMD_PUTS loopsPeter Eisentraut
2022-12-05Fix Memoize to work with partitionwise joining.Tom Lane
2022-12-05pg_dump: Remove "blob" terminologyPeter Eisentraut
2022-12-05Add LSN location in some error messages related to WAL pagesMichael Paquier
2022-12-04Fix thinko introduced in 6b423ec67David Rowley
2022-12-04Re-pgindent a few files.Tom Lane
2022-12-04Fix broken MemoizePath support in reparameterize_path().Tom Lane
2022-12-04Add missing MaterialPath support in reparameterize_path[_by_child].Tom Lane
2022-12-04Fix generate_partitionwise_join_paths() to tolerate failure.Tom Lane
2022-12-04Improve performance of pg_strtointNN functionsDavid Rowley
2022-12-03Doc: flesh out fmgr/README's description of context-node usage.Tom Lane
2022-12-03Fix DEFAULT handling for multi-row INSERT rules.Dean Rasheed
2022-12-03Add missing const qualifierDavid Rowley
2022-12-03Prevent pgstats from getting confused when relkind of a relation changesAndres Freund
2022-12-02Fix broken hash function hashbpcharextended().Jeff Davis
2022-12-02Remove gen_node_support.pl's special treatment of EquivalenceClasses.Tom Lane
2022-12-02Add some error cross-checks to gen_node_support.pl.Tom Lane
2022-12-02Fix psql's \sf and \ef for new-style SQL functions.Tom Lane
2022-12-02Remove logic for converting a table to a view.Tom Lane
2022-12-02Report incompatible roles in pg_upgrade checkingDaniel Gustafsson
2022-12-02Generalize ri_RootToPartitionMap to use for non-partition childrenAlvaro Herrera
2022-12-02Fix incorrect output from pgoutput when using column lists.Amit Kapila
2022-12-02autoconf: Don't AC_SUBST() LD in configureAndres Freund