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 f4ccdb3a17 Fix VPATH-build problem in new tsearch makefile, per Chad Wagner. 19 years ago
..
access Tsearch2 functionality migrates to core. The bulk of this work is by 19 years ago
bootstrap Move session_start out of MyProcPort stucture and make it a global called MyStartTime, 19 years ago
catalog Tsearch2 functionality migrates to core. The bulk of this work is by 19 years ago
commands Remove option to change parser of an existing text search configuration. 19 years ago
executor Arrange to cache a ResultRelInfo in the executor's EState for relations that 19 years ago
lib Increase the initial size of StringInfo buffers to 1024 bytes (from 256); 19 years ago
libpq Silence compiler warning on mingw 19 years ago
main Cleanup the bootstrap code a little, and rename "dummy procs" in the code 19 years ago
nodes Implement CREATE TABLE LIKE ... INCLUDING INDEXES. Patch from NikhilS, 19 years ago
optimizer Fix predicate-proving logic to cope with binary-compatibility cases when 19 years ago
parser Remove option to change parser of an existing text search configuration. 19 years ago
po
port Fix failure to restart Postgres when Linux kernel returns EIDRM for shmctl(). 19 years ago
postmaster Suppress uninitialized-variable warning. 19 years ago
regex
rewrite Separate parse-analysis for utility commands out of parser/analyze.c 19 years ago
snowball Simplify the syntax of CREATE/ALTER TEXT SEARCH DICTIONARY by treating the 19 years ago
storage Remove FileUnlink(), which wasn't being used anywhere and interacted poorly 19 years ago
tcop Tsearch2 functionality migrates to core. The bulk of this work is by 19 years ago
tsearch Fix VPATH-build problem in new tsearch makefile, per Chad Wagner. 19 years ago
utils Simplify the syntax of CREATE/ALTER TEXT SEARCH DICTIONARY by treating the 19 years ago
Makefile Tsearch2 functionality migrates to core. The bulk of this work is by 19 years ago
nls.mk