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
Michael Paquier 783e8c69cb Invent open_auth_file() in hba.c to refactor authentication file opening 3 years ago
..
access Remove redundant declaration for XidInMVCCSnapshot 3 years ago
backup Reduce basebackup_sink.h inclusion footprint 3 years ago
bootstrap Harmonize more lexer function parameter names. 3 years ago
catalog Fix volatility marking of timestamptz_trunc_zone. 3 years ago
commands Fix CREATE DATABASE so we can pg_upgrade DBs with OIDs above 2^31. 3 years ago
common Introduce pg_pwrite_zeros() in fileutils.c 3 years ago
datatype
executor Remove AssertArg and AssertState 3 years ago
fe_utils Revert 56-bit relfilenode change and follow-up commits. 3 years ago
foreign Harmonize more parameter names in bulk. 3 years ago
jit
lib Add casts to simplehash.h to silence C++ warnings. 3 years ago
libpq Invent open_auth_file() in hba.c to refactor authentication file opening 3 years ago
mb Harmonize parameter names in storage and AM code. 3 years ago
nodes Make Bitmapsets be valid Nodes. 3 years ago
optimizer Revert "Optimize order of GROUP BY keys". 3 years ago
parser Record dependencies of a cast on other casts that it requires. 3 years ago
partitioning Resolve partition strategy during early parsing 3 years ago
pch meson: Add support for building with precompiled headers 3 years ago
port mingw: Define PGDLLEXPORT as __declspec (dllexport) as done for msvc 3 years ago
portability
postmaster Harmonize more parameter names in bulk. 3 years ago
regex Consistently use named parameters in regex code. 3 years ago
replication Add doubly linked count list implementation 3 years ago
rewrite Harmonize more parameter names in bulk. 3 years ago
snowball Harmonize more parameter names in bulk. 3 years ago
statistics Harmonize more parameter names in bulk. 3 years ago
storage Allow use of __sync_lock_test_and_set for spinlocks on any machine. 3 years ago
tcop Harmonize more parameter names in bulk. 3 years ago
tsearch Introduce t_isalnum() to replace t_isalpha() || t_isdigit() tests. 3 years ago
utils Refactor aclcheck functions 3 years ago
.gitignore
Makefile Move gramparse.h to src/backend/parser 3 years ago
c.h Make AssertPointerAlignment available to frontend code 3 years ago
fmgr.h
funcapi.h Remove compatibility declarations for InitMaterializedSRF() 3 years ago
getopt_long.h
meson.build meson: Add support for building with precompiled headers 3 years ago
miscadmin.h Remove AssertArg and AssertState 3 years ago
pg_config.h.in Remove configure probe for sockaddr_in6 and require AF_INET6. 3 years ago
pg_config_ext.h.in
pg_config_ext.h.meson meson: Add initial version of meson based build system 3 years ago
pg_config_manual.h Remove our artificial PG_SOMAXCONN limit on listen queue length. 3 years ago
pg_getopt.h
pg_trace.h
pgstat.h pgstat: Track time of the last scan of a relation 3 years ago
pgtar.h
pgtime.h Harmonize more parameter names in bulk. 3 years ago
port.h pg_basebackup: Fix cross-platform tablespace relocation. 3 years ago
postgres.h Simplify our Assert infrastructure a little. 3 years ago
postgres_ext.h Move RelFileNumber declarations to common/relpath.h. 3 years ago
postgres_fe.h
windowapi.h