index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
*
Add support for forcing a switch to a new xlog file; cause such a switch
Tom Lane
2006-08-06
*
Use better named loop variable for large loop, rather than 'i'.
Bruce Momjian
2006-08-06
*
Fix inheritance_planner() to delete dummy subplans from its Append plan
Tom Lane
2006-08-05
*
Two more changes to regression tests to fix two differences in different setups.
Michael Meskes
2006-08-05
*
Fix references to the Options section in the pgcrypto documentation.
Neil Conway
2006-08-05
*
Extend relation_excluded_by_constraints() to check for mutually
Tom Lane
2006-08-05
*
Teach predicate_refuted_by() how to do proofs involving NOT-clauses.
Tom Lane
2006-08-05
*
Add some blank lines for formatting.
Bruce Momjian
2006-08-04
*
Fix domain_in() bug exhibited by Darcy Buskermolen. The idea of an EState
Tom Lane
2006-08-04
*
#ifdef fix for MSVC builds of libpq.
Bruce Momjian
2006-08-04
*
Improve logging of protocol-level prepared statements.
Bruce Momjian
2006-08-04
*
Fix bug in new pg_dump -T/-N handling that was dumping system schemas if
Bruce Momjian
2006-08-04
*
Remove redeclaration of struct sqlca_t --- unnecessary and provokes
Tom Lane
2006-08-04
*
Fix missing 'static' keywords --- some compilers gripe about this.
Tom Lane
2006-08-04
*
Fix inadequate quoting in test for AIX xlc.
Tom Lane
2006-08-04
*
'make clean' must remove the create subdirectories results/ and log/,
Tom Lane
2006-08-04
*
Teach eval_const_expressions to simplify BooleanTest nodes that have
Tom Lane
2006-08-04
*
Regression test updates and fixes
Michael Meskes
2006-08-04
*
Slight wording improvement in documentation.
Bruce Momjian
2006-08-04
*
Add missing ecpg function prototype needed when in threaded mode ---
Bruce Momjian
2006-08-04
*
Add URL for terminate backend test:
Bruce Momjian
2006-08-04
*
Add some basic tests of GUC behavior.
Tom Lane
2006-08-04
*
Cause ALTER TABLE to perform ALTER COLUMN DROP DEFAULT operations during
Tom Lane
2006-08-03
*
Remove use of a regex character class in resultmap (for freebsd version
Tom Lane
2006-08-03
*
Fix AfterTriggerExecute() to pass tg_trigtuple and tg_newtuple as NULLs
Tom Lane
2006-08-03
*
Add missing pgstat_count_index_scan(), per Andreas Seltenreich.
Tom Lane
2006-08-03
*
A few regression tests for VALUES, from Gavin Sherry.
Tom Lane
2006-08-03
*
Removed compiler warnings
Michael Meskes
2006-08-03
*
Applied test suite update by Joachim Wieland <joe@mcknight.de>.
Michael Meskes
2006-08-03
*
Move 'ddl' right after 'none' in postgresql.conf. It used to be between
Bruce Momjian
2006-08-02
*
Fix logic to prevent pg_dump from dumping system schemas; bug introduced
Bruce Momjian
2006-08-02
*
remove extraneous space after -L flag.
Andrew Dunstan
2006-08-02
*
Arrange for ValuesScan to keep per-sublist expression eval state in a
Tom Lane
2006-08-02
*
Fix documentation error: GRANT/REVOKE for roles only accept role names
Tom Lane
2006-08-02
*
And finally the Makefiles
Michael Meskes
2006-08-02
*
Wups, got the test for contain_vars_of_level-not-needed wrong in
Tom Lane
2006-08-02
*
Hopefully that's it. The remaining files for ecpg regression tests.
Michael Meskes
2006-08-02
*
Add a HINT per suggestion from Michael Glaesemann. Also, tweak OLD/NEW
Tom Lane
2006-08-02
*
Some more regression test files
Michael Meskes
2006-08-02
*
One more file to remove
Michael Meskes
2006-08-02
*
Removed old test files
Michael Meskes
2006-08-02
*
ynced parser and keyword list.
Michael Meskes
2006-08-02
*
Update:
Bruce Momjian
2006-08-02
*
Add:
Bruce Momjian
2006-08-02
*
Done:
Bruce Momjian
2006-08-02
*
Add support for multi-row VALUES clauses as part of INSERT statements
Joe Conway
2006-08-02
*
Fix bug I introduced while cleaning up pg_dump -t/-n patch.
Bruce Momjian
2006-08-01
*
Editorialize a bit on the recent patch, reverting to the original versions
Alvaro Herrera
2006-08-01
*
Add support for loadable modules to allocated shared memory and
Bruce Momjian
2006-08-01
*
Add pg_dump -X no-data-for-failed-tables option to suppress loading data
Bruce Momjian
2006-08-01
[next]