summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-10-24Improve documentation of random() function.Heikki Linnakangas
2013-10-24Plug memory leak when reloading config file.Heikki Linnakangas
2013-10-24Fix memory leak when an empty ident file is reloaded.Heikki Linnakangas
2013-10-24Fix typos in comments.Heikki Linnakangas
2013-10-23Simplify tab completion rules for views and foreign tables.Robert Haas
2013-10-23Fix two bugs in setting the vm bit of empty pages.Heikki Linnakangas
2013-10-23Suppress a couple of compiler warnings seen with older gcc versions.Tom Lane
2013-10-22Replace pg_asprintf() with psprintf().Tom Lane
2013-10-22Get rid of use of asprintf() in favor of a more portable implementation.Tom Lane
2013-10-22Make use of psprintf() in recent changesPeter Eisentraut
2013-10-22Adjust cube.out expected output for new test queries.Heikki Linnakangas
2013-10-22Fix blatantly broken record_image_cmp() logic for pass-by-value fields.Tom Lane
2013-10-21Extend cube on-disk format to pack points more tightly.Heikki Linnakangas
2013-10-21doc: Improve setup for documentation building with FOPPeter Eisentraut
2013-10-21Consistently use unsigned arithmetic for alignment calculations.Noah Misch
2013-10-19Add libpgcommon to backend gettext source filesPeter Eisentraut
2013-10-19Add *.pot to .gitignorePeter Eisentraut
2013-10-19Move rmtree() from libpgport to libpgcommonPeter Eisentraut
2013-10-19Move pgfnames() from libpgport to libpgcommonPeter Eisentraut
2013-10-18Allow only some columns of a view to be auto-updateable.Robert Haas
2013-10-18Provide a reliable mechanism for terminating a background worker.Robert Haas
2013-10-18Fix for lack of va_copy() on certain Windows versionsPeter Eisentraut
2013-10-18Add libpgport to isolationtester on MSVCPeter Eisentraut
2013-10-18Switch order of libpgport and libpgcommon in MSVC build as wellPeter Eisentraut
2013-10-18Remove IRIX port.Robert Haas
2013-10-18Switch dependency order of libpgcommon and libpgportPeter Eisentraut
2013-10-18doc: Configure TOC generation in XSLT HTML buildPeter Eisentraut
2013-10-17Remove spinlock support for SINIX, Sun3, and NS32K.Robert Haas
2013-10-17Return valid json when converting an empty hstore.Andrew Dunstan
2013-10-17Silence compiler warning when SSL not in useAlvaro Herrera
2013-10-16Allow 5+ digit years for non-ISO timestamp/date strings, where appropriateBruce Momjian
2013-10-16initdb: Suppress dynamic shared memory when probing for max_connections.Robert Haas
2013-10-16Switch order of -lpgport and -lpgcommonPeter Eisentraut
2013-10-16doc: Enable book index in XSLT buildsPeter Eisentraut
2013-10-15docs: correct 9.1 and 9.2 release note mention of timeline switch fixBruce Momjian
2013-10-14In dsm_impl_windows, don't error out when the segment already exists.Robert Haas
2013-10-14Fix details missed by dynamic shared memory patch.Robert Haas
2013-10-14Translation updates to fix build failuresPeter Eisentraut
2013-10-14Add asprintf.cPeter Eisentraut
2013-10-14Attempt to fix MSVC build for asprintf additionPeter Eisentraut
2013-10-13Add use of asprintf()Peter Eisentraut
2013-10-13Tweak "line" test to avoid platform-specific floating-point outputPeter Eisentraut
2013-10-11Fix several possibly non-portable gaffs in record_image_ops.Kevin Grittner
2013-10-11Use $(PERL) to invoke duplicate_oidsAlvaro Herrera
2013-10-11Rework SSL renegotiation codeAlvaro Herrera
2013-10-11doc: Move check-tabs target into html targetPeter Eisentraut
2013-10-11doc: Fix table column number declarationPeter Eisentraut
2013-10-11doc: Handle additional character entities for SGML/XML conversionPeter Eisentraut
2013-10-11Remove maintainer-check target, fold into normal buildPeter Eisentraut
2013-10-11Replace duplicate_oids with Perl implementationPeter Eisentraut