Commit Graph

38960 Commits (59d765b6554093701329be935b52d82d9af01401)
 

Author SHA1 Message Date
Tom Lane 59d765b655 Improve handling of collations in contrib/postgres_fdw. 10 years ago
Fujii Masao eac3b3365e Make pg_controldata report newest XID with valid commit timestamp 10 years ago
Andres Freund ef4fccd2b6 Lower *_freeze_max_age minimum values. 10 years ago
Tom Lane cfb2024ae4 Make ANALYZE compute basic statistics even for types with no "=" operator. 10 years ago
Tom Lane fe6d2ab473 Docs: fix typo in to_char() example. 10 years ago
Andres Freund 55728ea501 test_decoding: Protect against rare spurious test failures. 10 years ago
Andres Freund 62e503b0c2 Correct value of LW_SHARED_MASK. 10 years ago
Peter Eisentraut 265728e1b6 doc: Tweak synopsis indentation for consistency 10 years ago
Peter Eisentraut a8bb248141 Fix whitespace 10 years ago
Tom Lane 3dfffac701 Fix possible internal overflow in numeric multiplication. 10 years ago
Noah Misch bbdb9dfbc3 Remove the SECURITY_ROW_LEVEL_DISABLED security context bit. 10 years ago
Noah Misch 6dae6edcd8 Remove the row_security=force GUC value. 10 years ago
Noah Misch 1be9d65e17 Restrict file mode creation mask during tmpfile(). 10 years ago
Tom Lane 3d3bc2905f Be more wary about partially-valid LOCALLOCK data in RemoveLocalLock(). 10 years ago
Michael Meskes b46f5ebd9c Let compiler handle size calculation of bool types. 10 years ago
Peter Eisentraut 866a034c3f Simplify GETTEXT_FILES list 10 years ago
Peter Eisentraut bd313ba8a9 Add missing serial comma 10 years ago
Andrew Dunstan 1e1ae6e0b0 Cache argument type information in json(b) aggregate functions. 10 years ago
Tom Lane a39331fa57 Fix low-probability memory leak in regex execution. 10 years ago
Peter Eisentraut e8e2999470 Order some new options on man pages more sensibly, minor improvements 10 years ago
Andrew Dunstan 104184d956 Honour TEMP_CONFIG when testing pg_upgrade 10 years ago
Tom Lane d97bdb0826 Fix documentation of regular expression character-entry escapes. 10 years ago
Tom Lane 3047a9b9ef Don't use "#" as an abbreviation for "number" in PL/Tcl error messages. 10 years ago
Tom Lane 5b7aef8513 Remove no-longer-used T_PrivGrantee node tag. 10 years ago
Peter Eisentraut ea00ff5f10 Review program help output for wording and formatting 10 years ago
Stephen Frost 68b5201128 Enforce ALL/SELECT policies in RETURNING for RLS 10 years ago
Stephen Frost 23a4b897f7 RLS refactoring 10 years ago
Tom Lane ed301d6dbe Revert "Fix an O(N^2) problem in foreign key references". 10 years ago
Stephen Frost 225f539bd0 Add POLICY to COMMENT documentation 10 years ago
Fujii Masao fb98859ea0 Improve log messages related to tablespace_map file 10 years ago
Andrew Dunstan f243072a9c Fix the fastpath rule for jsonb_concat with an empty operand. 10 years ago
Peter Eisentraut 63c0f5b20b doc: Remove dead links 10 years ago
Stephen Frost dc3573b5d3 Fix typo in create_policy.sgml 10 years ago
Peter Eisentraut d96c80c1d6 Update SQL features list 10 years ago
Bruce Momjian 3243fce882 pg_dump, pg_upgrade: allow postgres/template1 tablespace moves 10 years ago
Alvaro Herrera 25b3ddd1de Add missing ReleaseBuffer call in BRIN revmap code 10 years ago
Kevin Grittner 974f910b64 Fix an O(N^2) problem in foreign key references. 10 years ago
Fujii Masao 5b0317b5af Correct description of PageHeaderData layout in documentation 10 years ago
Peter Eisentraut 683bfbdb99 doc: Spell checking 10 years ago
Tom Lane edebc04dbd Fix setrefs.c comment properly. 10 years ago
Stephen Frost 9adaccab2a Fix typo in setrefs.c 10 years ago
Tom Lane d76113dda7 Fix minor bug in regexp makesearch() function. 10 years ago
Fujii Masao 65f37b3e9b Remove files signaling a standby promotion request at postmaster startup 10 years ago
Stephen Frost 9801bae217 Lock all relations referred to in updatable views 10 years ago
Fujii Masao 97b7b9560f Add gin_fuzzy_search_limit to postgresql.conf.sample. 10 years ago
Alvaro Herrera bbbe5a9d8a Fix error message wording in previous sslinfo commit 10 years ago
Noah Misch 58feb1a94a In the pg_rewind test suite, receive WAL fully before promoting. 10 years ago
Alvaro Herrera 73d2d2e6a1 Add more sanity checks in contrib/sslinfo 10 years ago
Greg Stark a124240285 Change type of DOW/DOY to UNITS 10 years ago
Teodor Sigaev d592a8745f Make GIN's cleanup pending list process interruptable 10 years ago