Commit Graph

25402 Commits (4bcb3946249cbeed157ffd545a804913cfce749b)

Author SHA1 Message Date
Tom Lane c7b849a896 Prevent leakage of cached plans and execution trees in plpgsql DO blocks. 12 years ago
Tom Lane 80e3a470ba Minor comment corrections for sequence hashtable patch. 12 years ago
Kevin Grittner 7cb964acb7 Fix buffer overrun in isolation test program. 12 years ago
Heikki Linnakangas 5cb719beee Fix bogus hash table creation. 12 years ago
Heikki Linnakangas 21025d4a53 Use a hash table to store current sequence values. 12 years ago
Tom Lane 982b82d6b1 Add a regression test case for \d on an index. 12 years ago
Tom Lane e694cf25d7 Fix incorrect column name in psql \d code. 12 years ago
Peter Eisentraut 87d8378f60 Fix whitespace 12 years ago
Andrew Dunstan 869b1e4a67 Fix isolation check for MSVC to handle recent changes. 12 years ago
Robert Haas c46c803f8a Fix relfilenodemap.c's handling of cache invalidations. 12 years ago
Kevin Grittner fe67d25233 Free ignorelist after each regression test schedule. 12 years ago
Heikki Linnakangas 07fca603b5 Fix bug in GIN posting tree root creation. 12 years ago
Peter Eisentraut aa04b323c3 Move variable closer to where it is used 12 years ago
Robert Haas 061b88c732 Try again to make pg_isolation_regress work its build directory. 12 years ago
Peter Eisentraut 3626adf266 Remove leftovers of IRIX port 12 years ago
Tom Lane ebefbb5fde Fix failure with whole-row reference to a subquery. 12 years ago
Tom Lane 0b7e660d6c Fix ruleutils pretty-printing to not generate trailing whitespace. 12 years ago
Tom Lane 648bd05b13 Re-allow duplicate aliases within aliased JOINs. 12 years ago
Magnus Hagander 705556a631 Don't abort pg_basebackup when receiving empty WAL block 12 years ago
Peter Eisentraut 001e114b8d Fix whitespace issues found by git diff --check, add gitattributes 12 years ago
Robert Haas dca09ac533 Fix ECPG compiler warning. 12 years ago
Heikki Linnakangas ac4ab97ec0 Fix race condition in GIN posting tree page deletion. 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