Commit Graph

40182 Commits (35e2e357cb054dc9e5d890fe754c56f0722f015e)
 

Author SHA1 Message Date
Magnus Hagander 35e2e357cb Add authentication parameters compat_realm and upn_usename for SSPI 9 years ago
Teodor Sigaev cb0c8cbf31 Fix possible use of uninitialised value in ts_headline() 9 years ago
Tom Lane 690c543550 Fix unstable regression test output. 9 years ago
Peter Eisentraut 7c7d4fddab Distrust external OpenSSL clients; clear err queue 9 years ago
Tom Lane 34c33a1f00 Add BSD authentication method. 9 years ago
Robert Haas af025eed53 Add combine functions for various floating-point aggregates. 9 years ago
Teodor Sigaev 38627f6878 Fix output of regression test of contrib/tsearch2 9 years ago
Teodor Sigaev 1ec4c7c055 Restore original tsquery operation numbering. 9 years ago
Andrew Dunstan 76a1c97bf2 Silence warning from modern perl about unescaped braces 9 years ago
Teodor Sigaev 386e3d7609 CREATE INDEX ... INCLUDING (column[, ...]) 9 years ago
Peter Eisentraut 339025c68f Replace printf format %i by %d 9 years ago
Andrew Dunstan 01a07e6c11 Turn down MSVC compiler verbosity 9 years ago
Peter Eisentraut 8b737f9084 Fix printf format 9 years ago
Tom Lane 93c301fc4f Fix multiple bugs in tablespace symlink removal. 9 years ago
Robert Haas 752b948dfc Document which aggregates support partial mode. 9 years ago
Teodor Sigaev 5c3c3cd0a3 Enhanced custom error in PLPythonu 9 years ago
Andres Freund 5364b357fb Increase maximum number of clog buffers. 9 years ago
Robert Haas 25fe8b5f1a Add a 'parallel_degree' reloption. 9 years ago
Robert Haas b0b64f6505 Attempt to fix breakage due to declaration following code. 9 years ago
Peter Eisentraut 2f1d2b7a75 Set PAM_RHOST item for PAM authentication 9 years ago
Teodor Sigaev 4e55b3f033 Rename comparePos() to compareWordEntryPos() 9 years ago
Fujii Masao 196b72fb9a Add regression tests for multiple synchronous standbys. 9 years ago
Robert Haas 0711803775 Use quicksort, not replacement selection, for external sorting. 9 years ago
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