Commit Graph

38893 Commits (d03f3314b35cc4ac2be832cf63ae67a69ee4d93c)
 

Author SHA1 Message Date
Stephen Frost d03f3314b3 Ensure locks are acquired on RLS-added relations 10 years ago
Peter Eisentraut aed688eb73 Simplify Perl chmod calls 10 years ago
Bruce Momjian 440fc48cac dblink docs: fix typo to use "connname" (3 n's), not "conname" 10 years ago
Bruce Momjian ce56a649cf release notes: abbreviated key speedup only for varchar/text 10 years ago
Bruce Momjian aa9630cce0 release notes: backpatch removal of xpath item to 9.5 tree 10 years ago
Bruce Momjian 63c6522dae 9.5 release notes: mention lack of char() sort improvements 10 years ago
Joe Conway bff62dfb87 Reestablish alignment of pg_controldata output. 10 years ago
Tom Lane 7c0c4d07e7 Docs: be explicit about datatype matching for lead/lag functions. 10 years ago
Tom Lane b8c91352a2 Fix potential platform dependence in gist regression test. 10 years ago
Tom Lane 4022f94c35 Avoid use of float arithmetic in bipartite_match.c. 10 years ago
Kevin Grittner 57823244ad Fix typo in C comment. 10 years ago
Peter Eisentraut 27347c4841 Improve whitespace 10 years ago
Peter Eisentraut 63b04a3762 Improve spelling 10 years ago
Tom Lane 68a14ca74b Avoid O(N^2) behavior when enlarging SPI tuple table in spi_printtup(). 10 years ago
Stephen Frost 93fcb4ae3e Clean up roles from roleattributes test 10 years ago
Alvaro Herrera d6968e6257 Do not allow *timestamp to be passed as NULL 10 years ago
Tom Lane 19446280fc Fix plpython crash when returning string representation of a RECORD result. 10 years ago
Tom Lane 20bef3fe2e Allow record_in() and record_recv() to work for transient record types. 10 years ago
Stephen Frost 49f9a2831b Rename 'cmd' to 'cmd_name' in CreatePolicyStmt 10 years ago
Stephen Frost 0070fd8d3c In AlterRole, make bypassrls an int 10 years ago
Peter Eisentraut 338a862256 doc: Whitespace and formatting fixes 10 years ago
Peter Eisentraut f17e247173 Update config.guess and config.sub 10 years ago
Kevin Grittner 24bf2ee222 Fix bug in calculations of hash join buckets. 10 years ago
Tom Lane 4c3754ffe0 Fix a few bogus statement type names in plpgsql error messages. 10 years ago
Robert Haas f25087d26a psql: Make EXECUTE PROCEDURE tab completion a bit narrower. 10 years ago
Andres Freund 2c5c11ae9e Improve configure test for the sse4.2 crc instruction. 10 years ago
Tom Lane 9a18a2bfb9 Add docs about postgres_fdw's setting of search_path and other GUCs. 10 years ago
Tom Lane 656363d839 Improve documentation about MVCC-unsafe utility commands. 10 years ago
Tom Lane 1f6a7eba46 Repair unsafe use of shared typecast-lookup table in plpgsql DO blocks. 10 years ago
Andres Freund 6942663d1b Correct type of waitMode variable in ExecInsertIndexTuples(). 10 years ago
Andres Freund 32951f9aa9 vacuumdb: Don't assign negative values to a boolean. 10 years ago
Andres Freund d19c1b0b24 Don't use 'bool' as a struct member name in help_config.c. 10 years ago
Andres Freund feb473a57a Use the correct type for TableInfo->relreplident. 10 years ago
Noah Misch f19ad6fbe4 Encoding PG_UHC is code page 949. 10 years ago
Noah Misch 92516bf195 Restore old pgwin32_message_to_UTF16() behavior outside transactions. 10 years ago
Peter Eisentraut b435f191ab Update key words table for 9.5 10 years ago
Alvaro Herrera 7321841b7c MSVC: Exclude 'brin' contrib module 11 years ago
Alvaro Herrera ae372e60b9 Re-add BRIN isolation test 11 years ago
Tom Lane 657cdb3a21 Improve regression test case to avoid depending on system catalog stats. 11 years ago
Alvaro Herrera 1136971dae Use materialize SRF mode in brin_page_items 11 years ago
Michael Meskes edebddbb84 Fix declaration of isarray variable. 11 years ago
Alvaro Herrera 652ca927ca Fix unitialized variables 11 years ago
Tom Lane ec94bc1473 Undo mistaken tightening in join_is_legal(). 11 years ago
Alvaro Herrera fc0a640230 Close some holes in BRIN page assignment 11 years ago
Andres Freund 2e6f6f3abe Handle PQresultErrorField(PG_DIAG_SQLSTATE) returning NULL in streamutil.c. 11 years ago
Andres Freund 43a8ed26c9 Fix two off-by-one errors in bufmgr.c. 11 years ago
Tom Lane c5bfcc18a0 Fix some possible low-memory failures in regexp compilation. 11 years ago
Andres Freund 58d2e7fb70 Minor cleanups in slot related code. 11 years ago
Tom Lane 1cd4685167 Fix privilege dumping from servers too old to have that type of privilege. 11 years ago
Tom Lane f8e4e0e3f3 Accept alternate spellings of __sparcv7 and __sparcv8. 11 years ago