Commit Graph

40159 Commits (719c84c1be51f3d3fe6049b77ddbaa0c4b58a9a9)
 

Author SHA1 Message Date
Robert Haas 719c84c1be Extend relations multiple blocks at a time to improve scalability. 9 years ago
Fujii Masao 8643b91ecf Fix a couple of places in doc that implied there was only one sync standby. 9 years ago
Simon Riggs 137805f89a Use Foreign Key relationships to infer multi-column join selectivity 9 years ago
Stephen Frost 6928484bda GRANT rights to CURRENT_USER instead of adding roles 9 years ago
Teodor Sigaev 3308467905 Zeroing unused parts ducring tsquery construction. 9 years ago
Tom Lane f338dd7585 Refactor join_is_removable() to separate out distinctness-proving logic. 9 years ago
Teodor Sigaev a7ace3b6d9 Make testing of phraseto_tsquery independ from value of 9 years ago
Kevin Grittner fcff8a5751 Detect SSI conflicts before reporting constraint violations 9 years ago
Teodor Sigaev bb140506df Phrase full text search. 9 years ago
Simon Riggs 015e88942a Load FK defs into relcache for use by planner 9 years ago
Noah Misch f2b1b3079c Standardize GetTokenInformation() error reporting. 9 years ago
Noah Misch 33d3fc5e2a Remove redundant message in AddUserToTokenDacl(). 9 years ago
Stephen Frost 29dd1504a1 Bump catversion for pg_dump dump catalog ACL patches 9 years ago
Stephen Frost 1574783b4c Use GRANT system to manage access to sensitive functions 9 years ago
Stephen Frost 23f34fa4ba In pg_dump, include pg_catalog and extension ACLs, if changed 9 years ago
Stephen Frost d217b2c360 In pg_dump, split "dump" into "dump" and "dump_contains" 9 years ago
Stephen Frost a9f0e8e5a2 In pg_dump, use a bitmap to represent what to include 9 years ago
Stephen Frost 6c268df127 Add new catalog called pg_init_privs 9 years ago
Teodor Sigaev 0b62fd036e Add jsonb_insert 9 years ago
Peter Eisentraut 3b3fcc4eea pg_dump: Add table qualifications to some tags 9 years ago
Tom Lane de94e2af18 Run pgindent on a batch of (mostly-planner-related) source files. 9 years ago
Simon Riggs d25379eb23 Modify test_decoding/messages to remove non-ascii chars 9 years ago
Fujii Masao ead9963c47 Use proper format specifier %X/%X for LSN, again. 9 years ago
Simon Riggs cac0e36682 Revert bf08f2292f 9 years ago
Simon Riggs 3fe3511d05 Generic Messages for Logical Decoding 9 years ago
Fujii Masao 989be0810d Support multiple synchronous standby servers. 9 years ago
Alvaro Herrera 2143f5e127 Fix broken ALTER INDEX documentation 9 years ago
Alvaro Herrera f2fcad27d5 Support ALTER THING .. DEPENDS ON EXTENSION 9 years ago
Robert Haas 41ea0c2376 Fix parallel-safety code for parallel aggregation. 9 years ago
Robert Haas 09adc9a8c0 Align all shared memory allocations to cache line boundaries. 9 years ago
Tom Lane 1d2fe56e42 Fix PL/Python for recursion and interleaved set-returning functions. 9 years ago
Robert Haas 11c8669c0c Add parallel query support functions for assorted aggregates. 9 years ago
Magnus Hagander 7117685461 Implement backup API functions for non-exclusive backups 9 years ago
Magnus Hagander 9457b591b9 Fix typo 9 years ago
Peter Eisentraut 4dcd4da98c Fix error message from wal_level value renaming 9 years ago
Tom Lane 99f3b5613b Disallow newlines in parameter values to be set in ALTER SYSTEM. 9 years ago
Alvaro Herrera 890614d2b3 Display WAL pointer in rm_redo error callback 9 years ago
Tom Lane 3c69b33f45 Add a few comments about ANALYZE's strategy for collecting MCVs. 9 years ago
Tom Lane 391159e03a Partially revert commit 3d3bf62f30. 9 years ago
Alvaro Herrera c9ff752a85 Silence compiler warning 9 years ago
Tom Lane 2bbe9112ae Add a \gexec command to psql for evaluation of computed queries. 9 years ago
Tom Lane 66229ac004 Introduce a LOG_SERVER_ONLY ereport level, which is never sent to client. 9 years ago
Tom Lane 58666ed28a Fix latent portability issue in pgwin32_dispatch_queued_signals(). 9 years ago
Teodor Sigaev eb7308d298 Fix typo 9 years ago
Teodor Sigaev 9b27aebe71 fix typo 9 years ago
Dean Rasheed 84f9a35e39 Improve estimate of distinct values in estimate_num_groups(). 9 years ago
Simon Riggs bf08f2292f Avoid archiving XLOG_RUNNING_XACTS on idle server 9 years ago
Tom Lane a75a418d07 Clean up dubious code in contrib/seg. 9 years ago
Tom Lane 8f75fd1f40 Fix contrib/bloom to not fail under CLOBBER_CACHE_ALWAYS. 9 years ago
Tom Lane a9284849b4 Clean up some stuff in new contrib/bloom module. 9 years ago