Commit Graph

39099 Commits (ac7cbf4fb00a8a0f8348653b954c4c75880997aa)
 

Author SHA1 Message Date
Peter Eisentraut ac7cbf4fb0 doc: Tweak "cube" index entry 10 years ago
Andres Freund aa29c1ccd9 Remove legacy multixact truncation support. 10 years ago
Andres Freund 4f627f8973 Rework the way multixact truncations work. 10 years ago
Tom Lane 2abfd9d5e9 Second try at fixing O(N^2) problem in foreign key references. 10 years ago
Tom Lane 77130fc148 Further fix for psql's code for locale-aware formatting of numeric output. 10 years ago
Tom Lane 6325527d84 Further fix for psql's code for locale-aware formatting of numeric output. 10 years ago
Tom Lane 4778a0bdaa Fix psql's code for locale-aware formatting of numeric output. 10 years ago
Tom Lane 39df0f150c Allow planner to use expression-index stats for function calls in WHERE. 10 years ago
Tom Lane 76f965ff1f Improve handling of collations in contrib/postgres_fdw. 10 years ago
Robert Haas 9f1255ac85 Don't zero opfuncid when reading nodes. 10 years ago
Fujii Masao 18d938de7a Make pg_controldata report newest XID with valid commit timestamp 10 years ago
Andres Freund 020235a575 Lower *_freeze_max_age minimum values. 10 years ago
Tom Lane 82e1ba7fd6 Make ANALYZE compute basic statistics even for types with no "=" operator. 10 years ago
Robert Haas a0d9f6e434 Add readfuncs.c support for plan nodes. 10 years ago
Robert Haas 4fe6f72bda Print a MergeJoin's mergeNullsFirst array as bool, not int. 10 years ago
Teodor Sigaev dc943ad952 Allow autoanalyze to add pages deleted from pending list to FSM 10 years ago
Robert Haas 262e56bcae Teach planstate_tree_walker about custom scans. 10 years ago
Tom Lane b1d5cc375b Docs: fix typo in to_char() example. 10 years ago
Andres Freund eef34e5236 test_decoding: Protect against rare spurious test failures. 10 years ago
Andres Freund 98d5b084d2 Correct value of LW_SHARED_MASK. 10 years ago
Andres Freund d9cb34abb4 Add some notes about coding conventions do the docs. 10 years ago
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