You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
postgres/src/include
Heikki Linnakangas bb3b1c4f64 Move pg_multixact SLRU page format definitions to a separate header 3 weeks ago
..
access Move pg_multixact SLRU page format definitions to a separate header 3 weeks ago
archive Update copyright for 2025 12 months ago
backup Add backup_type column to pg_stat_progress_basebackup. 5 months ago
bootstrap Allow redeclaration of typedef yyscan_t 4 months ago
catalog Handle constant inputs to corr() and related aggregates more precisely. 3 weeks ago
commands Move WAL sequence code into its own file 4 weeks ago
common Add pg_add_size_overflow() and friends 1 month ago
datatype Avoid using timezone Asia/Manila in regression tests. 11 months ago
executor Add parallelism support for TID Range Scans 1 month ago
fe_utils Add \pset options for boolean value display 2 months ago
foreign Improve ExplainState type handling in header files 3 months ago
jit jit: Fix type used for Datum values in LLVM IR. 3 months ago
lib Use palloc_object() and palloc_array() in more areas of the tree 3 weeks ago
libpq Fix pg_isblank() 4 weeks ago
mb Use C11 char16_t and char32_t for Unicode code points. 2 months ago
nodes Fix stray references to SubscriptRef 3 weeks ago
optimizer Add parallelism support for TID Range Scans 1 month ago
parser Improve detection of implicitly-temporary views. 1 month ago
partitioning Mark function arguments of type "Datum *" as "const Datum *" where possible 2 months ago
pch meson: Increase minimum version to 0.57.2 6 months ago
port Improve documentation for pg_atomic_unlocked_write_u32() 3 weeks ago
portability Update copyright for 2025 12 months ago
postmaster Add log_autoanalyze_min_duration 2 months ago
regex pg_regc_locale.c: rename some static functions. 2 months ago
replication Add slotsync_skip_reason column to pg_replication_slots view. 4 weeks ago
rewrite Update various forward declarations to use typedef 3 months ago
snowball Update to latest Snowball sources. 10 months ago
statistics Rework output format of pg_dependencies 1 month ago
storage bufmgr: Turn BUFFER_LOCK_* into an enum 3 weeks ago
tcop Implement WAIT FOR command 2 months ago
tsearch Update copyright for 2025 12 months ago
utils Revise APIs for pushJsonbValue() and associated routines. 3 weeks ago
.gitignore
Makefile Clean up newly added guc_tables.inc.c 4 months ago
c.h Change Pointer to void * 3 weeks ago
fmgr.h Remove no longer needed casts to Pointer 3 weeks ago
funcapi.h Update copyright for 2025 12 months ago
getopt_long.h IWYU widely useful pragmas 12 months ago
meson.build meson: add and use stamp files for generated headers 5 months ago
miscadmin.h Avoid mixing void and integer in a conditional expression. 2 months ago
pg_config.h.in Re-run autoheader 2 months ago
pg_config_manual.h Move SLRU_PAGES_PER_SEGMENT to pg_config_manual.h 2 months ago
pg_getopt.h IWYU widely useful pragmas 12 months ago
pg_trace.h IWYU widely useful pragmas 12 months ago
pgstat.h Rename column slotsync_skip_at to slotsync_last_skip. 3 weeks ago
pgtar.h Update copyright for 2025 12 months ago
pgtime.h Seek zone abbreviations in the IANA data before timezone_abbreviations. 11 months ago
port.h Inline pg_ascii_tolower() and pg_ascii_toupper(). 1 month ago
postgres.h Grab the low-hanging fruit from forcing USE_FLOAT8_BYVAL to true. 5 months ago
postgres_ext.h Move pg_int64 back to postgres_ext.h 3 months ago
postgres_fe.h IWYU widely useful pragmas 12 months ago
varatt.h Convert varatt.h access macros to static inline functions. 5 months ago
windowapi.h Add IGNORE NULLS/RESPECT NULLS option to Window functions. 3 months ago