Commit Graph

35689 Commits (bb45c640411af61279bea044f8d108f9da96b735)
 

Author SHA1 Message Date
Tom Lane bb45c64041 Support default arguments and named-argument notation for window functions. 12 years ago
Kevin Grittner 5829082a57 Keep heap open until new heap generated in RMV. 12 years ago
Heikki Linnakangas 0ea53256a8 Fix missing argument and function prototypes. 12 years ago
Heikki Linnakangas ecaa4708e5 Misc GIN refactoring. 12 years ago
Tom Lane 920c8261d5 Improve the error message given for modifying a window with frame clause. 12 years ago
Tom Lane d4e6133c68 Revert commit 0725065b37. 12 years ago
Kevin Grittner 2636ecf78b Lock relation used to generate fresh data for RMV. 12 years ago
Tom Lane 6331de1d44 Fix some obsolete information in src/backend/optimizer/README. 12 years ago
Kevin Grittner 732758db4c Fix breakage of MV column name list usage. 12 years ago
Robert Haas dddc34408a Fix format code used to print dsm request sizes. 12 years ago
Heikki Linnakangas 2103430179 Fix parsing of xlog file name in pg_receivexlog. 12 years ago
Tom Lane e36ce0c7f7 Get rid of more cases of the "must detoast before output function" meme. 12 years ago
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