Commit Graph

621 Commits (6e8e7cc580665ddd43c8ca2acc6d60f345570a57)

Author SHA1 Message Date
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 15 years ago
Robert Haas debcec7dc3 Include the backend ID in the relpath of temporary relations. 15 years ago
Tom Lane 2a7349f030 Fix Assert failure in PushOverrideSearchPath when trying to restore a search 15 years ago
Robert Haas 901c0ea2f1 Fix incorrect pathname in comment. 15 years ago
Robert Haas fd1843ff89 Standardize get_whatever_oid functions for other object types. 15 years ago
Robert Haas 2a6ef3445c Standardize get_whatever_oid functions for object types with 15 years ago
Tom Lane 5ce63f480b Avoid an Assert failure in deconstruct_array() by making get_attstatsslot() 15 years ago
Bruce Momjian 239d769e7e pgindent run for 9.0, second run 15 years ago
Simon Riggs 90e04bab39 Patch revoked because of objections. 16 years ago
Simon Riggs 473af39737 Add missing optimizer hooks for function cost and number of rows. 16 years ago
Tom Lane ea46000a40 Arrange for client authentication to occur before we select a specific 16 years ago
Tom Lane 73981cb451 Fix a problem introduced by my patch of 2010-01-12 that revised the way 16 years ago
Bruce Momjian 65e806cba1 pgindent run for 9.0 16 years ago
Tom Lane 50a90fac40 Stamp HEAD as 9.0devel, and update various places that were referring to 8.5 16 years ago
Robert Haas e26c539e9f Wrap calls to SearchSysCache and related functions using macros. 16 years ago
Simon Riggs dd428c79a4 Fix relcache init file invalidation during Hot Standby for the case 16 years ago
Tom Lane cbe9d6beb4 Fix up rickety handling of relation-truncation interlocks. 16 years ago
Tom Lane 9a75803b1a Remove CatalogCacheFlushRelation, and the reloidattr infrastructure that was 16 years ago
Tom Lane 0a469c8769 Remove old-style VACUUM FULL (which was known for a little while as 16 years ago
Tom Lane 1c05b0b4ea Looks like we need #include <sys/stat.h> here on some 16 years ago
Tom Lane b9b8831ad6 Create a "relation mapping" infrastructure to support changing the relfilenodes 16 years ago
Tom Lane 9727c583fe Restructure CLUSTER/newstyle VACUUM FULL/ALTER TABLE support so that swapping 16 years ago
Tom Lane 70a2b05a59 Assorted cleanups in preparation for using a map file to support altering 16 years ago
Robert Haas d779199175 Fix several oversights in previous commit - attribute options patch. 16 years ago
Robert Haas 76a47c0e74 Replace ALTER TABLE ... SET STATISTICS DISTINCT with a more general mechanism. 16 years ago
Tom Lane 08f8d478eb Do parse analysis of an EXPLAIN's contained statement during the normal 16 years ago
Tom Lane 715120e7ac When loading critical system indexes into the relcache, ensure we lock the 16 years ago
Tom Lane dbba3a1465 Fix bug #5269: ResetPlanCache mustn't invalidate cached utility statements, 16 years ago
Tom Lane 491dd4a97d Fix relcache reload mechanism to be more robust in the face of errors 16 years ago
Bruce Momjian 228170410d Please tablespace directories in their own subdirectory so pg_migrator 16 years ago
Simon Riggs 42edbd16fb During Hot Standby, set DatabasePath correctly during relcache init file 16 years ago
Robert Haas b1ee6daf2f Document why we copy reloptions into CacheMemoryContext after-the-fact. 16 years ago
Robert Haas 814c8a03ba Further fixes for per-tablespace options patch. 16 years ago
Tom Lane 9261b19fb5 Fix spccache.c to not suppose that a cache entry will live across database 16 years ago
Tom Lane 64b9c850e9 Access hash entry before freeing it, not after. 16 years ago