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
Peter Eisentraut c86efdde5f Fix typo/bug, found by Clang compiler 16 years ago
..
access Fix typo/bug, found by Clang compiler 16 years ago
bootstrap Move the responsibility for calling StartupXLOG into InitPostgres, for 16 years ago
catalog Remove stray word from comment. 16 years ago
commands Quote all string values in EXPLAIN (FORMAT YAML) output. 16 years ago
executor Add C comment that we will have to remove an exclusion constraint check 16 years ago
foreign Wrap calls to SearchSysCache and related functions using macros. 16 years ago
lib Work around a subtle portability problem in use of printf %s format. 16 years ago
libpq Fix reference to nonexistent configure option 16 years ago
main Update copyright for the year 2010. 16 years ago
nodes Fix "constraint_exclusion = partition" logic so that it will also attempt 16 years ago
optimizer Fix oversight in construction of sort/unique plans for UniquePaths. 16 years ago
parser Change the notation for calling functions with named parameters from 16 years ago
po Translation updates for 9.0beta2 16 years ago
port Add code to InternalIpcMemoryCreate() to handle the case where shmget() 16 years ago
postmaster Fix some inconsistent quoting of wal_level values in messages 16 years ago
regex pgindent run for 9.0 16 years ago
replication Use "replication" as the database name when constructing a connection 16 years ago
rewrite pgindent run for 9.0 16 years ago
snowball Update copyright for the year 2010. 16 years ago
storage HS Defer buffer pin deadlock check until deadlock_timeout has expired. 16 years ago
tcop Give most recovery conflict errors a retryable error code. From recent 16 years ago
tsearch Fix misuse of Lossy Counting (LC) algorithm in compute_tsvector_stats(). 16 years ago
utils Change the notation for calling functions with named parameters from 16 years ago
Makefile Update comment about why postmaster doesn't get an icon. 16 years ago
common.mk Expand test coverage support to entire tree 17 years ago
nls.mk Convert the core lexer and parser into fully reentrant code, by making use 17 years ago