Commit Graph

39078 Commits (84ae1af8f48fc910bbdacee4fc26a2145dc09657)
 

Author SHA1 Message Date
Peter Eisentraut 84ae1af8f4 doc: Tweak synopsis indentation for consistency 10 years ago
Peter Eisentraut 741ccd5015 Use gender-neutral language in documentation 10 years ago
Peter Eisentraut 13200777e7 Fix whitespace 10 years ago
Tom Lane 246693e5ae Fix possible internal overflow in numeric multiplication. 10 years ago
Noah Misch 7f11724bd6 Remove the SECURITY_ROW_LEVEL_DISABLED security context bit. 10 years ago
Noah Misch 537bd178c7 Remove the row_security=force GUC value. 10 years ago
Noah Misch 8346218c02 Restrict file mode creation mask during tmpfile(). 10 years ago
Tom Lane ba51774d87 Be more wary about partially-valid LOCALLOCK data in RemoveLocalLock(). 10 years ago
Peter Eisentraut 85eda7e92c Simplify GETTEXT_FILES list 10 years ago
Peter Eisentraut 4a1e15e4a9 Add missing serial comma 10 years ago
Peter Eisentraut f2dd10613e Remove trailing slashes from directories in find command 10 years ago
Robert Haas 4a4e6893aa Glue layer to connect the executor to the shm_mq mechanism. 10 years ago
Andrew Dunstan c00c3249e3 Cache argument type information in json(b) aggregate functions. 10 years ago
Tom Lane d9c0c728af Fix low-probability memory leak in regex execution. 10 years ago
Teodor Sigaev d63a1720fa Add header forgotten in 213335c145 10 years ago
Peter Eisentraut 213335c145 Order some new options on man pages more sensibly, minor improvements 10 years ago
Teodor Sigaev 9acb9007de Fix oversight in tsearch type check 10 years ago
Andrew Dunstan 5f7c804ba1 Honour TEMP_CONFIG when testing pg_upgrade 10 years ago
Robert Haas 8dd401aa07 Add new function planstate_tree_walker. 10 years ago
Michael Meskes 293fd7c77e Let compiler handle size calculation of bool types. 10 years ago
Teodor Sigaev 22f519c92a Fix bug introduced by microvacuum for GiST 10 years ago
Robert Haas 7aea8e4f2d Determine whether it's safe to attempt a parallel plan for a query. 10 years ago
Tom Lane b44d92b67b Sync regex code with Tcl 8.6.4. 10 years ago
Tom Lane d0f18cde7e Fix documentation of regular expression character-entry escapes. 10 years ago
Tom Lane 4d0fc1d54b Don't use "#" as an abbreviation for "number" in PL/Tcl error messages. 10 years ago
Tom Lane ad584a08c1 Remove no-longer-used T_PrivGrantee node tag. 10 years ago
Teodor Sigaev 1def9063ca pgbench progress with timestamp 10 years ago
Peter Eisentraut 5878a377ba Review program help output for wording and formatting 10 years ago
Stephen Frost 4f3b2a8883 Enforce ALL/SELECT policies in RETURNING for RLS 10 years ago
Stephen Frost 22eaf35c1d RLS refactoring 10 years ago
Peter Eisentraut 000a21336b Fix whitespace 10 years ago
Tom Lane 3d9e8db9e5 Revert "Fix an O(N^2) problem in foreign key references". 10 years ago
Stephen Frost 6820094d1a Add POLICY to COMMENT documentation 10 years ago
Fujii Masao 05ec71eea2 Fix comment regarding the meaning of infinity for timeline history entry 10 years ago
Fujii Masao 10fbb79f1a Improve log messages related to tablespace_map file 10 years ago
Teodor Sigaev 0f75928516 Fix wrong comment in commit d02426029b 10 years ago
Teodor Sigaev d02426029b Check existency of table/schema for -t/-n option (pg_dump/pg_restore) 10 years ago
Peter Eisentraut b5217d6968 Add noreturn attribute 10 years ago
Andrew Dunstan e7e3ac2d51 Fix the fastpath rule for jsonb_concat with an empty operand. 10 years ago
Peter Eisentraut c193b8ca9d doc: Remove dead links 10 years ago
Stephen Frost e7bf508e6b Fix typo in create_policy.sgml 10 years ago
Peter Eisentraut b2ae8f1e35 Update SQL features list 10 years ago
Robert Haas a7212a9997 Install lwlocknames.h even in vpath builds. 10 years ago
Bruce Momjian 7f8d090b89 pg_dump, pg_upgrade: allow postgres/template1 tablespace moves 10 years ago
Robert Haas 2ccc4e972e Fix build problems in commit aa65de042f. 10 years ago
Alvaro Herrera 5cd6538345 Add missing ReleaseBuffer call in BRIN revmap code 10 years ago
Kevin Grittner 5ddc72887a Fix an O(N^2) problem in foreign key references. 10 years ago
Robert Haas aa65de042f When trace_lwlocks is used, identify individual lwlocks by name. 10 years ago
Fujii Masao a1b2888517 Correct description of PageHeaderData layout in documentation 10 years ago
Peter Eisentraut 103ef20211 doc: Spell checking 10 years ago