aboutsummaryrefslogtreecommitdiff
path: root/src/include
Commit message (Expand)AuthorAge
* Allow window functions to adjust their frameOptionsDavid Rowley2022-12-23
* Refactor how VACUUM passes around its XID cutoffs.Peter Geoghegan2022-12-22
* Add work-around for VA_ARGS_NARGS() on MSVC.Thomas Munro2022-12-22
* Add palloc_aligned() to allow aligned memory allocationsDavid Rowley2022-12-22
* Introduce float4in_internalAndrew Dunstan2022-12-21
* Add copyright notices to meson filesAndrew Dunstan2022-12-20
* Add enable_presorted_aggregate GUCDavid Rowley2022-12-20
* Add pg_dissect_walfile_name()Michael Paquier2022-12-20
* Remove hardcoded dependency to cryptohash type in the internals of SCRAMMichael Paquier2022-12-20
* Fix comment that was missing a word.Robert Haas2022-12-19
* Expose some information about backend subxact status.Robert Haas2022-12-19
* Doc: update pg_list.h header comments to include XidLists.Tom Lane2022-12-17
* Fix typo in reference to __FreeBSD__.Thomas Munro2022-12-16
* Speed up creation of command completion tagsDavid Rowley2022-12-16
* Convert range_in and multirange_in to report errors softly.Tom Lane2022-12-15
* Static assertions cleanupPeter Eisentraut2022-12-15
* Convert a few more datatype input functions to report errors softly.Tom Lane2022-12-14
* Add grantable MAINTAIN privilege and pg_maintain role.Jeff Davis2022-12-13
* Remove SHA256_HMAC_B from scram-common.hMichael Paquier2022-12-14
* Rethink handling of [Prevent|Is]InTransactionBlock in pipeline mode.Tom Lane2022-12-13
* Get rid of recursion-marker values in enum AlterTableTypeAlvaro Herrera2022-12-12
* Convert json_in and jsonb_in to report errors softly.Tom Lane2022-12-11
* Change JsonSemAction to allow non-throw error reporting.Tom Lane2022-12-11
* Restructure soft-error handling in formatting.c.Tom Lane2022-12-09
* Convert datetime input functions to use "soft" error reporting.Tom Lane2022-12-09
* Allow DateTimeParseError to handle bad-timezone error messages.Tom Lane2022-12-09
* Const-ify a couple of datetime parsing subroutines.Tom Lane2022-12-09
* Convert a few datatype input functions to use "soft" error reporting.Tom Lane2022-12-09
* Add test scaffolding for soft error reporting from input functions.Tom Lane2022-12-09
* Create infrastructure for "soft" error reporting.Tom Lane2022-12-09
* Add USER SET parameter values for pg_db_role_settingAlexander Korotkov2022-12-09
* Update types in File APIPeter Eisentraut2022-12-08
* Remove new structure member from ResultRelInfo.Etsuro Fujita2022-12-08
* Avoid unnecessary streaming of transactions during logical replication.Amit Kapila2022-12-08
* meson: Add basic PGXS compatibilityAndres Freund2022-12-06
* Generate pg_stat_get*() functions for databases using macrosMichael Paquier2022-12-07
* Rework query relation permission checkingAlvaro Herrera2022-12-06
* Generate pg_stat_get*() functions for tables using macrosMichael Paquier2022-12-06
* Fix Memoize to work with partitionwise joining.Tom Lane2022-12-05
* Re-pgindent a few files.Tom Lane2022-12-04
* Remove gen_node_support.pl's special treatment of EquivalenceClasses.Tom Lane2022-12-02
* Generalize ri_RootToPartitionMap to use for non-partition childrenAlvaro Herrera2022-12-02
* Fix incorrect output from pgoutput when using column lists.Amit Kapila2022-12-02
* Move PartitioPruneInfo out of plan nodes into PlannedStmtAlvaro Herrera2022-12-01
* Bump catalog version for previous commitAlvaro Herrera2022-11-30
* Stop accessing checkAsUser via RTE in some casesAlvaro Herrera2022-11-30
* Refactor code parsing compression option values (-Z/--compress)Michael Paquier2022-11-30
* Improve heuristics for compressing the KnownAssignedXids array.Tom Lane2022-11-29
* Add 'missing_ok' argument to build_attrmap_by_nameAlvaro Herrera2022-11-29
* Remove promote_trigger_file.Thomas Munro2022-11-29