Commit Graph

42413 Commits (9cf5c31964315181e475fc37a5e9ad2204fe3484)
 

Author SHA1 Message Date
Heikki Linnakangas 9cf5c31964 Fix indentation. 9 years ago
Heikki Linnakangas 6c4ad8b7bf Document the "replication" option in StartupMessage. 9 years ago
Joe Conway 86fa9b2d1b Make sepgsql regression tests robust vs. collation differences 9 years ago
Joe Conway 25542d77dd Add partitioned table support to sepgsql 9 years ago
Tom Lane eef8c0069e Clean up bugs in clause_selectivity() cleanup. 9 years ago
Tom Lane aba696d1af Add newly-symlinked files to "make clean" target. 9 years ago
Heikki Linnakangas 9025af3ed0 Fix the new SASLprep tests to work with non-UTF-8 locales. 9 years ago
Peter Eisentraut f0e44021df doc: Add some markup 9 years ago
Kevin Grittner c63172d60f Add GUCs for predicate lock promotion thresholds. 9 years ago
Tom Lane 9c7f5229ad Optimize joins when the inner relation can be proven unique. 9 years ago
Andres Freund f13a9121f9 Fix issues in e8fdbd58fe. 9 years ago
Peter Eisentraut 453aaf7688 doc: Add SPFLAGS to osx calls 9 years ago
Peter Eisentraut 234811c21d doc: Add missing closing tag 9 years ago
Alvaro Herrera 8acc1e0fe2 Fix printf format to use %zd when printing sizes 9 years ago
Alvaro Herrera 8bf74967da Reduce the number of pallocs() in BRIN 9 years ago
Andres Freund e8fdbd58fe Improve 64bit atomics support. 9 years ago
Peter Eisentraut 28afad5c85 Fix compiler warning 9 years ago
Peter Eisentraut 0cb2e51992 Avoid using a C++ keyword in header file 9 years ago
Alvaro Herrera 817cb10013 Fix new BRIN desummarize WAL record 9 years ago
Robert Haas 5c4488478b Use English, instead of internal names, for translatable messages. 9 years ago
Robert Haas d4116a7719 Add ProcArrayGroupUpdate wait event. 9 years ago
Tom Lane dbb2a93147 Ensure that ExecPrepareExprList's result is all in one memory context. 9 years ago
Heikki Linnakangas 0c732850d2 Remove duplicate assignment. 9 years ago
Tom Lane 89deca582a Fix planner error (or assert trap) with nested set operations. 9 years ago
Heikki Linnakangas 60f11b87a2 Use SASLprep to normalize passwords for SCRAM authentication. 9 years ago
Magnus Hagander 32e33a7979 Fix typo in comment 9 years ago
Andrew Dunstan 88dd4e4831 Remove extraneous comma to satisfy picky compiler 9 years ago
Andrew Dunstan cf35346e81 Make json_populate_record and friends operate recursively 9 years ago
Peter Eisentraut 510074f9f0 Remove use of Jade and DSSSL 9 years ago
Tom Lane 3f902354b0 Clean up after insufficiently-researched optimization of tuple conversions. 9 years ago
Simon Riggs ac2b095088 Reset API of clause_selectivity() 9 years ago
Kevin Grittner 255efa241f Fix the RTE_NAMEDTUPLESTORE case in get_rte_attribute_is_dropped(). 9 years ago
Andres Freund fa117ee403 Allow avoiding tuple copy within tuplesort_gettupleslot(). 9 years ago
Joe Conway af8a94d18d Silence uninitialized variable compiler warning in sepgsql 9 years ago
Joe Conway bd190eae36 Silence compiler warning in sepgsql 9 years ago
Andres Freund d611517fc4 Fix parallel bitmapscan tests on builds without USE_PREFETCH. 9 years ago
Alvaro Herrera 7e534adcdc Fix BRIN cost estimation 9 years ago
Andres Freund b2ff37d43c Add minimal test for EXPLAIN ANALYZE of parallel query. 9 years ago
Andres Freund 5a5931533e Increase parallel bitmap scan test coverage. 9 years ago
Peter Eisentraut 6f1b9aaae3 Fix logical replication between different encodings 9 years ago
Peter Eisentraut 5f21f5292c Mark immutable functions in information schema as parallel safe 9 years ago
Peter Eisentraut 4be613f692 pg_dump: Rename some typedefs to avoid name conflicts 9 years ago
Tom Lane 20c95f27e7 Clean up psql/describe.c's messy query for extended stats. 9 years ago
Peter Eisentraut e6c9a5a9bc Fix mixup of bool and ternary value 9 years ago
Peter Eisentraut a071fe87a2 doc: Formatting fix for XSL-FO PDF build 9 years ago
Peter Eisentraut 301ca0d9a2 Fix AclResult vs bool type mix-up 9 years ago
Alvaro Herrera b1fc51a36e Comment fixes for extended statistics 9 years ago
Peter Eisentraut dc0400cc50 Fix compiler warning and add some more comments 9 years ago
Heikki Linnakangas 07044efe00 Remove bogus SCRAM_ITERATION_LEN constant. 9 years ago
Simon Riggs cd0cebaf7d Always SnapshotResetXmin() during ClearTransaction() 9 years ago