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/backend
David Rowley f0efa5aec1 Introduce the concept of read-only StringInfos 2 years ago
..
access Assert that buffers are marked dirty before XLogRegisterBuffer(). 2 years ago
archive
backup Change struct tablespaceinfo's oid member from 'char *' to 'Oid' 2 years ago
bootstrap Refactor InitPostgres() to use bitwise option flags 2 years ago
catalog Allow ALTER SYSTEM to set unrecognized custom GUCs. 2 years ago
commands Make some error strings more generic 2 years ago
executor Fix problems when a plain-inheritance parent table is excluded. 2 years ago
foreign Expand some more uses of "deleg" to "delegation" or "delegated". 3 years ago
jit jit: Changes for LLVM 17. 2 years ago
lib Make binaryheap available to frontend code. 2 years ago
libpq Refactor ListenSocket array. 2 years ago
main Remove obsolete defense against strxfrm() bugs. 3 years ago
nodes Remove IndexInfo.ii_OpclassOptions field 2 years ago
optimizer Prevent duplicate RTEPermissionInfo for plain-inheritance parents 2 years ago
parser Extend ALTER OPERATOR to allow setting more optimization attributes. 2 years ago
partitioning Fix incorrect step generation in HASH partition pruning 2 years ago
po Translation updates 2 years ago
port Add GUC parameter "huge_pages_status" 3 years ago
postmaster Avoid calling proc_exit() in processes forked by system(). 2 years ago
regex All supported systems have locale_t. 3 years ago
replication Introduce the concept of read-only StringInfos 2 years ago
rewrite Add TupleDescGetDefault() 2 years ago
snowball Fix the install rule for snowball_create.sql. 3 years ago
statistics Take pg_attribute out of VacAttrStats 3 years ago
storage Assert that buffers are marked dirty before XLogRegisterBuffer(). 2 years ago
tcop Introduce the concept of read-only StringInfos 2 years ago
tsearch Limit to_tsvector_byid's initial array allocation to something sane. 2 years ago
utils Introduce the concept of read-only StringInfos 2 years ago
.gitignore
Makefile Add system view pg_wait_events 2 years ago
common.mk
meson.build Add win32ver data to meson-built postgres.exe. 3 years ago
nls.mk Add missing gettext triggers 3 years ago