summaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)Author
2022-12-15Convert range_in and multirange_in to report errors softly.Tom Lane
2022-12-15Static assertions cleanupPeter Eisentraut
2022-12-15Convert a few more datatype input functions to report errors softly.Tom Lane
2022-12-14Add grantable MAINTAIN privilege and pg_maintain role.Jeff Davis
2022-12-14Remove SHA256_HMAC_B from scram-common.hMichael Paquier
2022-12-13Rethink handling of [Prevent|Is]InTransactionBlock in pipeline mode.Tom Lane
2022-12-12Get rid of recursion-marker values in enum AlterTableTypeAlvaro Herrera
2022-12-11Convert json_in and jsonb_in to report errors softly.Tom Lane
2022-12-11Change JsonSemAction to allow non-throw error reporting.Tom Lane
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-09Add USER SET parameter values for pg_db_role_settingAlexander Korotkov
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 basic PGXS compatibilityAndres Freund
2022-12-07Generate pg_stat_get*() functions for databases using macrosMichael Paquier
2022-12-06Rework query relation permission checkingAlvaro Herrera
2022-12-06Generate pg_stat_get*() functions for tables using macrosMichael Paquier
2022-12-05Fix Memoize to work with partitionwise joining.Tom Lane
2022-12-04Re-pgindent a few files.Tom Lane
2022-12-02Remove gen_node_support.pl's special treatment of EquivalenceClasses.Tom Lane
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-01Move PartitioPruneInfo out of plan nodes into PlannedStmtAlvaro Herrera
2022-11-30Bump catalog version for previous commitAlvaro Herrera
2022-11-30Stop accessing checkAsUser via RTE in some casesAlvaro Herrera
2022-11-30Refactor code parsing compression option values (-Z/--compress)Michael Paquier
2022-11-29Improve heuristics for compressing the KnownAssignedXids array.Tom Lane
2022-11-29Add 'missing_ok' argument to build_attrmap_by_nameAlvaro Herrera
2022-11-28Remove promote_trigger_file.Thomas Munro
2022-11-28Provide non-superuser predefined roles for vacuum and analyzeAndrew Dunstan
2022-11-28Provide per-table permissions for vacuum and analyze.Andrew Dunstan
2022-11-25Fix handling of pending inserts in nodeModifyTable.c.Etsuro Fujita
2022-11-24Introduce variables for initial and max nesting depth on configuration filesMichael Paquier
2022-11-24Add support for file inclusions in HBA and ident configuration filesMichael Paquier
2022-11-24Speedup hash index builds by skipping needless binary searchesDavid Rowley
2022-11-23Rework memory contexts in charge of HBA/ident tokenizationMichael Paquier
2022-11-23Support for custom slots in the custom executor nodesAlexander Korotkov
2022-11-23Expand AclMode to 64 bitsAndrew Dunstan
2022-11-23Simplify vacuum_set_xid_limits() signature.Peter Geoghegan
2022-11-22Add wait event for pg_usleep() in perform_spin_delay()Andres Freund
2022-11-21Replace link to Hunspell with the current homepageDaniel Gustafsson
2022-11-21Add comments and a missing CHECK_FOR_INTERRUPTS in ts_headline.Tom Lane
2022-11-21Provide options for postmaster to kill child processes with SIGABRT.Tom Lane