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
Alvaro Herrera be2343221f Protect against hypothetical memory leaks in RelationGetPartitionKey 8 years ago
..
access Add optional compression method to SP-GiST 8 years ago
bootstrap Exclude flex-generated code from coverage testing 8 years ago
catalog Minor edits to catalog files and scripts 8 years ago
commands Update relation's stats in pg_class during vacuum full. 8 years ago
executor Fix assert with side effects in the new PHJ code. 8 years ago
foreign Change TRUE/FALSE to true/false 8 years ago
lib Rethink MemoryContext creation to improve performance. 8 years ago
libpq Move SCRAM-related name definitions to scram-common.h 8 years ago
main Install Windows crash dump handler before all else. 8 years ago
nodes Rearrange execution of PARAM_EXTERN Params for plpgsql's benefit. 8 years ago
optimizer Fix UNION/INTERSECT/EXCEPT over no columns. 8 years ago
parser Fix crash when using CALL on an aggregate 8 years ago
po Translation updates 9 years ago
port Add some const decorations to prototypes 8 years ago
postmaster Add parallel-aware hash joins. 8 years ago
regex Mop-up for commit 85feb77aa0. 8 years ago
replication Fix bug in cancellation of non-exclusive backup to avoid assertion failure. 8 years ago
rewrite Fix creation of resjunk tlist entries for inherited mixed UPDATE/DELETE. 8 years ago
snowball Add some const decorations to prototypes 8 years ago
statistics Support boolean columns in functional-dependency statistics. 8 years ago
storage Fix race-under-concurrency in PathNameCreateTemporaryDir. 8 years ago
tcop Rearrange execution of PARAM_EXTERN Params for plpgsql's benefit. 8 years ago
tsearch Update typedefs.list and re-run pgindent 8 years ago
utils Protect against hypothetical memory leaks in RelationGetPartitionKey 8 years ago
.gitignore
Makefile Inject $(ICU_LIBS) regardless of platform. 8 years ago
common.mk Add ICU_CFLAGS to global CPPFLAGS 9 years ago
nls.mk