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.
Alvaro Herrera
b83e11639b
Adjust the new memory limit in the lazy vacuum code to use MaxHeapTuplesPerPage
tuples per page instead of fixed 200, to better cope with systems that use a
different block size.
|
18 years ago |
.. |
Makefile
|
Tsearch2 functionality migrates to core. The bulk of this work is by
|
18 years ago |
aggregatecmds.c
|
Support enum data types. Along the way, use macros for the values of
|
19 years ago |
alter.c
|
Tsearch2 functionality migrates to core. The bulk of this work is by
|
18 years ago |
analyze.c
|
Simplify and rename some GUC variables, per various recent discussions:
|
18 years ago |
async.c
|
RESET SESSION, plus related new DDL commands. Patch from Marko Kreen,
|
18 years ago |
cluster.c
|
Make CLUSTER and REINDEX silently skip remote temp tables in their
|
18 years ago |
comment.c
|
Tsearch2 functionality migrates to core. The bulk of this work is by
|
18 years ago |
conversioncmds.c
|
Fix up foreign-key mechanism so that there is a sound semantic basis for the
|
19 years ago |
copy.c
|
Perform post-escaping encoding validity checks on SQL literals and COPY input
|
18 years ago |
dbcommands.c
|
Support SET FROM CURRENT in CREATE/ALTER FUNCTION, ALTER DATABASE, ALTER ROLE.
|
18 years ago |
define.c
|
Update CVS HEAD for 2007 copyright. Back branches are typically not
|
19 years ago |
discard.c
|
Rename the newly-added commands for discarding session state.
|
18 years ago |
explain.c
|
Arrange to cache a ResultRelInfo in the executor's EState for relations that
|
18 years ago |
functioncmds.c
|
Support SET FROM CURRENT in CREATE/ALTER FUNCTION, ALTER DATABASE, ALTER ROLE.
|
18 years ago |
indexcmds.c
|
HOT updates. When we update a tuple without changing any of its indexed
|
18 years ago |
lockcmds.c
|
Update CVS HEAD for 2007 copyright. Back branches are typically not
|
19 years ago |
opclasscmds.c
|
Wording cleanup for error messages. Also change can't -> cannot.
|
19 years ago |
operatorcmds.c
|
Minimal message corrections found by spell checker.
|
18 years ago |
portalcmds.c
|
Modify processing of DECLARE CURSOR and EXPLAIN so that they can resolve the
|
18 years ago |
prepare.c
|
Separate parse-analysis for utility commands out of parser/analyze.c
|
18 years ago |
proclang.c
|
Implement function-local GUC parameter settings, as per recent discussion.
|
18 years ago |
schemacmds.c
|
Separate parse-analysis for utility commands out of parser/analyze.c
|
18 years ago |
sequence.c
|
HOT updates. When we update a tuple without changing any of its indexed
|
18 years ago |
tablecmds.c
|
Make eval_const_expressions() preserve typmod when simplifying something like
|
18 years ago |
tablespace.c
|
Support an optional asynchronous commit mode, in which we don't flush WAL
|
18 years ago |
trigger.c
|
Redefine the lp_flags field of item pointers as having four states, rather
|
18 years ago |
tsearchcmds.c
|
Suppress testing the options of CREATE TEXT SEARCH DICTIONARY during
|
18 years ago |
typecmds.c
|
Provide for binary input/output of enums, to fix complaint from Merlin Moncure.
|
18 years ago |
user.c
|
Support SET FROM CURRENT in CREATE/ALTER FUNCTION, ALTER DATABASE, ALTER ROLE.
|
18 years ago |
vacuum.c
|
HOT updates. When we update a tuple without changing any of its indexed
|
18 years ago |
vacuumlazy.c
|
Adjust the new memory limit in the lazy vacuum code to use MaxHeapTuplesPerPage
|
18 years ago |
variable.c
|
Switch over to using the src/timezone functions for formatting timestamps
|
18 years ago |
view.c
|
Fix a couple of misbehaviors rooted in the fact that the default creation
|
18 years ago |