Commit Graph

39679 Commits (019e78813760e664a85f505b5953d362a2b468cc)
 

Author SHA1 Message Date
Peter Eisentraut 7d17e683fc Add support for systemd service notifications 10 years ago
Peter Eisentraut ac7238dc0f Improve error reporting when location specified by postgres -D does not exist 10 years ago
Tom Lane 2808a2e0f3 Remove printQueryOpt.quote field. 10 years ago
Alvaro Herrera 3cb5867b7d Don't test for system columns on join relations 10 years ago
Tom Lane 2ad83fff22 Remove unnecessary "implementation of FOO operator" DESCR() entries. 10 years ago
Tom Lane a4627e8fd4 Fix pg_description entries for jsonb_to_record() and jsonb_to_recordset(). 10 years ago
Magnus Hagander 23f3cc36ed Fix typo in comment 10 years ago
Teodor Sigaev f25d07d99f Fix lossy KNN GiST when ordering operator returns non-float8 value. 10 years ago
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