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 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
*
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
*
Have pgrminclude skip files that use CppAsString2 because CppAsString2
Bruce Momjian
2011-09-07
*
Fix bug introduced by pgrminclude where the tablespace version name was
Bruce Momjian
2011-09-07
*
Fix to_date() and to_timestamp() to handle year masks of length < 4 so
Bruce Momjian
2011-09-07
*
Partially revoke attempt to improve performance with many savepoints.
Simon Riggs
2011-09-07
*
Emit cascaded standby message on shutdown only when appropriate.
Simon Riggs
2011-09-07
*
Improve comment about handling of temp tables in shared-inval code.
Tom Lane
2011-09-06
*
Correct ancient logic mistake in assertion
Peter Eisentraut
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
*
Add C comment about why we send cache invalidation messages for
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
*
Improve "invalid byte sequence for encoding" message
Peter Eisentraut
2011-09-05
*
Update time zone data files to tzdata release 2011i.
Tom Lane
2011-09-05
*
Guard against using plperl's Makefile without specifying --with-perl.
Tom Lane
2011-09-04
*
Change get_variable_numdistinct's API to flag default estimates explicitly.
Tom Lane
2011-09-04
*
Dig down into sub-selects to look for column statistics.
Tom Lane
2011-09-04
*
Can't print PlannerGlobal's subroots list in outfuncs.
Tom Lane
2011-09-04
*
Clean up the #include mess a little.
Tom Lane
2011-09-04
*
Remove unnecessary and circular #include.
Tom Lane
2011-09-03
*
walsender.h doesn't need xlog.h, per Tom.
Bruce Momjian
2011-09-03
*
Move AllowCascadeReplication() define from xlog.h to replication include
Bruce Momjian
2011-09-03
*
Remove find_lt sgml tool, as it is not needed.
Bruce Momjian
2011-09-03
*
Fix typo in pg_srand48 (srand48 in older branches).
Tom Lane
2011-09-03
*
Rearrange planner to save the whole PlannerInfo (subroot) for a subquery.
Tom Lane
2011-09-03
*
Add archive_command example
Peter Eisentraut
2011-09-03
*
Whitespace adjustment for consistency in the file
Peter Eisentraut
2011-09-03
*
Teach ANALYZE to clear pg_class.relhassubclass when appropriate.
Tom Lane
2011-09-02
*
Fix brace indentation of commit 63d06ef59156719efd0208c62e764a69611b3f12 to f...
Michael Meskes
2011-09-02
*
Improve method of avoiding fcinfo compile errors.
Bruce Momjian
2011-09-01
*
Remove spurious comma. Spotted by Tom.
Heikki Linnakangas
2011-09-01
*
Add C comment about needed include.
Bruce Momjian
2011-09-01
*
libpq compiles various pgport files like ecpg does, and needs similar Makefile
Heikki Linnakangas
2011-09-01
*
Put back improperly removed #include.
Tom Lane
2011-09-01
*
Add C comment about necessary NetBSD include.
Bruce Momjian
2011-09-01
*
Add missing hba.h include for NetBSD.
Bruce Momjian
2011-09-01
*
In SGML we only need to worry about "<", not ">"; update scripts.
Bruce Momjian
2011-09-01
*
Remove unnecessary #include references, per pgrminclude script.
Bruce Momjian
2011-09-01
*
In ecpglib restore LC_NUMERIC in case of an error.
Michael Meskes
2011-09-01
*
Minor improvements to mbregress.sh script.
Robert Haas
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
[next]