aboutsummaryrefslogtreecommitdiff
path: root/src/include
Commit message (Expand)AuthorAge
* Future-proof the recursion inside ExecShutdownNode().Tom Lane2022-09-19
* Harmonize missed reorderbuffer parameter names.Peter Geoghegan2022-09-18
* Harmonize reorderbuffer parameter names.Peter Geoghegan2022-09-17
* Make check_usermap() parameter names consistent.Peter Geoghegan2022-09-17
* Clean up minor inconsistencies in pg_attribute_printf() usage.Tom Lane2022-09-16
* Adjust assorted hint messages that list all valid options.Peter Eisentraut2022-09-16
* Use SIGNAL_ARGS consistently to declare signal handlers.Tom Lane2022-09-14
* Add subxid-overflow "isolation" testAlvaro Herrera2022-09-14
* Move gramparse.h to src/backend/parserJohn Naylor2022-09-14
* Simplify handling of compression level with compression specificationsMichael Paquier2022-09-14
* Split up guc.c for better build speed and ease of maintenance.Tom Lane2022-09-13
* pg_clean_ascii(): escape bytes rather than lose themPeter Eisentraut2022-09-13
* Treat Unicode codepoints of category "Format" as non-spacingJohn Naylor2022-09-13
* Use normal install program to install server headers.Heikki Linnakangas2022-09-12
* Revert "Convert *GetDatum() and DatumGet*() macros to inline functions"Peter Eisentraut2022-09-12
* Convert *GetDatum() and DatumGet*() macros to inline functionsPeter Eisentraut2022-09-12
* Expand palloc/pg_malloc API for more type safetyPeter Eisentraut2022-09-12
* Fix recovery_prefetch with low maintenance_io_concurrency.Thomas Munro2022-09-08
* Renumber confusing value for GUC_UNIT_BYTEPeter Eisentraut2022-09-07
* Fix new pg_publication_tables query.Tom Lane2022-09-06
* Move private declarations shared between guc.c and guc-file.l to new headerJohn Naylor2022-09-04
* Preparatory refactoring for compiling guc-file.c standaloneJohn Naylor2022-09-04
* Fix sign-compare warnings arising from port/simd.hJohn Naylor2022-09-04
* Fix cache invalidation bug in recovery_prefetch.Thomas Munro2022-09-03
* Fix planner to consider matches to boolean columns in extension indexes.Tom Lane2022-09-02
* Revert SQL/JSON featuresAndrew Dunstan2022-09-01
* Derive freeze cutoff from nextXID, not OldestXmin.Peter Geoghegan2022-08-31
* Various cleanups of the new memory context header codeDavid Rowley2022-08-31
* Revert "Add missing padding from MemoryChunk struct"David Rowley2022-08-31
* Update the comment in rmgrlist.h to match it to the code.Amit Kapila2022-08-30
* Further code review of port/simd.hJohn Naylor2022-08-30
* Add missing padding from MemoryChunk structDavid Rowley2022-08-29
* Fix broken cast on MSVCJohn Naylor2022-08-29
* Use ARM Advanced SIMD (NEON) intrinsics where availableJohn Naylor2022-08-29
* Abstract some more architecture-specific details away from SIMD functionalityJohn Naylor2022-08-29
* Improve performance of and reduce overheads of memory managementDavid Rowley2022-08-29
* Use SSE2 in is_valid_ascii() where available.John Naylor2022-08-26
* Add optimized functions for linear search within byte arraysJohn Naylor2022-08-26
* Remove configure probe for sockaddr_in6 and require AF_INET6.Thomas Munro2022-08-26
* Allow grant-level control of role inheritance behavior.Robert Haas2022-08-25
* Move NON_EXEC_STATIC from c.h to postgres.hPeter Eisentraut2022-08-25
* Remove unused symbol __aarch64John Naylor2022-08-25
* Include RelFileLocator fields individually in BufferTag.Robert Haas2022-08-24
* Allow parallel workers to retrieve some data from PortMichael Paquier2022-08-24
* Remove our artificial PG_SOMAXCONN limit on listen queue length.Tom Lane2022-08-23
* Remove offsetof definitionPeter Eisentraut2022-08-23
* Add BackendType for standalone backendsAndres Freund2022-08-22
* pgstat: Acquire lock when reading variable-numbered statsAndres Freund2022-08-22
* Make role grant system more consistent with other privileges.Robert Haas2022-08-22
* Remove configure probes for sockaddr_storage members.Thomas Munro2022-08-22