Commit Graph

48648 Commits (71d60e2aa05157efec28393b15c0b0b9fc1b210c)
 

Author SHA1 Message Date
Peter Eisentraut 71d60e2aa0 Add tg_updatedcols to TriggerData 6 years ago
Peter Eisentraut 8f152b6c50 Code simplification 6 years ago
Fujii Masao ef34ab42a8 Avoid assertion failure with targeted recovery in standby mode. 6 years ago
Fujii Masao d9249441ef Mark ssl_passphrase_command as GUC_SUPERUSER_ONLY. 6 years ago
Michael Paquier 5aaa584f81 Doc: fix some description of environment variables with frontend tools 6 years ago
Tom Lane 806eb92c01 Add an "absval" parameter to allow contrib/dict_int to ignore signs. 6 years ago
Tom Lane 38ce06c37e Add an explicit test to catch changes in checksumming calculations. 6 years ago
Alexander Korotkov b0b5e20cd8 Show opclass and opfamily related information in psql 6 years ago
Peter Geoghegan 691e8b2e18 pageinspect: Fix types used for bt_metap() columns. 6 years ago
Tom Lane b9c3de62cb Tab completion: offer parens as appropriate in CREATE/ALTER TEXT SEARCH. 6 years ago
Tom Lane ea7dace2aa Simplify/speed up assertion cross-check in ginCompressPostingList(). 6 years ago
Peter Eisentraut 7e39b968f1 doc: Remove unused ids 6 years ago
Peter Eisentraut 33e27c3785 doc: Add information about new SQL part SQL/MDA 6 years ago
Peter Eisentraut 8d7def5c27 Fix typo 6 years ago
Tom Lane 36058a3c55 Create contrib/bool_plperl to provide a bool transform for PL/Perl[U]. 6 years ago
Tom Lane a6525588b7 Allow Unicode escapes in any server encoding, not only UTF-8. 6 years ago
Tom Lane fe30e7ebfa Allow ALTER TYPE to change some properties of a base type. 6 years ago
Michael Paquier addd034ae1 Fix page-level checksum calculation in checksum_impl.h 6 years ago
Tom Lane bb03010b9f Remove the "opaque" pseudo-type and associated compatibility hacks. 6 years ago
Tom Lane 84eca14bc4 Remove ancient hacks to ignore certain opclass names in CREATE INDEX. 6 years ago
Tom Lane e58a599752 Remove ancient support for upgrading pre-7.3 foreign key constraints. 6 years ago
Alvaro Herrera a77315fdf2
Remove RangeIOData->typiofunc 6 years ago
Michael Paquier 0065174324 Avoid -Wconversion warnings when using checksum_impl.h 6 years ago
Fujii Masao 2eb3bc5881 Fix issues around .pgpass file. 6 years ago
Michael Paquier fbcf087112 Fix more issues with dependency handling at swap phase of REINDEX CONCURRENTLY 6 years ago
Jeff Davis c954d49046 Extend ExecBuildAggTrans() to support a NULL pointer check. 6 years ago
Tom Lane 3ed2005ff5 Introduce macros for typalign and typstorage constants. 6 years ago
Peter Eisentraut 0ad6f848ee Move pg_upgrade's Windows link() implementation to AC_REPLACE_FUNCS 6 years ago
Tom Lane d677550493 Allow to_date/to_timestamp to recognize non-English month/day names. 6 years ago
Peter Eisentraut 1810ca18bf pg_standby: Don't use HAVE_WORKING_LINK 6 years ago
Fujii Masao 61b7394045 Fix typo in monitoring.sgml. 6 years ago
Peter Geoghegan 1e07f5e0a1 Remove overzealous _bt_split() assertions. 6 years ago
Michael Paquier 0b48f1335d Fix assertion failure with ALTER TABLE ATTACH PARTITION and indexes 6 years ago
Fujii Masao 54a4f52a92 Fix the name of the first WAL segment file, in docs. 6 years ago
Fujii Masao e65497df8f Report progress of streaming base backup. 6 years ago
Michael Paquier d79fb88ac7 Preserve pg_index.indisclustered across REINDEX CONCURRENTLY 6 years ago
Tom Lane 91f3bd732c Fix possibly-uninitialized variable. 6 years ago
Alvaro Herrera 2f9661311b
Represent command completion tags as structs 6 years ago
Tom Lane 7b425a5283 Blacklist port/win32_msvc/utime.h in cpluspluscheck and headerscheck. 6 years ago
Peter Geoghegan 90051cd827 Silence nbtree.h cpluspluscheck warning. 6 years ago
Peter Geoghegan 77b88bd5dc Add assertions to _bt_update_posting(). 6 years ago
Peter Eisentraut ed0d883765 Update Microsoft documentation link 6 years ago
Peter Eisentraut d433b79b89 Remove long unused code behind a #if 0 6 years ago
Michael Paquier 3b77dce863 Fix command-line colorization on Windows with VT100-compatible environments 6 years ago
Michael Paquier 12c5cad76f Handle logical decoding in multi-insert for catalog tuples 6 years ago
Peter Geoghegan 84ec9b231a Remove dead code from _bt_update_posting(). 6 years ago
Dean Rasheed 43a899f41f Fix corner-case loss of precision in numeric ln(). 6 years ago
Peter Geoghegan dba9153339 Doc: Fix pageinspect bt_page_items() example. 6 years ago
Peter Geoghegan 93ee38eade Teach pageinspect about nbtree deduplication. 6 years ago
Tom Lane 58c47ccfff Correctly re-use hash tables in buildSubPlanHash(). 6 years ago