Commit Graph

16647 Commits (16be2fd100199bdf284becfcee02c5eb20d8a11d)

Author SHA1 Message Date
Robert Haas 16be2fd100 Make dsa_allocate interface more like MemoryContextAlloc. 9 years ago
Peter Eisentraut e3a58c8835 Optimize query for information_schema.constraint_column_usage 9 years ago
Robert Haas 9acb85597f Add new function dsa_allocate0. 9 years ago
Robert Haas 59407301a3 Avoid crash in ALTER TABLE not_partitioned DETACH PARTITION. 9 years ago
Tom Lane f2ec57dee9 Make sure that hash join's bulk-tuple-transfer loops are interruptible. 9 years ago
Tom Lane 01e0cbc4f6 Fix YA unwanted behavioral difference with operator_precedence_warning. 9 years ago
Robert Haas 5262f7a4fc Add optimizer and executor support for parallel index scans. 9 years ago
Robert Haas 51ee6f3160 Replace min_parallel_relation_size with two new GUCs. 9 years ago
Peter Eisentraut 6d16ecc646 Add CREATE COLLATION IF NOT EXISTS clause 9 years ago
Robert Haas 569174f1be btree: Support parallel index scans. 9 years ago
Robert Haas 5e6d8d2bbb Allow parallel workers to execute subplans. 9 years ago
Robert Haas 8da9a22636 Split index xlog headers from other private index headers. 9 years ago
Robert Haas fb47544d0c Minor fixes for WAL consistency checking. 9 years ago
Robert Haas e28b115612 Don't disallow dropping NOT NULL for a list partition key. 9 years ago
Tom Lane 8d396a0a70 Remove duplicate code in planner.c. 9 years ago
Noah Misch f30f34e589 Ignore tablespace ACLs when ignoring schema ACLs. 9 years ago
Peter Eisentraut 2ea5b06c7a Add CREATE SEQUENCE AS <data type> clause 9 years ago
Robert Haas 3f01fd4ca0 Rename dtrace probes for ongoing xlog -> wal conversion. 9 years ago
Robert Haas 85c11324ca Rename user-facing tools with "xlog" in the name to say "wal". 9 years ago
Tom Lane 5d2adf0f81 Blind try to fix portability issue in commit 8f93bd851 et al. 9 years ago
Robert Haas 806091c96f Remove all references to "xlog" from SQL-callable functions in pg_proc. 9 years ago
Robert Haas 72257f9578 simplehash: Additional tweaks to make specifying an allocator work. 9 years ago
Robert Haas 3f3d60d3bb Fix race condition in ConditionVariablePrepareToSleep. 9 years ago
Robert Haas fc8219dc54 pageinspect: Fix hash_bitmap_info not to read the underlying page. 9 years ago
Tom Lane 86d911ec0f Allow index AMs to cache data across aminsert calls within a SQL command. 9 years ago
Tom Lane 8f93bd8512 Fix roundoff problems in float8_timestamptz() and make_interval(). 9 years ago
Robert Haas a507b86900 Add WAL consistency checking facility. 9 years ago
Peter Eisentraut 115cb31597 Fix relcache leaks in get_object_address_publication_rel() 9 years ago
Robert Haas c3c4f6e174 Revise the way the element allocator for a simplehash is specified. 9 years ago
Robert Haas 565903af47 Allow the element allocator for a simplehash to be specified. 9 years ago
Robert Haas 94708c0e8c Fix compiler warning. 9 years ago
Robert Haas 293e24e507 Cache hash index's metapage in rel->rd_amcache. 9 years ago
Peter Eisentraut ab82340a43 Avoid permission failure in pg_sequences.last_value 9 years ago
Tom Lane 2aaec65464 Avoid returning stale attribute bitmaps in RelationGetIndexAttrBitmap(). 9 years ago
Tom Lane a59318346e Update comment in relcache.c. 9 years ago
Heikki Linnakangas d02d985349 Fix typo in variable name. 9 years ago
Heikki Linnakangas 181bdb90ba Fix typos in comments. 9 years ago
Robert Haas 6f4b4ceefa Remove redundant comment. 9 years ago
Robert Haas 38c363adf4 Improve grammar of message about two-phase state files. 9 years ago
Fujii Masao 39b8cc991f Be sure to release LogicalRepLauncherLock in DROP SUBSCRIPTION command. 9 years ago
Tom Lane 555494d1bc Fix placement of initPlans when forcibly materializing a subplan. 9 years ago
Tom Lane c82d4e658e Fix mishandling of tSRFs at different nesting levels. 9 years ago
Robert Haas 14ca9abfbe Increase upper bound for bgwriter_lru_maxpages. 9 years ago
Robert Haas 08bf6e5295 pageinspect: Support hash indexes. 9 years ago
Heikki Linnakangas 53dd2da257 Add KOI8-U map files to Makefile. 9 years ago
Heikki Linnakangas cb695ae993 Silence compiler warning. 9 years ago
Andrew Dunstan f1169ab501 Don't count background workers against a user's connection limit. 9 years ago
Tom Lane aedd554f84 Fix CatalogTupleInsert/Update abstraction for case of shared indstate. 9 years ago
Tom Lane ab02896510 Provide CatalogTupleDelete() as a wrapper around simple_heap_delete(). 9 years ago
Robert Haas bbd8550bce Refactor other replication commands to use DestRemoteSimple. 9 years ago