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
*
Document PERFORM limitation when using WITH queries.
Bruce Momjian
2011-09-06
*
Add an "incompatibility" entry to 9.1 release notes about CREATE EXTENSION.
Tom Lane
2011-09-06
*
Update type-conversion documentation for long-ago changes.
Tom Lane
2011-09-06
*
Properly document semphore requirements by accounting for worker
Bruce Momjian
2011-09-06
*
Add documentation link to strftime supported options.
Bruce Momjian
2011-09-05
*
Adjust translator comment format to xgettext expectations
Alvaro Herrera
2011-09-05
*
Mark some untranslatable messages with errmsg_internal
Alvaro Herrera
2011-09-05
*
Add mention that UTC really means UT1.
Bruce Momjian
2011-09-05
*
Update time zone data files to tzdata release 2011i.
Tom Lane
2011-09-05
*
Document that contrib/pgtrgm only processes ASCII alphanumeric
Bruce Momjian
2011-09-05
*
Guard against using plperl's Makefile without specifying --with-perl.
Tom Lane
2011-09-04
*
Fix #include problems in 9.1 branch.
Tom Lane
2011-09-04
*
Fix typo in pg_srand48 (srand48 in older branches).
Tom Lane
2011-09-03
*
Fix brace indentation of commit 5ad0e899f08136a00f56bf224a6b9729b2f4c69f to f...
Michael Meskes
2011-09-02
*
Remove spurious comma. Spotted by Tom.
Heikki Linnakangas
2011-09-01
*
libpq compiles various pgport files like ecpg does, and needs similar Makefile
Heikki Linnakangas
2011-09-01
*
In ecpglib restore LC_NUMERIC in case of an error.
Michael Meskes
2011-09-01
*
Fix MinGW build, broken by my previous patch to add a setlocale() wrapper
Heikki Linnakangas
2011-09-01
*
setlocale() on Windows doesn't work correctly if the locale name contains
Heikki Linnakangas
2011-09-01
*
Move the line to undefine setlocale() macro on Win32 outside USE_REPL_SNPRINTF
Heikki Linnakangas
2011-09-01
*
Further repair of eqjoinsel ndistinct-clamping logic.
Tom Lane
2011-09-01
*
Fix pg_upgrade to preserve toast relfrozenxids for old 8.3 servers.
Bruce Momjian
2011-08-31
*
Improve eqjoinsel's ndistinct clamping to work for multiple levels of join.
Tom Lane
2011-08-31
*
The replication status values in pg_stat_replication was changed to
Heikki Linnakangas
2011-08-31
*
Fix not-backwards-compatible pg_upgrade test for prepared transactions.
Tom Lane
2011-08-30
*
Fix a missed case in code for "moving average" estimate of reltuples.
Tom Lane
2011-08-30
*
Fix concat_ws() to not insert a separator after leading NULL argument(s).
Tom Lane
2011-08-29
*
Actually, all of parallel restore's limitations should be tested earlier.
Tom Lane
2011-08-28
*
Be more user-friendly about unsupported cases for parallel pg_restore.
Tom Lane
2011-08-28
*
Don't assume that "E" response to NEGOTIATE_SSL_CODE means pre-7.0 server.
Tom Lane
2011-08-27
*
Ensure we discard unread/unsent data when abandoning a connection attempt.
Tom Lane
2011-08-27
*
Spelling improvement
Peter Eisentraut
2011-08-27
*
Fix potential memory clobber in tsvector_concat().
Tom Lane
2011-08-26
*
In pg_upgrade, limit schema name filter to include toast tables. Bug
Bruce Momjian
2011-08-26
*
Add expected isolationtester output when prepared xacts are disabled
Alvaro Herrera
2011-08-25
*
Fix psql lexer to avoid use of backtracking.
Tom Lane
2011-08-25
*
Properly quote SQL/MED generic options in pg_dump output.
Robert Haas
2011-08-25
*
Revert "Tweak postgresql.conf.sample's comments on listen_addresess."
Robert Haas
2011-08-25
*
Tweak postgresql.conf.sample's comments on listen_addresess.
Robert Haas
2011-08-25
*
Adjust CREATE DOMAIN example for standard_conforming_strings=on.
Robert Haas
2011-08-25
*
Fix pgstatindex() to give consistent results for empty indexes.
Tom Lane
2011-08-24
*
Fix pgxs.mk to always add --dbname=$(CONTRIB_TESTDB) to REGRESS_OPTS.
Tom Lane
2011-08-24
*
Build src/ before contrib/ in make world
Peter Eisentraut
2011-08-24
*
Avoid locale dependency in expected output.
Tom Lane
2011-08-24
*
Fix multiple bugs in extension dropping.
Tom Lane
2011-08-24
*
Make CREATE EXTENSION check schema creation permissions.
Tom Lane
2011-08-23
*
Fix overoptimistic assumptions in column width estimation for subqueries.
Tom Lane
2011-08-23
*
Add recovery.conf to the index in the user manual.
Heikki Linnakangas
2011-08-23
*
Fix handling of extension membership when filling in a shell operator.
Tom Lane
2011-08-22
*
Fix trigger WHEN conditions when both BEFORE and AFTER triggers exist.
Tom Lane
2011-08-21
[next]