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
Peter Eisentraut 8b3e2c622a Fix pg_isblank() 6 months ago
..
access Add parallelism support for TID Range Scans 6 months ago
archive
backup Add backup_type column to pg_stat_progress_basebackup. 10 months ago
bootstrap Allow redeclaration of typedef yyscan_t 9 months ago
catalog Add slotsync_skip_reason column to pg_replication_slots view. 6 months ago
commands Fix bug where we truncated CLOG that was still needed by LISTEN/NOTIFY 7 months ago
common Add pg_add_size_overflow() and friends 6 months ago
datatype Avoid using timezone Asia/Manila in regression tests. 1 year ago
executor Add parallelism support for TID Range Scans 6 months ago
fe_utils Add \pset options for boolean value display 7 months ago
foreign Improve ExplainState type handling in header files 9 months ago
jit jit: Fix type used for Datum values in LLVM IR. 9 months ago
lib Add pairingheap_initialize() for shared memory usage 7 months ago
libpq Fix pg_isblank() 6 months ago
mb Use C11 char16_t and char32_t for Unicode code points. 7 months ago
nodes Add parallelism support for TID Range Scans 6 months ago
optimizer Add parallelism support for TID Range Scans 6 months ago
parser Improve detection of implicitly-temporary views. 6 months ago
partitioning Mark function arguments of type "Datum *" as "const Datum *" where possible 7 months ago
pch meson: Increase minimum version to 0.57.2 11 months ago
port Use C11 alignas in pg_atomic_uint64 definitions 6 months ago
portability
postmaster Add log_autoanalyze_min_duration 8 months ago
regex pg_regc_locale.c: rename some static functions. 8 months ago
replication Add slotsync_skip_reason column to pg_replication_slots view. 6 months ago
rewrite Update various forward declarations to use typedef 9 months ago
snowball Update to latest Snowball sources. 1 year ago
statistics Rework output format of pg_dependencies 7 months ago
storage Add routines for marking buffers dirty efficiently 6 months ago
tcop Implement WAIT FOR command 7 months ago
tsearch
utils Add #define for UNICODE_CASEMAP_BUFSZ. 6 months ago
.gitignore
Makefile Clean up newly added guc_tables.inc.c 9 months ago
c.h C11 alignas instead of unions -- extended alignments 6 months ago
fmgr.h Change fmgr.h typedefs to use original names 9 months ago
funcapi.h
getopt_long.h IWYU widely useful pragmas 1 year ago
meson.build meson: add and use stamp files for generated headers 10 months ago
miscadmin.h Avoid mixing void and integer in a conditional expression. 7 months ago
pg_config.h.in Re-run autoheader 7 months ago
pg_config_manual.h Move SLRU_PAGES_PER_SEGMENT to pg_config_manual.h 7 months ago
pg_getopt.h IWYU widely useful pragmas 1 year ago
pg_trace.h IWYU widely useful pragmas 1 year ago
pgstat.h Add slotsync skip statistics. 6 months ago
pgtar.h
pgtime.h Seek zone abbreviations in the IANA data before timezone_abbreviations. 1 year ago
port.h Inline pg_ascii_tolower() and pg_ascii_toupper(). 6 months ago
postgres.h Grab the low-hanging fruit from forcing USE_FLOAT8_BYVAL to true. 10 months ago
postgres_ext.h Move pg_int64 back to postgres_ext.h 9 months ago
postgres_fe.h IWYU widely useful pragmas 1 year ago
varatt.h Convert varatt.h access macros to static inline functions. 10 months ago
windowapi.h Add IGNORE NULLS/RESPECT NULLS option to Window functions. 8 months ago