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
Bruce Momjian 3991c3fb2b In tsearch code, remove !(A && B) via restructuring, for clarity 18 years ago
..
access Use "alternative" instead of "alternate" where it is clearer. 18 years ago
bootstrap Move session_start out of MyProcPort stucture and make it a global called MyStartTime, 19 years ago
catalog If an index depends on no columns of its table, give it a dependency on the 18 years ago
commands Improve conversion of legacy CREATE CONSTRAINT TRIGGER representation of 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); 19 years ago
libpq Use "alternative" instead of "alternate" where it is clearer. 18 years ago
main Cleanup the bootstrap code a little, and rename "dummy procs" in the code 19 years ago
nodes Fix EquivalenceClass code to handle volatile sort expressions in a more 18 years ago
optimizer Fix EquivalenceClass code to handle volatile sort expressions in a more 18 years ago
parser Remove the hack in the grammar that "optimized away" DEFAULT NULL clauses. 18 years ago
po Translation updates 18 years ago
port Add sentence-ending periods. 18 years ago
postmaster Wording changes 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 default text search parser's "uri" token type to "url_path", 18 years ago
storage Prevent continuing disk-space bloat when profiling (with PROFILE_PID_DIR 18 years ago
tcop Support SET FROM CURRENT in CREATE/ALTER FUNCTION, ALTER DATABASE, ALTER ROLE. 19 years ago
tsearch In tsearch code, remove !(A && B) via restructuring, for clarity 18 years ago
utils After conferencing again with Bruce, put in more accurate XML error message. 18 years ago
Makefile Tsearch2 functionality migrates to core. The bulk of this work is by 19 years ago
nls.mk