Commit Graph

25402 Commits (4bcb3946249cbeed157ffd545a804913cfce749b)

Author SHA1 Message Date
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
Tom Lane c2b51cf190 Improve documentation about usage of FDW validator functions. 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 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
Tom Lane 2885881147 Fix blatantly broken record_image_cmp() logic for pass-by-value fields. 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 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
Robert Haas 81051a86bc Remove spinlock support for SINIX, Sun3, and NS32K. 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
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