Commit Graph

39587 Commits (360f67d31a5656991122b89c9ca22a860f41512c)
 

Author SHA1 Message Date
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
Peter Eisentraut d0f2f53cd6 psql: Add tab completion for COPY with query 10 years ago
Simon Riggs 422a55a687 Refactor to create generic WAL page read callback 10 years ago
Robert Haas 45be99f8cd Support parallel joins, and make related improvements. 10 years ago
Robert Haas a7de3dc5c3 Support multi-stage aggregation. 10 years ago
Alvaro Herrera c8642d909f PostgresNode: Add names to nodes 10 years ago
Bruce Momjian 216d568432 Properly install dynloader.h on MSVC builds 10 years ago
Tom Lane dbe2328959 Fix assorted inconsistencies in GIN opclass support function declarations. 10 years ago
Alvaro Herrera 948c97958b Add two HyperLogLog functions 10 years ago
Tom Lane 9ff60273e3 Fix assorted inconsistencies in GiST opclass support function declarations. 10 years ago
Andrew Dunstan 53c949c1be Remove Cygwin-specific code from pg_ctl 10 years ago
Tatsuo Ishii 85f22281a1 Fix typo. 10 years ago
Tom Lane 49b4950650 Add explicit cast to amcostestimate call. 10 years ago
Tom Lane 65c5fcd353 Restructure index access method API to hide most of it at the C level. 10 years ago
Tom Lane 8d290c8ec6 Re-pgindent a few files. 10 years ago
Tom Lane 57ce9acc04 Remove dead code in pg_dump. 10 years ago
Peter Eisentraut 4189e3d659 psql: Add completion support for DROP INDEX CONCURRENTLY 10 years ago
Magnus Hagander cf7dfbf2d6 Fix minor typo in comment 10 years ago
Robert Haas 23c2dd03d5 Fix spelling mistakes. 10 years ago
Tom Lane a923af382c Fix build_grouping_chain() to not clobber its input lists. 10 years ago
Magnus Hagander 6a61d1ff9d Properly close token in sspi authentication 10 years ago
Tom Lane e72d7d8531 Handle extension members when first setting object dump flags in pg_dump. 10 years ago
Tom Lane 5b5fea2a11 Access pg_dump's options structs through Archive struct, not directly. 10 years ago
Tom Lane 26905e009b Run pgindent on src/bin/pg_dump/* 10 years ago
Peter Eisentraut b1bfb28b58 psql: Improve CREATE INDEX CONCURRENTLY tab completion 10 years ago
Peter Eisentraut bc56d5898d psql: Fix CREATE INDEX tab completion 10 years ago
Peter Eisentraut 7032703009 psql: Update tab completion comment 10 years ago
Simon Riggs e63bb4549a Add new user fn pg_current_xlog_flush_location() 10 years ago
Simon Riggs 1e29e6324c Maintain local LogwrtResult consistently 10 years ago
Tom Lane 796d1e889f Remove no-longer-needed old-style check for incompatible plpythons. 10 years ago
Tom Lane fb6fcbd33f Use LOAD not actual code execution to pull in plpython library. 10 years ago
Tom Lane 866566a690 Avoid dump/reload problems when using both plpython2 and plpython3. 10 years ago
Robert Haas 950ab82c3d Remove obsolete comment. 10 years ago
Peter Eisentraut c618e1b506 doc: Fix typo in logical decoding documentation 10 years ago
Tom Lane 820bdccc1b Remove a useless PG_GETARG_DATUM() call from jsonb_build_array. 10 years ago