postgresql/src/backend
Neil Conway 9a48d22ef5 Use LOG instead of DEBUG2 for logging invalid cancel requests. (That is,
cancel requests with an incorrect key, or with a non-existent PID). Per
recent discussion on -hackers.
2007-11-05 00:00:34 +00:00
..
access - Add check of already changed page while replay WAL. This touches only 2007-10-29 19:26:57 +00:00
bootstrap Move session_start out of MyProcPort stucture and make it a global called MyStartTime, 2007-08-02 23:39:45 +00:00
catalog Remove the hack in the grammar that "optimized away" DEFAULT NULL clauses. 2007-10-29 19:40:40 +00:00
commands Minor improvements to code for converting legacy CREATE CONSTRAINT TRIGGER 2007-11-04 21:25:55 +00:00
executor Tweak new error messages to match the actual syntax of DECLARE CURSOR. 2007-10-25 13:48:57 +00:00
lib Increase the initial size of StringInfo buffers to 1024 bytes (from 256); 2007-08-12 20:18:06 +00:00
libpq Fix GSS API pointer checking. 2007-09-14 15:58:02 +00:00
main Cleanup the bootstrap code a little, and rename "dummy procs" in the code 2007-03-07 13:35:03 +00:00
nodes Fix the plan-invalidation mechanism to treat regclass constants that refer to 2007-10-11 18:05:27 +00:00
optimizer Ensure that EquivalenceClasses generated from ORDER BY keys contain proper 2007-11-02 18:54:15 +00:00
parser Remove the hack in the grammar that "optimized away" DEFAULT NULL clauses. 2007-10-29 19:40:40 +00:00
po Translation updates 2007-10-27 00:13:43 +00:00
port Make variable static, per Tom. 2007-10-29 14:04:42 +00:00
postmaster Use LOG instead of DEBUG2 for logging invalid cancel requests. (That is, 2007-11-05 00:00:34 +00:00
regex Add a useless return statement to suppress a warning seen with some 2007-10-22 01:02:22 +00:00
rewrite Make eval_const_expressions() preserve typmod when simplifying something like 2007-09-06 17:31:58 +00:00
snowball Rename default text search parser's "uri" token type to "url_path", 2007-10-27 16:01:09 +00:00
storage Prevent continuing disk-space bloat when profiling (with PROFILE_PID_DIR 2007-11-04 17:55:15 +00:00
tcop Support SET FROM CURRENT in CREATE/ALTER FUNCTION, ALTER DATABASE, ALTER ROLE. 2007-09-03 18:46:30 +00:00
tsearch Change text search parsing rules for hyphenated words so that digit strings 2007-10-27 19:03:45 +00:00
utils Mention the index name in 'could not create unique index' errors, 2007-10-29 21:31:28 +00:00
Makefile Tsearch2 functionality migrates to core. The bulk of this work is by 2007-08-21 01:11:32 +00:00
nls.mk Add _ to gettext triggers. Must have been forgotten here when it was introduced. 2005-10-04 11:14:03 +00:00