index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
*
Fix binary upgrade of altered typed tables
Peter Eisentraut
2011-04-27
*
Revert "Force use of "%I64d" format for 64 bit ints on MinGW."
Andrew Dunstan
2011-04-27
*
timeline is not needed in BaseBackup()
Magnus Hagander
2011-04-27
*
Fix array- and path-creating functions to ensure padding bytes are zeroes.
Tom Lane
2011-04-27
*
Revert "Remove hard coded formats for INT64 and use configured settings inste...
Andrew Dunstan
2011-04-27
*
Remove hard coded formats for INT64 and use configured settings instead.
Andrew Dunstan
2011-04-27
*
Force use of "%I64d" format for 64 bit ints on MinGW.
Andrew Dunstan
2011-04-27
*
Use an explicit format string to keep the compiler happy.
Andrew Dunstan
2011-04-27
*
Rephrase some not-supported error messages in pg_hba.conf processing.
Tom Lane
2011-04-26
*
Complain if pg_hba.conf contains "hostssl" but SSL is disabled.
Tom Lane
2011-04-26
*
Remove incorrect HINT for use of ALTER FOREIGN TABLE on the wrong relkind.
Tom Lane
2011-04-25
*
Refactor broken CREATE TABLE IF NOT EXISTS support.
Robert Haas
2011-04-25
*
Remove partial and undocumented GRANT .. FOREIGN TABLE support.
Robert Haas
2011-04-25
*
Fix pg_size_pretty() to avoid overflow for inputs close to INT64_MAX.
Tom Lane
2011-04-25
*
Support "make check" in contrib
Peter Eisentraut
2011-04-25
*
Use terse mode to avoid variable order dependency output in foreign data regr...
Andrew Dunstan
2011-04-25
*
Assorted minor changes to silence Windows compiler warnings.
Andrew Dunstan
2011-04-25
*
Prevent perl header overriding our *snprintf macros, and give it a usable PER...
Andrew Dunstan
2011-04-25
*
Give getopt() a prototype and modern style arg specs.
Andrew Dunstan
2011-04-25
*
Add postmaster/postgres undocumented -b option for binary upgrades.
Bruce Momjian
2011-04-25
*
Add fast paths for cases when no serializable transactions are running.
Robert Haas
2011-04-25
*
Regression tests for TOAST.
Robert Haas
2011-04-25
*
Fix SSI-related assertion failure.
Robert Haas
2011-04-25
*
Adjust yywrap macro for non-reentrant scanners for MSVC.
Andrew Dunstan
2011-04-25
*
In libecpg do not set an sqlda field that is 'reserved for future use' unless
Michael Meskes
2011-04-25
*
Improve cost estimation for aggregates and window functions.
Tom Lane
2011-04-24
*
Improve findoidjoins to cover more cases.
Tom Lane
2011-04-23
*
Silence a few compiler warnings from gcc on MinGW.
Andrew Dunstan
2011-04-23
*
Update oidjoins regression test for 9.1 catalog schema additions.
Tom Lane
2011-04-23
*
Hash indexes had better pass the index collation to support functions, too.
Tom Lane
2011-04-23
*
Adjust comments about collate.linux.utf8 regression test.
Tom Lane
2011-04-23
*
Fix char2wchar/wchar2char to support collations properly.
Tom Lane
2011-04-23
*
Make GIN and GIST pass the index collation to all their support functions.
Tom Lane
2011-04-22
*
Small update to emacs example configuration
Peter Eisentraut
2011-04-23
*
Add fill-column setting to emacs example configurations
Peter Eisentraut
2011-04-23
*
Make a code-cleanup pass over the collations patch.
Tom Lane
2011-04-22
*
Avoid possible divide-by-zero in gincostestimate.
Tom Lane
2011-04-21
*
Allow ALTER TYPE .. ADD ATTRIBUTE .. CASCADE to recurse to descendants.
Robert Haas
2011-04-20
*
Fix use of incorrect constant RemoveRoleFromObjectACL.
Robert Haas
2011-04-20
*
Typo fix.
Robert Haas
2011-04-20
*
Allow ALTER TABLE name {OF type | NOT OF}.
Robert Haas
2011-04-20
*
Fix bugs in indexing of in-doubt HOT-updated tuples.
Tom Lane
2011-04-20
*
Set indcheckxmin true when REINDEX fixes an invalid or not-ready index.
Tom Lane
2011-04-20
*
Make plan_cluster_use_sort cope with no IndexOptInfo for the target index.
Tom Lane
2011-04-20
*
Fix PL/Python traceback for error in separate file
Peter Eisentraut
2011-04-20
*
Quotes in strings injected into bki file need to escaped. In particular,
Heikki Linnakangas
2011-04-20
*
Avoid changing an index's indcheckxmin horizon during REINDEX.
Tom Lane
2011-04-19
*
Revert "Prevent incorrect updates of pg_index while reindexing pg_index itself."
Tom Lane
2011-04-19
*
Refix the unaccent regression test on MSVC properly
Peter Eisentraut
2011-04-19
*
Treat config.pl as optional in vcregress.pl
Peter Eisentraut
2011-04-19
[next]