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
Tom Lane aaf10f32a3 Fix assorted bugs in pg_get_partition_constraintdef(). 7 years ago
..
backend Fix assorted bugs in pg_get_partition_constraintdef(). 7 years ago
bin Implement %m in src/port/snprintf.c, and teach elog.c to rely on that. 7 years ago
common Implement %m in src/port/snprintf.c, and teach elog.c to rely on that. 7 years ago
fe_utils Fix lexing of standard multi-character operators in edge cases. 7 years ago
include Fix assorted bugs in pg_get_partition_constraintdef(). 7 years ago
interfaces Build src/port files as a library with -fPIC, and use that in libpq. 7 years ago
makefiles Refactor installation of extension headers. 7 years ago
pl Clean up *printf macros to avoid conflict with format archetypes. 7 years ago
port Build src/port files as a library with -fPIC, and use that in libpq. 7 years ago
template Make some fixes to allow building Postgres on macOS 10.14 ("Mojave"). 7 years ago
test Fix assorted bugs in pg_get_partition_constraintdef(). 7 years ago
timezone Update time zone data files to tzdata release 2018e. 7 years ago
tools Convert elog.c's useful_strerror() into a globally-used strerror wrapper. 7 years ago
tutorial Deduplicate "invalid input syntax" messages for various types. 7 years ago
.gitignore
DEVELOPERS
Makefile Fix partial-build problems introduced by having more generated headers. 7 years ago
Makefile.global.in Make some fixes to allow building Postgres on macOS 10.14 ("Mojave"). 7 years ago
Makefile.shlib Use -Bsymbolic for shared libraries on HP-UX and Solaris. 7 years ago
nls-global.mk