Commit Graph

42402 Commits (453aaf76880b42eb5f205933d2422fe7c773b06f)
 

Author SHA1 Message Date
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
Peter Eisentraut 3217327053 Identity columns 9 years ago
Simon Riggs 6bad580d9e Avoid SnapshotResetXmin() during AtEOXact_Snapshot() 9 years ago
Heikki Linnakangas fd01983594 Remove dead code and fix comments in fast-path function handling. 9 years ago
Andres Freund 5c21ad07cc Code review for recent slot.c changes. 9 years ago
Tom Lane df1a699e5b Fix integer-overflow problems in interval comparison. 9 years ago
Simon Riggs 68ea2b7f9b Reduce lock level for CREATE STATISTICS 9 years ago
Simon Riggs 2686ee1b7c Collect and use multi-column dependency stats 9 years ago
Simon Riggs 00b6b6feb1 Allow --with-wal-segsize=n up to n=1024MB 9 years ago
Simon Riggs ed770c325c Spelling mistake in comment in utility.c 9 years ago
Robert Haas 633e15ea0f Fix pageinspect failures on hash indexes. 9 years ago
Peter Eisentraut 6785fbd60f Use American English in error message 9 years ago