Commit Graph

37208 Commits (ecacbdbcee67e202cfcaa1180da170b9f13654bb)
 

Author SHA1 Message Date
Tom Lane 9f9d9b51f0 Improve pqexpbuffer.c to use modern vsnprintf implementations efficiently. 12 years ago
Tom Lane 43fe90f66a Suppress -0 in the C field of lines computed by line_construct_pts(). 12 years ago
Tom Lane 1f7a47912a Revert "Tweak "line" test to avoid negative zeros on some platforms" 12 years ago
Peter Eisentraut a0a546f0d9 Tweak "line" test to avoid negative zeros on some platforms 12 years ago
Tom Lane 5e1e47c7c0 Ignore SIGSYS during initdb. 12 years ago
Tom Lane 3147acd63e Use improved vsnprintf calling logic in more places. 12 years ago
Heikki Linnakangas 98c50656ca Increase the number of different values used when seeding random(). 12 years ago
Heikki Linnakangas 75fdcec145 Improve documentation of random() function. 12 years ago
Heikki Linnakangas 138184adc5 Plug memory leak when reloading config file. 12 years ago
Heikki Linnakangas bb598456dc Fix memory leak when an empty ident file is reloaded. 12 years ago
Heikki Linnakangas 4d6d425ab8 Fix typos in comments. 12 years ago
Robert Haas 5c4dd2cd9a Simplify tab completion rules for views and foreign tables. 12 years ago
Heikki Linnakangas 83eb54001c Fix two bugs in setting the vm bit of empty pages. 12 years ago
Tom Lane 5f1ab46101 Suppress a couple of compiler warnings seen with older gcc versions. 12 years ago
Tom Lane 2c66f9924c Replace pg_asprintf() with psprintf(). 12 years ago
Tom Lane 09a89cb5fc Get rid of use of asprintf() in favor of a more portable implementation. 12 years ago
Peter Eisentraut 586a8fc75b Make use of psprintf() in recent changes 12 years ago
Heikki Linnakangas 36f4c7843c Adjust cube.out expected output for new test queries. 12 years ago
Tom Lane 2885881147 Fix blatantly broken record_image_cmp() logic for pass-by-value fields. 12 years ago
Heikki Linnakangas 08612f45a0 Extend cube on-disk format to pack points more tightly. 12 years ago
Peter Eisentraut a5963efa8f doc: Improve setup for documentation building with FOP 12 years ago
Noah Misch 709170b790 Consistently use unsigned arithmetic for alignment calculations. 12 years ago
Peter Eisentraut 713a9f210d Add libpgcommon to backend gettext source files 12 years ago
Peter Eisentraut 07bf70356c Add *.pot to .gitignore 12 years ago
Peter Eisentraut 2e6bc4b806 Move rmtree() from libpgport to libpgcommon 12 years ago
Peter Eisentraut ba7c5975ad Move pgfnames() from libpgport to libpgcommon 12 years ago
Robert Haas cab5dc5daf Allow only some columns of a view to be auto-updateable. 12 years ago
Robert Haas 523beaa11b Provide a reliable mechanism for terminating a background worker. 12 years ago
Peter Eisentraut c2316dcda1 Fix for lack of va_copy() on certain Windows versions 12 years ago
Peter Eisentraut 595a6a0350 Add libpgport to isolationtester on MSVC 12 years ago
Peter Eisentraut 3c093b4ad2 Switch order of libpgport and libpgcommon in MSVC build as well 12 years ago
Robert Haas ea91a6be89 Remove IRIX port. 12 years ago
Peter Eisentraut f39418e9b3 Switch dependency order of libpgcommon and libpgport 12 years ago
Peter Eisentraut ed632ab21e doc: Configure TOC generation in XSLT HTML build 12 years ago
Robert Haas 81051a86bc Remove spinlock support for SINIX, Sun3, and NS32K. 12 years ago
Andrew Dunstan bbe4deac1b Return valid json when converting an empty hstore. 12 years ago
Alvaro Herrera 86029b31e5 Silence compiler warning when SSL not in use 12 years ago
Bruce Momjian 7778ddc7a2 Allow 5+ digit years for non-ISO timestamp/date strings, where appropriate 12 years ago
Robert Haas d41ab71712 initdb: Suppress dynamic shared memory when probing for max_connections. 12 years ago
Peter Eisentraut 63f32f3416 Switch order of -lpgport and -lpgcommon 12 years ago
Peter Eisentraut 90c7b7d16b doc: Enable book index in XSLT builds 12 years ago
Bruce Momjian f918c52f65 docs: correct 9.1 and 9.2 release note mention of timeline switch fix 12 years ago
Robert Haas e515861367 In dsm_impl_windows, don't error out when the segment already exists. 12 years ago
Robert Haas 05a0283e7a Fix details missed by dynamic shared memory patch. 12 years ago
Peter Eisentraut 382b694175 Translation updates to fix build failures 12 years ago
Peter Eisentraut 4aeceb4683 Add asprintf.c 12 years ago
Peter Eisentraut d3d3975836 Attempt to fix MSVC build for asprintf addition 12 years ago
Peter Eisentraut 5b6d08cd29 Add use of asprintf() 12 years ago
Peter Eisentraut a53dee43fe Tweak "line" test to avoid platform-specific floating-point output 12 years ago
Kevin Grittner 4cbb646334 Fix several possibly non-portable gaffs in record_image_ops. 12 years ago