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
*
Fix corner case bug in numeric to_char().
Tom Lane
2011-09-07
*
Allow bcc32 and win32 batch files to compile libpq.
Bruce Momjian
2011-09-07
*
In pg_upgrade, disallow migration of 8.3 clusters using contrib/ltree
Bruce Momjian
2011-09-07
*
Fix typo in error message.
Tom Lane
2011-09-07
*
Fix get_name_for_var_field() to deal with RECORD Params.
Tom Lane
2011-09-07
*
Revert documentation patch about NEW/OLD and triggers.
Bruce Momjian
2011-09-07
*
Properly document the existance of OLD/NEW trigger pl/pgsql trigger
Bruce Momjian
2011-09-06
*
Fix spelling mistake in pgpass documentation change.
Bruce Momjian
2011-09-06
*
Add documentation suggestion about adding a comment to the top of
Bruce Momjian
2011-09-06
*
Fix plpgsql "PERFORM" markup.
Bruce Momjian
2011-09-06
*
Avoid possibly accessing off the end of memory in SJIS2004 conversion.
Tom Lane
2011-09-06
*
Avoid possibly accessing off the end of memory in examine_attribute().
Tom Lane
2011-09-06
*
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
[next]