Commit Graph

39621 Commits (7191ce8bea0cb110a28faef178efa92bf456e030)
 

Author SHA1 Message Date
Robert Haas 7191ce8bea Make all built-in lwlock tranche IDs fixed. 10 years ago
Alvaro Herrera 1d0c3b3f8a pgbench: allow per-script statistics 10 years ago
Robert Haas 64f5edca24 pgbench: Install guards against obscure overflow conditions. 10 years ago
Fujii Masao 89611c4dfa Various fixes to "ALTER ... SET/RESET" tab completions 10 years ago
Michael Meskes 7a58d19b0c Make sure ecpg header files do not have a comment lasting several lines, one of 10 years ago
Magnus Hagander e51ab85cd9 Fix typos in comments 10 years ago
Heikki Linnakangas 61ce1e8f15 Fix misspelled function name in comment. 10 years ago
Andrew Dunstan 7dc09c1384 Fix error in documentated use of mingw-w64 compilers 10 years ago
Peter Eisentraut 9217bf3961 Fix whitespace 10 years ago
Robert Haas cc592c48c5 postgres_fdw: More preliminary refactoring for upcoming join pushdown. 10 years ago
Robert Haas 2251179e6a Migrate replication slot I/O locks into a separate tranche. 10 years ago
Robert Haas b319356f0e Migrate PGPROC's backendLock into PGPROC itself, using a new tranche. 10 years ago
Alvaro Herrera b603766496 pgbench: refactor handling of stats tracking 10 years ago
Tom Lane 7e22470471 Fix incorrect pattern-match processing in psql's \det command. 10 years ago
Fujii Masao c35c4ec454 Fix syntax descriptions for replication commands in logicaldecoding.sgml 10 years ago
Robert Haas b88ef201d4 postgres_fdw: Refactor deparsing code for locking clauses. 10 years ago
Robert Haas fbe5a3fb73 Only try to push down foreign joins if the user mapping OIDs match. 10 years ago
Robert Haas 2f6b041f76 Add missing quotation mark. 10 years ago
Robert Haas 96198d94cb Avoid multiple foreign server connections when all use same user mapping. 10 years ago
Robert Haas 80db1ca2d7 Add [NO]BYPASSRLS options to CREATE USER and ALTER USER docs. 10 years ago
Alvaro Herrera e37483857d Fix spi_worker mention in bgworker documentation 10 years ago
Fujii Masao 62e2ddd4ca Fix typos in comments and doc 10 years ago
Fujii Masao 7f46eaf035 Add gin_clean_pending_list function to clean up GIN pending list 10 years ago
Robert Haas eaf7b1f643 Assert that create_unique_path returns non-NULL. 10 years ago
Robert Haas 025b2f3392 Fix cross-version pg_dump for aggregate combine functions. 10 years ago
Fujii Masao e09507a272 Fix volatility marking of pg_size_pretty function 10 years ago
Alvaro Herrera 8bea3d2219 pgbench: improve multi-script support 10 years ago
Alvaro Herrera 5b3cc1af2f Mostly mechanical cleanup of pgbench 10 years ago
Tom Lane b8682a7155 Fix startup so that log prefix %h works for the log_connections message. 10 years ago
Tom Lane cc988fbb0b Improve ResourceOwners' behavior for large numbers of owned objects. 10 years ago
Kevin Grittner 879d71393d Various fixes to REFRESH MATERIALIZED VIEW tab completion. 10 years ago
Tatsuo Ishii ad2e233385 Revert "Fix broken multibyte regression tests." 10 years ago
Simon Riggs 1129c2b0ad Correct comment in GetConflictingVirtualXIDs() 10 years ago
Tom Lane 00347575e2 Yet further adjust degree-based trig functions for more portability. 10 years ago
Tom Lane 360f67d31a Still further adjust degree-based trig functions for more portability. 10 years ago
Tom Lane 65abaab547 Further adjust degree-based trig functions for more portability. 10 years ago
Tom Lane 73193d82d7 Adjust degree-based trig functions for more portability. 10 years ago
Peter Eisentraut 6ae4c8de00 psql: Improve completion of FDW DDL commands 10 years ago
Alvaro Herrera df43fcf457 pg_dump: Fix quoting of domain constraint names 10 years ago
Tom Lane e1bd684a34 Add trigonometric functions that work in degrees. 10 years ago
Tom Lane fd5200c3dc Improve cross-platform consistency of Inf/NaN handling in trig functions. 10 years ago
Tom Lane 80aa219146 Improve levenshtein() docs. 10 years ago
Tom Lane a396144ac0 Remove new coupling between NAMEDATALEN and MAX_LEVENSHTEIN_STRLEN. 10 years ago
Tom Lane 647d87c56a Make extract() do something more reasonable with infinite datetimes. 10 years ago
Tom Lane d9b9289c83 Suppress compiler warning. 10 years ago
Tom Lane be44ed27b8 Improve index AMs' opclass validation procedures. 10 years ago
Tom Lane b99551832e Add defenses against putting expanded objects into Const nodes. 10 years ago
Fujii Masao 38710a374e Remove unused argument from ginInsertCleanup() 10 years ago
Simon Riggs c80b31d557 Refactor headers to split out standby defs 10 years ago
Simon Riggs 978b2f65aa Speedup 2PC by skipping two phase state files in normal path 10 years ago