Commit Graph

41107 Commits (83c2492002162bf79d2a0811bff5724e395909d7)
 

Author SHA1 Message Date
Peter Eisentraut 0e4cc1fc51 doc: Fix XSLT speedup with older upstream stylesheet versions 9 years ago
Noah Misch 0395198728 Build libpgfeutils before src/bin/pg_basebackup programs. 9 years ago
Noah Misch b6418a0919 Build libpgfeutils before pg_isready. 9 years ago
Tom Lane 71e006f031 Suppress compiler warnings in non-cassert builds. 9 years ago
Tom Lane 32909a57f9 Fix network_spgist.c build failures from missing AF_INET definition. 9 years ago
Tom Lane 77e2906821 Create an SP-GiST opclass for inet/cidr. 9 years ago
Robert Haas 0fda682e54 Extend dsm API with a new function dsm_unpin_segment. 9 years ago
Robert Haas 19998730ae Remove duplicate function prototype. 9 years ago
Bruce Momjian ff066481b0 doc: fix incorrect 'literal' tags 9 years ago
Tom Lane d2ddee63b4 Improve SP-GiST opclass API to better support unlabeled nodes. 9 years ago
Robert Haas 86f31695f3 Add txid_current_ifassigned(). 9 years ago
Robert Haas ff36700c3b Remove duplicate word from comment. 9 years ago
Tom Lane 7b405b3e04 Refactor some network.c code to create cidr_set_masklen_internal(). 9 years ago
Bruce Momjian f2e016f8d5 doc: fix typo in recent patch 9 years ago
Robert Haas 008c4135cc Fix possible sorting error when aborting use of abbreviated keys. 9 years ago
Robert Haas af5743851d Improve header comment for LockHasWaitersRelation. 9 years ago
Peter Eisentraut f9472d7256 Run select_parallel test by itself 9 years ago
Tom Lane 234309fa87 initdb now needs submake-libpq and submake-libpgfeutils. 9 years ago
Noah Misch 9132c01429 Retire escapeConnectionParameter(). 9 years ago
Tom Lane 04164deb7c initdb now needs to reference libpq include files in MSVC builds. 9 years ago
Tom Lane a00c583147 Make initdb's suggested "pg_ctl start" command line more reliable. 9 years ago
Tom Lane 6471045230 Allow empty queries in pgbench. 9 years ago
Tom Lane 8299471c37 Use LEFT JOINs in some system views in case referenced row doesn't exist. 9 years ago
Tom Lane 65a603e903 Guard against parallel-restricted functions in VALUES expressions. 9 years ago
Tom Lane da1c91631e Speed up planner's scanning for parallel-query hazards. 9 years ago
Alvaro Herrera 6f79ae7fe5 reorderbuffer: preserve errno while reporting error 9 years ago
Tom Lane a859e64003 Clean up another pre-ANSI-C-ism in regex code: get rid of pcolor typedef. 9 years ago
Tom Lane 6eefd2422e Remove typedef celt from the regex library, along with macro NOCELT. 9 years ago
Bruce Momjian 5285c5e873 doc: requirepeer is a way to avoid spoofing 9 years ago
Andres Freund 9595383bc6 Add alternative output for ON CONFLICT toast isolation test. 9 years ago
Peter Eisentraut 1d2e73a3df Remove obsolete replacement system() on darwin 9 years ago
Tom Lane c5d4f40cb5 Update line count totals for psql help displays. 9 years ago
Tom Lane 5697522d84 In plpgsql, don't try to convert int2vector or oidvector to expanded array. 9 years ago
Peter Eisentraut e8306745e3 doc: Speed up XSLT builds 9 years ago
Tom Lane 8019b5a89c Improve psql's tab completion for \l. 9 years ago
Tom Lane 49917dbd76 Improve psql's tab completion for ALTER EXTENSION foo UPDATE ... 9 years ago
Tom Lane f9d747a4e9 Support the new regexp_match() function for citext. 9 years ago
Peter Eisentraut 9f31e45a6d Improve formatting of comments in plpgsql.h 9 years ago
Heikki Linnakangas fa878703f4 Refactor RandomSalt to handle salts of different lengths. 9 years ago
Magnus Hagander a79a685622 Update Windows timezone mapping from Windows 7 and 10 9 years ago
Heikki Linnakangas 8d3b9cce81 Refactor sendAuthRequest. 9 years ago
Andres Freund 07ef035129 Fix deletion of speculatively inserted TOAST on conflict 9 years ago
Tom Lane cf9b0fea5f Implement regexp_match(), a simplified alternative to regexp_matches(). 9 years ago
Andres Freund 2d7e591007 Properly re-initialize replication slot shared memory upon creation. 9 years ago
Tom Lane 6657acc010 Fix -e option in contrib/intarray/bench/bench.pl. 9 years ago
Tom Lane bfaaacc805 Improve plpgsql's memory management to fix some function-lifespan leaks. 9 years ago
Magnus Hagander 0921554657 Disable update_process_title by default on Windows 9 years ago
Bruce Momjian d125d25790 docs: my third pass over the 9.6 release notes 9 years ago
Tom Lane 0bb51aa967 Improve parsetree representation of special functions such as CURRENT_DATE. 9 years ago
Tom Lane 4bc4cfe3bd Suppress -Wunused-result warning for strtol(). 9 years ago