Commit Graph

63399 Commits (763aaa06f03401584d07db71256fc0ab47235cce)
 

Author SHA1 Message Date
Andrew Dunstan 763aaa06f0 Add non-text output formats to pg_dumpall 2 weeks ago
Álvaro Herrera 7bb50dd7d6
Reduce includes in pgstat.h 2 weeks ago
Álvaro Herrera d0833fdae7
pg_dump: Preserve NO INHERIT on NOT NULL on inheritance children 2 weeks ago
Noah Misch 0163951b78 EUC_CN, EUC_JP, EUC_KR, EUC_TW: Skip U+00A0 tests instead of failing. 2 weeks ago
Fujii Masao b2ff2a0b52 doc: Clarify INCLUDING COMMENTS behavior in CREATE TABLE LIKE. 2 weeks ago
Fujii Masao 70f470314c Fix ProcWakeup() resetting wrong waitStart field. 2 weeks ago
Tom Lane 4c1a27e53a Stabilize output of new isolation test insert-conflict-do-update-4. 2 weeks ago
Richard Guo 77c7a17a6e Fix unsafe RTE_GROUP removal in simplify_EXISTS_query 2 weeks ago
John Naylor 3322f01a11 Fix USE_SLICING_BY_8_CRC32C builds on x86 2 weeks ago
Jacob Champion a60a103386 pg_upgrade: Use max_protocol_version=3.0 for older servers 2 weeks ago
Álvaro Herrera 65707ed9af
Add backtrace support for Windows using DbgHelp API 2 weeks ago
Peter Eisentraut dea0812cda doc: Add link targets to CREATE/ALTER FOREIGN TABLE reference pages 2 weeks ago
Peter Eisentraut a99c6b56ff Make ALTER DOMAIN VALIDATE CONSTRAINT no-op when constraint is already validated 2 weeks ago
Peter Eisentraut f80bedd52b Allow ALTER COLUMN SET EXPRESSION on virtual columns with CHECK constraints 2 weeks ago
Michael Paquier 462fe0ff62 Fix variety of typos and grammar mistakes 2 weeks ago
Michael Paquier e2f3d82f89 doc: Adjust some markups on pg_waldump page 2 weeks ago
Michael Paquier ff393fa526 fe_utils: Sprinkle some pg_malloc_object() and pg_malloc_array() 2 weeks ago
Nathan Bossart bfc321b472 Convert SpinLock* macros to static inline functions. 2 weeks ago
Andrew Dunstan 7b24959434 Fix indentation from commit b380a56a3f 2 weeks ago
Nathan Bossart d981976027 Allow pg_{read,write}_all_data to access large objects. 2 weeks ago
Tom Lane d743545d84 Work around lgamma(NaN) bug on AIX. 2 weeks ago
Peter Eisentraut aca61f7e5f Use LOCKMODE in parse_relation.c/.h 2 weeks ago
Jacob Champion 4966bd3ed9 libpq: Grease the protocol by default 2 weeks ago
Tom Lane 4a1b05caa5 Restore AIX support. 2 weeks ago
Tom Lane ecae097252 Cope with AIX's alignment woes by using _Pragma("pack"). 2 weeks ago
Nathan Bossart bc60ee8606 Warn upon successful MD5 password authentication. 2 weeks ago
Peter Eisentraut 797872f6b9 Rename validate_relation_kind() 2 weeks ago
Peter Eisentraut d7be57ad85 Flip logic in table validate_relation_kind 2 weeks ago
Andrew Dunstan b380a56a3f Disallow CR and LF in database, role, and tablespace names 2 weeks ago
Peter Eisentraut 78727dcba3 meson: allow disabling building/installation of static libraries. 2 weeks ago
Nathan Bossart f33b8793fd Make use of pg_popcount() in more places. 2 weeks ago
Nathan Bossart eb9ab7e093 Remove uses of popcount builtins. 2 weeks ago
John Naylor b9278871f9 Rename pg_crc32c_sse42_choose.c for general purpose 2 weeks ago
Peter Eisentraut 55f3859329 Change error message for sequence validate_relation_kind() 2 weeks ago
Peter Eisentraut 4bfbbeb679 meson: Refactor libpq targets variables 2 weeks ago
Peter Eisentraut 2f2c9d8363 test_cplusplusext: Add C++ pg_fallthrough test case 2 weeks ago
Peter Eisentraut 0284e07599 Enable -Wimplicit-fallthrough option for clang 2 weeks ago
Peter Eisentraut 3f7a0e1e55 Fix additional fallthrough warning 2 weeks ago
Peter Eisentraut 3a63b76571 Fix additional fallthrough warnings from clang 2 weeks ago
Amit Kapila 308622edf1 Avoid including utils/timestamp.h in conflict.h. 2 weeks ago
Michael Paquier ee46584884 doc: Add section "Options" for pg_controldata 2 weeks ago
Heikki Linnakangas 412f78c66e Align PGPROC to cache line boundary 2 weeks ago
Heikki Linnakangas 2e0853176f Rearrange fields in PGPROC, for clarity 2 weeks ago
Michael Paquier 4476106c65 doc: Add description of "filename" for pg_walsummary 2 weeks ago
Álvaro Herrera 0eeffd31bf
Avoid name collision with NOT NULL constraints 2 weeks ago
Heikki Linnakangas 36bbcd5be3 Split PGPROC 'links' field into two, for clarity 2 weeks ago
Nathan Bossart dc592a4155 Speedup COPY FROM with additional function inlining. 2 weeks ago
Heikki Linnakangas 18bcdb75d1 Fix expanding 'bounds' in pg_trgm's calc_word_similarity() function 2 weeks ago
Richard Guo 691977d370 Fix computation of varnullingrels when translating appendrel Var 3 weeks ago
Michael Paquier 0dc22fff64 Fix constant in error message for recovery_target_timeline 3 weeks ago