Commit Graph

35677 Commits (b006f4ddb988568081f8290fac77f9402b137120)
 

Author SHA1 Message Date
Tom Lane b006f4ddb9 Prevent memory leaks from accumulating across printtup() calls. 12 years ago
Michael Meskes 84a05d479e Changed test case slightly so it doesn't have an unused typedef. 12 years ago
Kevin Grittner 2a781d57dc Acquire appropriate locks when rewriting during RMV. 12 years ago
Kevin Grittner be420fa02e Fix subquery reference to non-populated MV in CMV. 12 years ago
Tom Lane 24ace4053d Retry after buffer locking failure during SPGiST index creation. 12 years ago
Tom Lane bffd1ce92c Ensure all files created for a single BufFile have the same resource owner. 12 years ago
Tom Lane 45f64f1bbf Remove CTimeZone/HasCTZSet, root and branch. 12 years ago
Tom Lane 1c8a7f617f Remove internal uses of CTimeZone/HasCTZSet. 12 years ago
Tom Lane 631dc390f4 Fix some odd behaviors when using a SQL-style simple GMT offset timezone. 12 years ago
Robert Haas cacbdd7810 Use appendStringInfoString instead of appendStringInfo where possible. 12 years ago
Robert Haas 343bb134ea Avoid too-large shift on 32-bit Windows. 12 years ago
Tom Lane 6756c8ad30 Fix old typo in comment. 12 years ago
Tom Lane 9a9473f3cc Prevent using strncpy with src == dest in TupleDescInitEntry. 12 years ago
Robert Haas d2aecaea15 Modify dynamic shared memory code to use Size rather than uint64. 12 years ago
Andrew Dunstan c737a2e564 Work around NetBSD shell issue in pg_upgrade test script. 12 years ago
Tom Lane c2b51cf190 Improve documentation about usage of FDW validator functions. 12 years ago
Tom Lane 438df52df9 Suppress duplicate-index-entry warning introduced by previous commit. 12 years ago
Noah Misch c50b7c09d8 Add large object functions catering to SQL callers. 12 years ago
Tom Lane 9c339eb4f8 Use unaligned output in selected regression queries to reduce diff noise. 12 years ago
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