Commit Graph

42383 Commits (ac2b09508834c9d6b7ec9467e876213b0304c792)
 

Author SHA1 Message Date
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
Peter Eisentraut 63e5d02af3 doc: Remove remark elements 9 years ago
Robert Haas 75a1cbdc3c hash: Fix write-ahead logging bug. 9 years ago
Kevin Grittner 4deb413813 Add isolation test for SERIALIZABLE READ ONLY DEFERRABLE. 9 years ago
Peter Eisentraut e59b74a3fc dblink: Small code rearrangement for clarity 9 years ago
Peter Eisentraut afd79873a0 Capitalize names of PLs consistently 9 years ago
Peter Eisentraut 193f5f9e91 pageinspect: Add bt_page_items function with bytea argument 9 years ago
Kevin Grittner 5ebeb579b9 Follow-on cleanup for the transition table patch. 9 years ago
Simon Riggs 9a3215026b Make min_wal_size/max_wal_size use MB internally 9 years ago
Simon Riggs cd740c0dbf Fix uninitialized variables in twophase.c 9 years ago
Andres Freund bae9b80160 Force synchronous commit in new-ish test_decoding test. 9 years ago
Andres Freund 490e9a98ff Fix two valgrind issues in slab allocator. 9 years ago
Andrew Dunstan e75a78656b Clarify documentation of to_tsvector(json(b)) 9 years ago
Simon Riggs 728bd991c3 Speedup 2PC recovery by skipping two phase state files in normal path 9 years ago
Peter Eisentraut 60a0b2ec89 Adjust min/max values when changing sequence type 9 years ago
Robert Haas a9a7949134 Fix thinko in BitmapAdjustPrefetchIterator. 9 years ago
Peter Eisentraut d1f103c739 Fix typo 9 years ago
Peter Eisentraut 553c3bef4c psql: Add some missing tab completion 9 years ago
Stephen Frost e9c81b6016 Remove --verbose from PROVE_FLAGS 9 years ago
Peter Eisentraut fe7bbc4ddb Fix remote position tracking in logical replication 9 years ago