| .. |
|
access
|
Sync commentary in transam.h and bki.sgml.
|
2019-03-14 00:23:40 -04:00 |
|
bootstrap
|
Update copyright for 2019
|
2019-01-02 12:44:25 -05:00 |
|
catalog
|
Add BKI_DEFAULT to pg_class.relrewrite
|
2019-03-14 21:25:39 +01:00 |
|
commands
|
Use slots in trigger infrastructure, except for the actual invocation.
|
2019-02-26 20:31:38 -08:00 |
|
common
|
Add routine able to update the control file to src/common/
|
2019-03-12 10:03:33 +09:00 |
|
datatype
|
Update copyright for 2019
|
2019-01-02 12:44:25 -05:00 |
|
executor
|
Allow ATTACH PARTITION with only ShareUpdateExclusiveLock.
|
2019-03-07 11:13:12 -05:00 |
|
fe_utils
|
pgbench: add \cset and \gset commands
|
2019-01-10 13:42:20 -03:00 |
|
foreign
|
Store tuples for EvalPlanQual in slots, rather than as HeapTuples.
|
2019-03-01 10:37:57 -08:00 |
|
jit
|
Renaming for new subscripting mechanism
|
2019-02-01 12:50:32 -03:00 |
|
lib
|
simplehash: Add support for resetting a hashtable's contents.
|
2019-02-09 01:05:49 -08:00 |
|
libpq
|
Add new clientcert hba option verify-full
|
2019-03-09 12:19:47 -08:00 |
|
mb
|
Update copyright for 2019
|
2019-01-02 12:44:25 -05:00 |
|
nodes
|
Refactor ParamListInfo initialization
|
2019-03-14 13:30:09 +01:00 |
|
optimizer
|
Fix handling of targetlist SRFs when scan/join relation is known empty.
|
2019-03-07 14:22:13 -05:00 |
|
parser
|
Create the infrastructure for planner support functions.
|
2019-02-09 18:08:48 -05:00 |
|
partitioning
|
Allow ATTACH PARTITION with only ShareUpdateExclusiveLock.
|
2019-03-07 11:13:12 -05:00 |
|
port
|
Fix previous MinGW fix.
|
2019-02-16 15:23:02 +00:00 |
|
portability
|
Update copyright for 2019
|
2019-01-02 12:44:25 -05:00 |
|
postmaster
|
Convert [autovacuum_]vacuum_cost_delay into floating-point GUCs.
|
2019-03-10 15:01:39 -04:00 |
|
regex
|
Update copyright for 2019
|
2019-01-02 12:44:25 -05:00 |
|
replication
|
Update copyright for 2019
|
2019-01-02 12:44:25 -05:00 |
|
rewrite
|
Update copyright for 2019
|
2019-01-02 12:44:25 -05:00 |
|
snowball
|
Update copyright for 2019
|
2019-01-02 12:44:25 -05:00 |
|
statistics
|
Rename nodes/relation.h to nodes/pathnodes.h.
|
2019-01-29 16:49:25 -05:00 |
|
storage
|
Remove useless header inclusion.
|
2019-03-07 20:02:22 +13:00 |
|
tcop
|
Update copyright for 2019
|
2019-01-02 12:44:25 -05:00 |
|
tsearch
|
Update copyright for 2019
|
2019-01-02 12:44:25 -05:00 |
|
utils
|
Move hash_any prototype from access/hash.h to utils/hashutils.h
|
2019-03-11 13:17:50 -03:00 |
|
.gitignore
|
Refactor dlopen() support
|
2018-09-06 11:33:04 +02:00 |
|
c.h
|
Use an unsigned char for bool if we don't use the native bool.
|
2019-02-20 21:31:02 +00:00 |
|
fmgr.h
|
Change function call information to be variable length.
|
2019-01-26 14:17:52 -08:00 |
|
funcapi.h
|
Update copyright for 2019
|
2019-01-02 12:44:25 -05:00 |
|
getaddrinfo.h
|
Update copyright for 2019
|
2019-01-02 12:44:25 -05:00 |
|
getopt_long.h
|
Update copyright for 2019
|
2019-01-02 12:44:25 -05:00 |
|
Makefile
|
Install JIT related headers.
|
2019-01-28 13:51:12 -08:00 |
|
miscadmin.h
|
Convert [autovacuum_]vacuum_cost_delay into floating-point GUCs.
|
2019-03-10 15:01:39 -04:00 |
|
pg_config.h.in
|
Make use of compiler builtins and/or assembly for CLZ, CTZ, POPCNT.
|
2019-02-15 23:22:33 -05:00 |
|
pg_config.h.win32
|
Make use of compiler builtins and/or assembly for CLZ, CTZ, POPCNT.
|
2019-02-15 23:22:33 -05: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
|
Update copyright for 2019
|
2019-01-02 12:44:25 -05:00 |
|
pg_getopt.h
|
Use our own getopt() on OpenBSD.
|
2019-01-18 15:06:26 -05:00 |
|
pg_trace.h
|
Update copyright for 2019
|
2019-01-02 12:44:25 -05:00 |
|
pgstat.h
|
Use condition variables to wait for checkpoints.
|
2019-03-14 10:59:33 +13:00 |
|
pgtar.h
|
Update copyright for 2019
|
2019-01-02 12:44:25 -05:00 |
|
pgtime.h
|
Update copyright for 2019
|
2019-01-02 12:44:25 -05:00 |
|
port.h
|
Cygwin and Mingw floating-point fixes.
|
2019-02-16 01:50:16 +00:00 |
|
postgres.h
|
Change function call information to be variable length.
|
2019-01-26 14:17:52 -08:00 |
|
postgres_ext.h
|
Phase 2 of pgindent updates.
|
2017-06-21 15:19:25 -04:00 |
|
postgres_fe.h
|
Update copyright for 2019
|
2019-01-02 12:44:25 -05:00 |
|
rusagestub.h
|
Update copyright for 2019
|
2019-01-02 12:44:25 -05:00 |
|
windowapi.h
|
Update copyright for 2019
|
2019-01-02 12:44:25 -05:00 |