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 b5d1608b0a Fix varlena.c routines to allow 1-byte-header text values. This is now 19 years ago
..
access Fix regex, LIKE, and some other second-rank text-manipulation functions 19 years ago
bootstrap Move session_start out of MyProcPort stucture and make it a global called MyStartTime, 19 years ago
catalog HOT updates. When we update a tuple without changing any of its indexed 19 years ago
commands Revert ill-fated patch to release exclusive lock early after vacuum 19 years ago
executor HOT updates. When we update a tuple without changing any of its indexed 19 years ago
lib Increase the initial size of StringInfo buffers to 1024 bytes (from 256); 19 years ago
libpq Fix GSS API pointer checking. 19 years ago
main Cleanup the bootstrap code a little, and rename "dummy procs" in the code 20 years ago
nodes HOT updates. When we update a tuple without changing any of its indexed 19 years ago
optimizer HOT updates. When we update a tuple without changing any of its indexed 19 years ago
parser Perform post-escaping encoding validity checks on SQL literals and COPY input 19 years ago
po
port Fix failure to restart Postgres when Linux kernel returns EIDRM for shmctl(). 19 years ago
postmaster Cleanup items from csvlog changes, per ITAGAKI Takahiro. 19 years ago
regex Wording cleanup for error messages. Also change can't -> cannot. 20 years ago
rewrite Make eval_const_expressions() preserve typmod when simplifying something like 19 years ago
snowball Add turkish stopword list. Thanks to Devrim GUNDUZ <devrim@CommandPrompt.com> 19 years ago
storage Improve handling of prune/no-prune decisions by storing a page's oldest 19 years ago
tcop Support SET FROM CURRENT in CREATE/ALTER FUNCTION, ALTER DATABASE, ALTER ROLE. 19 years ago
tsearch Avoid possibly-unportable initializer, per buildfarm warning 19 years ago
utils Fix varlena.c routines to allow 1-byte-header text values. This is now 19 years ago
Makefile Tsearch2 functionality migrates to core. The bulk of this work is by 19 years ago
nls.mk