Commit Graph

39578 Commits (647d87c56ab6da70adb753c08d7cdf7ee905ea8a)
 

Author SHA1 Message Date
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
Tom Lane 3ef16c46fb Add some checks on "char"-type columns to type_sanity and opr_sanity. 10 years ago
Tom Lane 26d538dc93 Clean up some lack-of-STRICT issues in the core code, too. 10 years ago
Tom Lane 1cb63c791c Clean up code for widget_in() and widget_out(). 10 years ago
Simon Riggs b602842613 Revoke change to rmgr desc of btree vacuum 10 years ago
Tom Lane 529baf6a2f Add STRICT to some C functions created by the regression tests. 10 years ago
Simon Riggs 687f2cd7a0 Avoid pin scan for replay of XLOG_BTREE_VACUUM 10 years ago
Alvaro Herrera 4631721166 Revert "Blind attempt at a Cygwin fix" 10 years ago
Alvaro Herrera e9282e9532 Blind attempt at a Cygwin fix 10 years ago
Magnus Hagander 2650486ebc Fix typo in comment 10 years ago