Commit Graph

1005 Commits (b55413d77f96b9fa2dfae4ddec43412b90ebf588)

Author SHA1 Message Date
Tom Lane 77ba610805 Revert "Use Foreign Key relationships to infer multi-column join selectivity". 10 years ago
Kevin Grittner 2cc41acd8f Fix hash index vs "snapshot too old" problemms 10 years ago
Andres Freund c6ff84b06a Emit invalidations to standby for transactions without xid. 10 years ago
Teodor Sigaev 8b99edefca Revert CREATE INDEX ... INCLUDING ... 10 years ago
Teodor Sigaev 386e3d7609 CREATE INDEX ... INCLUDING (column[, ...]) 10 years ago
Simon Riggs 015e88942a Load FK defs into relcache for use by planner 10 years ago
Stephen Frost 86ebf30fd6 Reset plan->row_security_env and planUserId 10 years ago
Robert Haas fbe5a3fb73 Only try to push down foreign joins if the user mapping OIDs match. 10 years ago
Tom Lane be44ed27b8 Improve index AMs' opclass validation procedures. 10 years ago
Tom Lane 65c5fcd353 Restructure index access method API to hide most of it at the C level. 10 years ago
Alvaro Herrera efa318bcfa Make pg_shseclabel available in early backend startup 10 years ago
Bruce Momjian ee94300446 Update copyright for 2016 10 years ago
Tom Lane ec7eef6b11 Avoid caching expression state trees for domain constraints across queries. 10 years ago
Tom Lane da3751c8ea Be more noisy about "wrong number of nailed relations" initfile problems. 10 years ago
Robert Haas 80558c1f5a Generate parallel sequential scan plans in simple cases. 10 years ago
Noah Misch 7f11724bd6 Remove the SECURITY_ROW_LEVEL_DISABLED security context bit. 10 years ago
Robert Haas 7aea8e4f2d Determine whether it's safe to attempt a parallel plan for a query. 10 years ago
Stephen Frost 22eaf35c1d RLS refactoring 10 years ago
Alvaro Herrera 1aba62ec63 Allow per-tablespace effective_io_concurrency 10 years ago
Tom Lane c5454f99c4 Fix subtransaction cleanup after an outer-subtransaction portal fails. 10 years ago
Joe Conway 7b4bfc87d5 Plug RLS related information leak in pg_stats view. 11 years ago
Tom Lane dd7a8f66ed Redesign tablesample method API, and do extensive code review. 11 years ago
Tom Lane 5d1ff6bd55 Fix the logic for putting relations into the relcache init file. 11 years ago
Tom Lane f3b5565dd4 Use a safer method for determining whether relcache init file is stale. 11 years ago
Bruce Momjian 807b9e0dff pgindent run for 9.5 11 years ago
Heikki Linnakangas 4fc72cc7bb Collection of typo fixes. 11 years ago
Simon Riggs f6d208d6e5 TABLESAMPLE, SQL Standard and extensible 11 years ago
Andrew Dunstan cb9fa802b3 Add new OID alias type regnamespace 11 years ago
Andrew Dunstan 0c90f6769d Add new OID alias type regrole 11 years ago
Andres Freund 5aa2350426 Introduce replication progress tracking infrastructure. 11 years ago
Andres Freund 6aab1f45ac Fix various typos and grammar errors in comments. 11 years ago
Peter Eisentraut cac7658205 Add transforms feature 11 years ago
Stephen Frost ab6d1cd26e Fix typo in relcache's equalPolicy() 11 years ago
Heikki Linnakangas 4f700bcd20 Reorganize our CRC source files again. 11 years ago
Alvaro Herrera e9a077cad3 pg_event_trigger_dropped_objects: add is_temp column 11 years ago
Tom Lane e5f455f59f Apply table and domain CHECK constraints in name order. 11 years ago
Tom Lane 8abb3cda0d Use the typcache to cache constraints for domain types. 11 years ago
Tom Lane 33a3b03d63 Use FLEXIBLE_ARRAY_MEMBER in some more places. 11 years ago
Tom Lane 09d8d110a6 Use FLEXIBLE_ARRAY_MEMBER in a bunch more places. 11 years ago
Stephen Frost 804b6b6db4 Fix column-privilege leak in error-message paths 11 years ago
Tom Lane fd496129d1 Clean up some mess in row-security patches. 11 years ago
Andres Freund 3fabed0705 Correctly handle relcache invalidation corner case during logical decoding. 11 years ago
Andres Freund 31912d01d8 Improve relcache invalidation handling of currently invisible relations. 11 years ago
Bruce Momjian 4baaf863ec Update copyright for 2015 11 years ago
Tom Lane 4a14f13a0a Improve hash_create's API for selecting simple-binary-key hash functions. 11 years ago
Simon Riggs 618c9430a8 Event Trigger for table_rewrite 11 years ago
Tom Lane e384ed6cde Improve typcache: cache negative lookup results, add invalidation logic. 11 years ago
Stephen Frost 143b39c185 Rename pg_rowsecurity -> pg_policy and other fixes 11 years ago
Tom Lane bac27394a1 Support arrays as input to array_agg() and ARRAY(SELECT ...). 11 years ago
Heikki Linnakangas 2c03216d83 Revamp the WAL record format. 11 years ago