Commit Graph

40204 Commits (cf223c3bf5ba16232147c66b5fef4037aafe747c)
 

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