Commit Graph

650 Commits (f99158229046d92db270bb7963b59f0eb9fe460f)

Author SHA1 Message Date
Tom Lane e06e56212c Use a safer method for determining whether relcache init file is stale. 11 years ago
Andres Freund d7b16eea3a Improve relcache invalidation handling of currently invisible relations. 11 years ago
Bruce Momjian 2616a5d300 Remove tabs after spaces in C comments 12 years ago
Tom Lane e46753e9b9 Fix cache flush hazard in cache_record_field_properties(). 13 years ago
Tom Lane c13ed70a4f Fix longstanding race condition in plancache.c. 13 years ago
Tom Lane 4a6232cce3 Fix error-checking typo in check_TSCurrentConfig(). 13 years ago
Tom Lane ed98b48bf4 Fix failure to ignore leftover temp tables after a server crash. 13 years ago
Tom Lane 1da5bef317 Fix assorted bugs in CREATE INDEX CONCURRENTLY. 13 years ago
Tom Lane af4f029675 Fix race condition in enum value comparisons. 14 years ago
Heikki Linnakangas b896e1e852 Accept a non-existent value in "ALTER USER/DATABASE SET ..." command. 14 years ago
Tom Lane ac3dcca22e Fix getTypeIOParam to support type record[]. 14 years ago
Tom Lane 5e4dd5f63b Fix race condition with toast table access from a stale syscache entry. 14 years ago
Tom Lane 030cdaf7fb Fix a missed case in code for "moving average" estimate of reltuples. 15 years ago
Tom Lane 1713bbca7d Forget about targeting catalog cache invalidations by tuple TID. 15 years ago
Tom Lane 84333962ea Fix incorrect order of operations during sinval reset processing. 15 years ago
Tom Lane 45476031a5 Fix race condition in relcache init file invalidation. 15 years ago
Tom Lane cb1cc305bc Remove assumptions that not-equals operators cannot be in any opclass. 15 years ago
Peter Eisentraut 6b23ba1093 Unify spelling of "canceled", "canceling", "cancellation" 15 years ago
Peter Eisentraut 365c72f205 Capitalization fixes 15 years ago
Bruce Momjian 6560407c7d Pgindent run before 9.1 beta2. 15 years ago
Tom Lane ea8e42f3a0 Fix failure to check whether a rowtype's component types are sortable. 15 years ago
Tom Lane 9e9b9ac7d1 Make a code-cleanup pass over the collations patch. 15 years ago
Tom Lane d64713df7e Pass collations to functions in FunctionCallInfoData, not FmgrInfo. 15 years ago
Bruce Momjian bf50caf105 pgindent run before PG 9.1 beta 1. 15 years ago
Tom Lane 2594cf0e8c Revise the API for GUC variable assign hooks. 15 years ago
Tom Lane 7208fae18f Clean up cruft around collation initialization for tupdescs and scankeys. 15 years ago
Tom Lane b23c9fa929 Clean up a few failures to set collation fields in expression nodes. 15 years ago
Tom Lane bfa4440ca5 Pass collation to makeConst() instead of looking it up internally. 15 years ago
Tom Lane 1192ba8b67 Avoid potential deadlock in InitCatCachePhase2(). 15 years ago
Tom Lane 389af95155 Support data-modifying commands (INSERT/UPDATE/DELETE) in WITH. 15 years ago
Peter Eisentraut 414c5a2ea6 Per-column collation support 15 years ago
Robert Haas 0d692a0dc9 Basic foreign table support. 15 years ago
Bruce Momjian 5d950e3b0c Stamp copyrights for year 2011. 15 years ago
Robert Haas 53dbc27c62 Support unlogged tables. 15 years ago
Robert Haas 5f7b58fad8 Generalize concept of temporary relations to "relation persistence". 15 years ago
Tom Lane d583f10b7e Create core infrastructure for KNNGIST. 15 years ago
Tom Lane c0b5fac701 Simplify and speed up mapping of index opfamilies to pathkeys. 15 years ago
Tom Lane 725d52d0c2 Create the system catalog infrastructure needed for KNNGIST. 15 years ago
Tom Lane 511e902b51 Make TRUNCATE ... RESTART IDENTITY restart sequences transactionally. 15 years ago
Robert Haas 5ccbc3d802 Correct poor grammar in comment. 15 years ago
Tom Lane 186cbbda8f Provide hashing support for arrays. 15 years ago
Tom Lane 84c123be1d Allow new values to be added to an existing enum type. 15 years ago
Tom Lane 529cb267a6 Improve handling of domains over arrays. 15 years ago
Magnus Hagander 9f2e211386 Remove cvs keywords from all files. 15 years ago
Tom Lane 9513918c6c Fix up flushing of composite-type typcache entries to be driven directly by 16 years ago
Robert Haas debcec7dc3 Include the backend ID in the relpath of temporary relations. 16 years ago
Tom Lane 2a7349f030 Fix Assert failure in PushOverrideSearchPath when trying to restore a search 16 years ago
Robert Haas 901c0ea2f1 Fix incorrect pathname in comment. 16 years ago
Robert Haas fd1843ff89 Standardize get_whatever_oid functions for other object types. 16 years ago
Robert Haas 2a6ef3445c Standardize get_whatever_oid functions for object types with 16 years ago