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/utils
Peter Eisentraut 5d7c703a44 Remove get_attidentity() 7 years ago
..
adt Add missing quote_identifier calls for CREATE TRIGGER ... REFERENCING. 7 years ago
cache Remove get_attidentity() 7 years ago
error Implement %m in src/port/snprintf.c, and teach elog.c to rely on that. 7 years ago
fmgr Drop const cast from dlsym() calls 7 years ago
hash Allow memory contexts to have both fixed and variable ident strings. 8 years ago
init Refactor pid, random seed and start time initialization. 7 years ago
mb Const-ify a few more large static tables. 7 years ago
misc Turn transaction_isolation into GUC enum 7 years ago
mmgr Simplify use of AllocSetContextCreate() wrapper macro. 7 years ago
resowner Use a ResourceOwner to track buffer pins in all cases. 8 years ago
sort Split ExecStoreTuple into ExecStoreHeapTuple and ExecStoreBufferHeapTuple. 7 years ago
time Fix misc typos, mostly in comments. 8 years ago
.gitignore Rearrange makefile rules for running Gen_fmgrtab.pl. 8 years ago
Gen_dummy_probes.pl Clean up some perlcritic warnings 8 years ago
Gen_dummy_probes.sed
Gen_fmgrtab.pl Reorder FmgrBuiltin members, saving 25% in size. 7 years ago
Makefile Suppress compiler warnings when building with --enable-dtrace. 8 years ago
errcodes.txt Relax transactional restrictions on ALTER TYPE ... ADD VALUE (redux). 7 years ago
generate-errcodes.pl
probes.d Support parallel btree index builds. 8 years ago