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
Tom Lane 2d7d946cd3 Clean up the behavior and API of catalog.c's is-catalog-relation tests. 7 years ago
..
access Fix several recently introduced issues around handling new relation forks. 7 years ago
bootstrap
catalog Clean up the behavior and API of catalog.c's is-catalog-relation tests. 7 years ago
commands Add TRUNCATE parameter to VACUUM. 7 years ago
common Fix detection of passwords hashed with MD5 or SCRAM-SHA-256 7 years ago
datatype
executor Fix two memory leaks around force-storing tuples in slots. 7 years ago
fe_utils Unified logging system for command-line programs 7 years ago
foreign Store tuples for EvalPlanQual in slots, rather than as HeapTuples. 7 years ago
jit Renaming for new subscripting mechanism 7 years ago
lib Add IntegerSet, to hold large sets of 64-bit ints efficiently. 7 years ago
libpq Fix detection of passwords hashed with MD5 or SCRAM-SHA-256 7 years ago
mb
nodes Add missing periods to comments. 7 years ago
optimizer Use Append rather than MergeAppend for scanning ordered partitions. 7 years ago
parser Avoid order-of-execution problems with ALTER TABLE ADD PRIMARY KEY. 7 years ago
partitioning Use Append rather than MergeAppend for scanning ordered partitions. 7 years ago
port Fix previous MinGW fix. 7 years ago
portability
postmaster Refactor the fsync queue for wider use. 7 years ago
regex Partial implementation of SQL/JSON path language 7 years ago
replication In walreceiver, don't try to do ereport() in a signal handler. 7 years ago
rewrite
snowball
statistics Fix mvdistinct and dependencies size calculations 7 years ago
storage Revert "Avoid the creation of the free space map for small heap relations". 7 years ago
tcop
tsearch
utils Remove RelationSetIndexList(). 7 years ago
.gitignore
Makefile Get rid of jsonpath_gram.h and jsonpath_scanner.h 7 years ago
c.h Add macro to cast away volatile without allowing changes to underlying type 7 years ago
fmgr.h Change function call information to be variable length. 7 years ago
funcapi.h
getaddrinfo.h
getopt_long.h
miscadmin.h Convert [autovacuum_]vacuum_cost_delay into floating-point GUCs. 7 years ago
pg_config.h.in Make use of compiler builtins and/or assembly for CLZ, CTZ, POPCNT. 7 years ago
pg_config.h.win32 Make use of compiler builtins and/or assembly for CLZ, CTZ, POPCNT. 7 years ago
pg_config_ext.h.in
pg_config_ext.h.win32
pg_config_manual.h
pg_getopt.h Use our own getopt() on OpenBSD. 7 years ago
pg_trace.h
pgstat.h Fix union for pgstat message types 7 years ago
pgtar.h
pgtime.h
port.h Cygwin and Mingw floating-point fixes. 7 years ago
postgres.h Change function call information to be variable length. 7 years ago
postgres_ext.h
postgres_fe.h
rusagestub.h
windowapi.h