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
Tom Lane 45e98ee730 Remove obsolete prohibition on function name matching a column name. 8 years ago
..
access Prevent hard failures of standbys caused by recycled WAL segments 8 years ago
bootstrap Message wording and pluralization improvements 8 years ago
catalog Remove obsolete prohibition on function name matching a column name. 8 years ago
commands Fix some ill-chosen names for globally-visible partition support functions. 8 years ago
executor Fix some ill-chosen names for globally-visible partition support functions. 8 years ago
foreign Remove bogus "extern" annotations on function definitions. 8 years ago
jit Fix typo in JIT README. 8 years ago
lib Add missing files to src/backend/lib/README. 8 years ago
libpq Add missing serial commas 8 years ago
main Update copyright for 2018 8 years ago
nodes Assorted cosmetic cleanup of run-time-partition-pruning code. 8 years ago
optimizer Improve commentary about run-time partition pruning data structures. 8 years ago
parser Consider syntactic form when disambiguating function vs column reference. 8 years ago
partitioning Code review for match_clause_to_partition_key(). 8 years ago
po Translation updates 8 years ago
port Remove investigative code for can't-reattach-to-shared-memory errors. 8 years ago
postmaster Further improve code for probing the availability of ARM CRC instructions. 8 years ago
regex Clean up warnings from -Wimplicit-fallthrough. 8 years ago
replication Convert debug message from ereport to elog 8 years ago
rewrite Simplify view-expansion code in rewriteHandler.c. 8 years ago
snowball Avoid unnecessary use of pg_strcasecmp for already-downcased identifiers. 8 years ago
statistics Fix bogus code for extracting extended-statistics data from syscache. 8 years ago
storage Remove AELs from subxids correctly on standby 8 years ago
tcop Don't allow partitioned index on foreign-table partitions 8 years ago
tsearch Post-feature-freeze pgindent run. 8 years ago
utils Suppress -Wshift-negative-value warnings. 8 years ago
.gitignore
Makefile Rearrange makefile rules for running Gen_fmgrtab.pl. 8 years ago
common.mk Remove PARTIAL_LINKING build mode. 8 years ago
nls.mk