| .. |
|
access
|
Support domains over composite types.
|
2017-10-26 13:47:45 -04:00 |
|
bootstrap
|
Phase 2 of pgindent updates.
|
2017-06-21 15:19:25 -04:00 |
|
catalog
|
Allow the built-in ordered-set aggregates to share transition state.
|
2017-10-16 15:51:23 -04:00 |
|
commands
|
Allow multiple tables to be specified in one VACUUM or ANALYZE command.
|
2017-10-03 18:53:44 -04:00 |
|
common
|
Rewrite strnlen replacement implementation from 8a241792f9.
|
2017-10-10 14:50:30 -07:00 |
|
datatype
|
Phase 2 of pgindent updates.
|
2017-06-21 15:19:25 -04:00 |
|
executor
|
Use ResultRelInfo ** rather than ResultRelInfo * for tuple routing.
|
2017-10-12 16:50:53 -04:00 |
|
fe_utils
|
Provide a test for variable existence in psql
|
2017-09-21 19:02:23 -04:00 |
|
foreign
|
Basic partition-wise join functionality.
|
2017-10-06 11:11:10 -04:00 |
|
lib
|
Allow to avoid NUL-byte management for stringinfos and use in format.c.
|
2017-10-11 16:01:52 -07:00 |
|
libpq
|
Rely on sizeof(typename) rather than sizeof(variable) in pqformat.h.
|
2017-10-13 11:46:05 -04:00 |
|
mb
|
Add more efficient functions to pqformat API.
|
2017-10-11 16:01:52 -07:00 |
|
nodes
|
Revert "Move new structure member to the end."
|
2017-10-27 17:29:20 +02:00 |
|
optimizer
|
Reduce "X = X" to "X IS NOT NULL", if it's easy to do so.
|
2017-10-08 12:23:32 -04:00 |
|
parser
|
Support domains over composite types.
|
2017-10-26 13:47:45 -04:00 |
|
port
|
Remove redundant stdint.h include.
|
2017-10-01 15:24:58 -07:00 |
|
portability
|
Phase 2 of pgindent updates.
|
2017-06-21 15:19:25 -04:00 |
|
postmaster
|
Add background worker type
|
2017-09-29 11:08:24 -04:00 |
|
regex
|
Phase 2 of pgindent updates.
|
2017-06-21 15:19:25 -04:00 |
|
replication
|
Fix race condition with unprotected use of a latch pointer variable.
|
2017-10-03 14:00:56 -04:00 |
|
rewrite
|
Teach map_partition_varattnos to handle whole-row expressions.
|
2017-08-03 11:21:29 -04:00 |
|
snowball
|
Phase 2 of pgindent updates.
|
2017-06-21 15:19:25 -04:00 |
|
statistics
|
Phase 2 of pgindent updates.
|
2017-06-21 15:19:25 -04:00 |
|
storage
|
Refactor new file permission handling
|
2017-09-23 10:16:18 -04:00 |
|
tcop
|
Phase 3 of pgindent updates.
|
2017-06-21 15:35:54 -04:00 |
|
tsearch
|
Assume wcstombs(), towlower(), and sibling functions are always present.
|
2017-09-22 11:00:58 -04:00 |
|
utils
|
Support domains over composite types.
|
2017-10-26 13:47:45 -04:00 |
|
.gitignore
|
Autoconfiscate selection of 64-bit int type for 64-bit large object API.
|
2012-10-07 21:52:43 -04:00 |
|
c.h
|
gcc's support for __attribute__((noinline)) hasn't been around forever.
|
2017-10-14 15:52:00 -04:00 |
|
fmgr.h
|
Allow the built-in ordered-set aggregates to share transition state.
|
2017-10-16 15:51:23 -04:00 |
|
funcapi.h
|
Support domains over composite types.
|
2017-10-26 13:47:45 -04:00 |
|
getaddrinfo.h
|
Phase 2 of pgindent updates.
|
2017-06-21 15:19:25 -04:00 |
|
getopt_long.h
|
Phase 2 of pgindent updates.
|
2017-06-21 15:19:25 -04:00 |
|
Makefile
|
Add statistics subdirectory to Makefile.
|
2017-06-08 11:29:50 -04:00 |
|
miscadmin.h
|
Remove replacement selection sort.
|
2017-09-29 10:25:44 -04:00 |
|
pg_config.h.in
|
Use C99 restrict via pg_restrict, rather than restrict directly.
|
2017-10-12 16:17:35 -07:00 |
|
pg_config.h.win32
|
Use C99 restrict via pg_restrict, rather than restrict directly.
|
2017-10-12 16:17:35 -07:00 |
|
pg_config_ext.h.in
|
Autoconfiscate selection of 64-bit int type for 64-bit large object API.
|
2012-10-07 21:52:43 -04:00 |
|
pg_config_ext.h.win32
|
Autoconfiscate selection of 64-bit int type for 64-bit large object API.
|
2012-10-07 21:52:43 -04:00 |
|
pg_config_manual.h
|
Fix s/intidb/initdb/ typo.
|
2017-09-22 11:35:26 -07:00 |
|
pg_getopt.h
|
Phase 2 of pgindent updates.
|
2017-06-21 15:19:25 -04:00 |
|
pg_trace.h
|
Phase 2 of pgindent updates.
|
2017-06-21 15:19:25 -04:00 |
|
pgstat.h
|
Avoid use of non-portable strnlen() in pgstat_clip_activity().
|
2017-09-19 14:25:47 -07:00 |
|
pgtar.h
|
Phase 3 of pgindent updates.
|
2017-06-21 15:35:54 -04:00 |
|
pgtime.h
|
Phase 2 of pgindent updates.
|
2017-06-21 15:19:25 -04:00 |
|
port.h
|
Rewrite strnlen replacement implementation from 8a241792f9.
|
2017-10-10 14:50:30 -07:00 |
|
postgres.h
|
Phase 3 of pgindent updates.
|
2017-06-21 15:35:54 -04:00 |
|
postgres_ext.h
|
Phase 2 of pgindent updates.
|
2017-06-21 15:19:25 -04:00 |
|
postgres_fe.h
|
Phase 2 of pgindent updates.
|
2017-06-21 15:19:25 -04:00 |
|
rusagestub.h
|
Phase 2 of pgindent updates.
|
2017-06-21 15:19:25 -04:00 |
|
windowapi.h
|
Phase 2 of pgindent updates.
|
2017-06-21 15:19:25 -04:00 |