Commit Graph

38971 Commits (16d4f94e67d9b5f965b593dfb9d529bd5aaaeed9)
 

Author SHA1 Message Date
Bruce Momjian 16d4f94e67 release notes: abbreviated key speedup only for varchar/text 10 years ago
Bruce Momjian 8190f2dfef 9.5 release notes: mention lack of char() sort improvements 10 years ago
Joe Conway 56c8ce8f65 Reestablish alignment of pg_controldata output. 10 years ago
Tom Lane 94324abfb9 Docs: be explicit about datatype matching for lead/lag functions. 10 years ago
Tom Lane 781ed2bfa3 Further tweak wording of error messages about bad CONTINUE/EXIT statements. 10 years ago
Tom Lane 7b5ef8f2d0 Limit the verbosity of memory context statistics dumps. 10 years ago
Tom Lane e39c4afcfa Fix potential platform dependence in gist regression test. 10 years ago
Tom Lane 18391a8f06 Tweak wording of syntax error messages about bad CONTINUE/EXIT statements. 10 years ago
Tom Lane aad663a0b4 Reduce number of bytes examined by convert_one_string_to_scalar(). 10 years ago
Tom Lane 44ed65a545 Avoid use of float arithmetic in bipartite_match.c. 10 years ago
Kevin Grittner 5956b7f9e8 Fix typo in C comment. 10 years ago
Peter Eisentraut b386271594 Improve whitespace 10 years ago
Peter Eisentraut 6103b3f368 Improve spelling 10 years ago
Heikki Linnakangas e7b90c52b3 Add hint to run "pgbench -i", if test tables don't exist. 10 years ago
Tom Lane 6e5d9f278c Avoid O(N^2) behavior when enlarging SPI tuple table in spi_printtup(). 10 years ago
Tom Lane fcdfce6820 Detect mismatched CONTINUE and EXIT statements at plpgsql compile time. 10 years ago
Stephen Frost 072710dff3 Clean up roles from roleattributes test 10 years ago
Alvaro Herrera e68be16b0d Do not allow *timestamp to be passed as NULL 10 years ago
Alvaro Herrera 8c3d63c521 Remove ExecGetScanType function 10 years ago
Tom Lane f469f634ad Fix plpython crash when returning string representation of a RECORD result. 10 years ago
Tom Lane 09b3d27256 Allow record_in() and record_recv() to work for transient record types. 10 years ago
Stephen Frost 3c99788797 Rename 'cmd' to 'cmd_name' in CreatePolicyStmt 10 years ago
Stephen Frost 7ec8296e70 In AlterRole, make bypassrls an int 10 years ago
Peter Eisentraut 90a1d0aa76 doc: Whitespace and formatting fixes 10 years ago
Tom Lane a93545e13f Remove xpath namespace-handling change from 9.5 release notes. 10 years ago
Peter Eisentraut 960ea971e6 Update config.guess and config.sub 10 years ago
Kevin Grittner 1cac8c9820 Fix bug in calculations of hash join buckets. 10 years ago
Tom Lane 2edb949115 Fix a few bogus statement type names in plpgsql error messages. 10 years ago
Robert Haas db5a703bf6 psql: Make EXECUTE PROCEDURE tab completion a bit narrower. 10 years ago
Tom Lane d3eaab3ef0 Fix performance bug from conflict between two previous improvements. 10 years ago
Andres Freund 47ebbdcee7 docs: Fix "typo" introduced in 3f811c2d. 10 years ago
Andres Freund 6cf72879e9 Improve configure test for the sse4.2 crc instruction. 10 years ago
Heikki Linnakangas 0e8efed59e Fix reporting of skipped transactions in pgbench. 10 years ago
Tom Lane 522400a519 Add docs about postgres_fdw's setting of search_path and other GUCs. 10 years ago
Tom Lane 5869cbfef4 Improve documentation about MVCC-unsafe utility commands. 10 years ago
Tom Lane 83604cc423 Repair unsafe use of shared typecast-lookup table in plpgsql DO blocks. 10 years ago
Andres Freund e95126cf04 Don't use function definitions looking like old-style ones. 10 years ago
Andres Freund f9dec81a54 Correct type of waitMode variable in ExecInsertIndexTuples(). 10 years ago
Andres Freund 1d4bd77568 vacuumdb: Don't assign negative values to a boolean. 10 years ago
Andres Freund 6c772c7453 Don't use 'bool' as a struct member name in help_config.c. 10 years ago
Andres Freund a8015fe7f5 Use the correct type for TableInfo->relreplident. 10 years ago
Robert Haas 8bd42fe5c7 Remove unused expected-output file. 10 years ago
Robert Haas 5243a35825 Remove bogus step from test_decoding isolation tests. 10 years ago
Robert Haas 43b4a16817 Reject isolation test specifications with duplicate step names. 10 years ago
Noah Misch ec79978dd0 Encoding PG_UHC is code page 949. 10 years ago
Noah Misch 43adc7a714 Restore old pgwin32_message_to_UTF16() behavior outside transactions. 10 years ago
Peter Eisentraut 845405a7d8 Update key words table for 9.5 10 years ago
Simon Riggs 47167b7907 Reduce lock levels for ALTER TABLE SET autovacuum storage options 10 years ago
Peter Eisentraut f16d52269a PL/Python: Make tests pass with Python 3.5 10 years ago
Alvaro Herrera d67616c743 MSVC: Exclude 'brin' contrib module 10 years ago