Commit Graph

40185 Commits (8b65cf4c5edabdcae45ceaef7b9ac236879aae50)
 

Author SHA1 Message Date
Kevin Grittner 8b65cf4c5e Modify BufferGetPage() to prepare for "snapshot too old" feature 10 years ago
Stephen Frost 689f9a0588 In dumpTable, re-instate the skipping logic 10 years ago
Teodor Sigaev 8b99edefca Revert CREATE INDEX ... INCLUDING ... 10 years ago
Magnus Hagander 35e2e357cb Add authentication parameters compat_realm and upn_usename for SSPI 10 years ago
Teodor Sigaev cb0c8cbf31 Fix possible use of uninitialised value in ts_headline() 10 years ago
Tom Lane 690c543550 Fix unstable regression test output. 10 years ago
Peter Eisentraut 7c7d4fddab Distrust external OpenSSL clients; clear err queue 10 years ago
Tom Lane 34c33a1f00 Add BSD authentication method. 10 years ago
Robert Haas af025eed53 Add combine functions for various floating-point aggregates. 10 years ago
Teodor Sigaev 38627f6878 Fix output of regression test of contrib/tsearch2 10 years ago
Teodor Sigaev 1ec4c7c055 Restore original tsquery operation numbering. 10 years ago
Andrew Dunstan 76a1c97bf2 Silence warning from modern perl about unescaped braces 10 years ago
Teodor Sigaev 386e3d7609 CREATE INDEX ... INCLUDING (column[, ...]) 10 years ago
Peter Eisentraut 339025c68f Replace printf format %i by %d 10 years ago
Andrew Dunstan 01a07e6c11 Turn down MSVC compiler verbosity 10 years ago
Peter Eisentraut 8b737f9084 Fix printf format 10 years ago
Tom Lane 93c301fc4f Fix multiple bugs in tablespace symlink removal. 10 years ago
Robert Haas 752b948dfc Document which aggregates support partial mode. 10 years ago
Teodor Sigaev 5c3c3cd0a3 Enhanced custom error in PLPythonu 10 years ago
Andres Freund 5364b357fb Increase maximum number of clog buffers. 10 years ago
Robert Haas 25fe8b5f1a Add a 'parallel_degree' reloption. 10 years ago
Robert Haas b0b64f6505 Attempt to fix breakage due to declaration following code. 10 years ago
Peter Eisentraut 2f1d2b7a75 Set PAM_RHOST item for PAM authentication 10 years ago
Teodor Sigaev 4e55b3f033 Rename comparePos() to compareWordEntryPos() 10 years ago
Fujii Masao 196b72fb9a Add regression tests for multiple synchronous standbys. 10 years ago
Robert Haas 0711803775 Use quicksort, not replacement selection, for external sorting. 10 years ago
Robert Haas 719c84c1be Extend relations multiple blocks at a time to improve scalability. 10 years ago
Fujii Masao 8643b91ecf Fix a couple of places in doc that implied there was only one sync standby. 10 years ago
Simon Riggs 137805f89a Use Foreign Key relationships to infer multi-column join selectivity 10 years ago
Stephen Frost 6928484bda GRANT rights to CURRENT_USER instead of adding roles 10 years ago
Teodor Sigaev 3308467905 Zeroing unused parts ducring tsquery construction. 10 years ago
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