Commit Graph

38944 Commits (bd313ba8a91a19659bf92014df96f7e58bfdd2fe)
 

Author SHA1 Message Date
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
Teodor Sigaev 552723a3bf Update site address of Snowball project 10 years ago
Greg Stark c11100d0fa Move DTK_ISODOW DTK_DOW and DTK_DOY to be type UNITS rather than 10 years ago
Tom Lane 5692b4acb2 Fix CreateTableSpace() so it will compile without HAVE_SYMLINK. 10 years ago
Heikki Linnakangas 25600c42e0 Fix misc typos. 10 years ago
Tatsuo Ishii b1cbc8529d Fix brin index summarizing while vacuuming. 10 years ago
Tom Lane a2538da89f Fix subtransaction cleanup after an outer-subtransaction portal fails. 11 years ago
Fujii Masao cb9cc382b4 Document that max_worker_processes must be high enough in standby. 11 years ago
Noah Misch 8d60549d6d Disable fsync throughout TAP test suites. 11 years ago
Tom Lane e2e78accca Document that PL/Python now returns floats using repr() not str(). 11 years ago
Bruce Momjian 813e08123b pg_upgrade docs: clarify rsync and move verification step 11 years ago
Robert Haas b8a439b650 Allow notifications to bgworkers without database connections. 11 years ago
Alvaro Herrera c1564b3928 Use <substeps> in pg_upgrade's procedure 11 years ago
Bruce Momjian 06502185d8 docs: remove outdated note about unique indexes 11 years ago
Bruce Momjian bda58e98d5 psql: print longtable as a possible \pset option 11 years ago
Magnus Hagander bafeb010b2 Small grammar fix 11 years ago
Joe Conway 1c419abffb Fix sepgsql regression tests. 11 years ago