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 dbde97cdde Rewrite LIKE's %-followed-by-_ optimization so it really works (this time 16 years ago
..
access Adjust comment to reflect that we now have Hot Standby. Pointed out by 16 years ago
bootstrap Move the responsibility for calling StartupXLOG into InitPostgres, for 16 years ago
catalog Fix vpath installation from distribution tarball (bug #5447) 16 years ago
commands Make CREATE INDEX run expression preprocessing on a proposed index expression 16 years ago
executor Rejigger mergejoin logic so that a tuple with a null in the first merge column 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 bogus error message for SSL-cert authentication, due to lack of 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 Adjust comments about avoiding use of printf's %.*s. 16 years ago
po Remove CRs. 16 years ago
port Add code to InternalIpcMemoryCreate() to handle the case where shmget() 16 years ago
postmaster Avoid starting walreceiver in states where it shouldn't be running. 16 years ago
regex pgindent run for 9.0 16 years ago
replication Thinko in previous commit: ensure that MAX_SEND_SIZE is always greater 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 Adjust comments about avoiding use of printf's %.*s. 16 years ago
utils Rewrite LIKE's %-followed-by-_ optimization so it really works (this time 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