Commit Graph

39064 Commits (d63a1720fa0b2ca8452c3a2aa2f6ddbb4f05b640)
 

Author SHA1 Message Date
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
Tom Lane 87efbc2be1 Fix setrefs.c comment properly. 10 years ago
Stephen Frost 1e460d4bd6 Fix typo in setrefs.c 10 years ago
Tom Lane 91cf3135b9 Fix minor bug in regexp makesearch() function. 10 years ago
Teodor Sigaev 223936e226 Fix oversight in 013ebc0a7b commit 10 years ago
Teodor Sigaev 013ebc0a7b Microvacuum for GIST 10 years ago
Fujii Masao 96f6a0cb41 Remove files signaling a standby promotion request at postmaster startup 10 years ago
Stephen Frost c3e0ddd403 Lock all relations referred to in updatable views 10 years ago
Andres Freund 3ae16798f0 psql: Generic tab completion support for enum and bool GUCs. 10 years ago
Fujii Masao 043113e798 Add gin_fuzzy_search_limit to postgresql.conf.sample. 10 years ago
Fujii Masao 2f8880704a Improve tab-completion for GRANT and REVOKE. 10 years ago
Alvaro Herrera 1aba62ec63 Allow per-tablespace effective_io_concurrency 10 years ago
Alvaro Herrera 665a00c9e2 Fix error message wording in previous sslinfo commit 10 years ago
Alvaro Herrera 49124613f1 contrib/sslinfo: add ssl_extension_info SRF 10 years ago
Noah Misch 582fbffb0c In the pg_rewind test suite, receive WAL fully before promoting. 10 years ago