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
Alvaro Herrera dbe48765cd Extract catalog info for error reporting before an error actually happens. 18 years ago
..
access Rearrange vacuum-related bits in PGPROC as a bitmask, to better support 18 years ago
bootstrap Move session_start out of MyProcPort stucture and make it a global called MyStartTime, 18 years ago
catalog Adjust ts_debug's output as per my proposal of yesterday: show the 18 years ago
commands Disallow scrolling of FOR UPDATE/FOR SHARE cursors, so as to avoid problems 18 years ago
executor Tweak new error messages to match the actual syntax of DECLARE CURSOR. 18 years ago
lib Increase the initial size of StringInfo buffers to 1024 bytes (from 256); 18 years ago
libpq Fix GSS API pointer checking. 18 years ago
main Cleanup the bootstrap code a little, and rename "dummy procs" in the code 19 years ago
nodes Fix the plan-invalidation mechanism to treat regclass constants that refer to 18 years ago
optimizer Fix an error in make_outerjoininfo introduced by my patch of 30-Aug: the code 18 years ago
parser Tweak new error messages to match the actual syntax of DECLARE CURSOR. 18 years ago
po Translation updates 19 years ago
port Use snprintf instead of wsprintf, and use getenv("APPDATA") instead of 18 years ago
postmaster Extract catalog info for error reporting before an error actually happens. 18 years ago
regex Add a useless return statement to suppress a warning seen with some 18 years ago
rewrite Make eval_const_expressions() preserve typmod when simplifying something like 18 years ago
snowball Rename and slightly redefine the default text search parser's "word" 18 years ago
storage Rearrange vacuum-related bits in PGPROC as a bitmask, to better support 18 years ago
tcop Support SET FROM CURRENT in CREATE/ALTER FUNCTION, ALTER DATABASE, ALTER ROLE. 18 years ago
tsearch Rename and slightly redefine the default text search parser's "word" 18 years ago
utils Set read_only = TRUE while evaluating input queries for ts_rewrite() 18 years ago
Makefile Tsearch2 functionality migrates to core. The bulk of this work is by 18 years ago
nls.mk Add _ to gettext triggers. Must have been forgotten here when it was introduced. 20 years ago