Commit Graph

35702 Commits (ac4ab97ec05ea900db0f14d428cae2e79832e02d)
 

Author SHA1 Message Date
Heikki Linnakangas ac4ab97ec0 Fix race condition in GIN posting tree page deletion. 12 years ago
Robert Haas 636b868f17 doc: Clarify under what circumstances pg_dump needs superuser access. 12 years ago
Robert Haas 9b4d52f209 Fix pg_isolation_regress to work outside its build directory. 12 years ago
Robert Haas 07cacba983 Add the notion of REPLICA IDENTITY for a table. 12 years ago
Tom Lane b97ee66cc1 Make contain_volatile_functions/contain_mutable_functions look into SubLinks. 12 years ago
Tom Lane 060b22a99a Fix subtly-wrong volatility checking in BeginCopyFrom(). 12 years ago
Tom Lane 20803d7881 Make LOCK_PRINT & PROCLOCK_PRINT expand to ((void) 0) when not in use. 12 years ago
Kevin Grittner b64b5ccb6a Silence benign warnings from clang version 3.0-6ubuntu3. 12 years ago
Tom Lane c28b289bf3 Prevent display of dropped columns in row constraint violation messages. 12 years ago
Tom Lane 5e900bc00f Fix generation of MergeAppend plans for optimized min/max on expressions. 12 years ago
Heikki Linnakangas fde7172d93 Fix setting of right bound at GIN page split. 12 years ago
Tom Lane 8dace66e07 Add #ifdef guards for some POSIX error symbols that Windows doesn't like. 12 years ago
Tom Lane 8e68816cc2 Be more robust when strerror() doesn't give a useful result. 12 years ago
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