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.
Tom Lane
048efc25e4
Disallow scrolling of FOR UPDATE/FOR SHARE cursors, so as to avoid problems
...
in corner cases such as re-fetching a just-deleted row. We may be able to
relax this someday, but let's find out how many people really care before
we invest a lot of work in it. Per report from Heikki and subsequent
discussion.
While in the neighborhood, make the combination of INSENSITIVE and FOR UPDATE
throw an error, since they are semantically incompatible. (Up to now we've
accepted but just ignored the INSENSITIVE option of DECLARE CURSOR.)
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,
19 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
Disallow scrolling of FOR UPDATE/FOR SHARE cursors, so as to avoid problems
18 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
19 years ago
nodes
Fix the plan-invalidation mechanism to treat regclass constants that refer to
19 years ago
optimizer
Fix an error in make_outerjoininfo introduced by my patch of 30-Aug: the code
18 years ago
parser
Disallow scrolling of FOR UPDATE/FOR SHARE cursors, so as to avoid problems
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
Rearrange vacuum-related bits in PGPROC as a bitmask, to better support
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
19 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.
19 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
19 years ago
nls.mk
Add _ to gettext triggers. Must have been forgotten here when it was introduced.
21 years ago