summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-03-25Add macro to cast away volatile without allowing changes to underlying typePeter Eisentraut
2019-03-25Initialize structure at declarationPeter Eisentraut
2019-03-25tableam: Add and use table_fetch_row_version().Andres Freund
2019-03-25Add ORDER BY to regression test casePeter Eisentraut
2019-03-25tableam: Use in CREATE TABLE AS and CREATE MATERIALIZED VIEW.Andres Freund
2019-03-24Un-hide most cascaded-drop details in regression test results.Tom Lane
2019-03-24Sort dependent objects before reporting them in DROP ROLE.Tom Lane
2019-03-24Remove dead code from nbtsplitloc.c.Peter Geoghegan
2019-03-24Avoid double-free in vacuumlo error path.Tom Lane
2019-03-24Make current_logfiles use permissions assigned to files in data directoryMichael Paquier
2019-03-24Transaction chainingPeter Eisentraut
2019-03-24Remove spurious return.Andres Freund
2019-03-24tableam: Add tuple_{insert, delete, update, lock} and use.Andres Freund
2019-03-23Remove inadequate check for duplicate "xml" PI.Tom Lane
2019-03-23Ensure xmloption = content while restoring pg_dump output.Tom Lane
2019-03-23Accept XML documents when xmloption = content, as required by SQL:2006+.Tom Lane
2019-03-23Suppress DETAIL output from an event_trigger test.Peter Geoghegan
2019-03-23Add nbtree high key "continuescan" optimization.Peter Geoghegan
2019-03-23Improve format of code and some error messages in pg_checksumsMichael Paquier
2019-03-23Add unreachable "break" to satisfy -Wimplicit-fallthrough.Tom Lane
2019-03-23Expand EPQ tests for UPDATEs and DELETEsAndres Freund
2019-03-22Add option -N/--no-sync to pg_checksumsMichael Paquier
2019-03-22Revert "Add gitignore entries for jsonpath_gram.h"Peter Eisentraut
2019-03-22Add options to enable and disable checksums in pg_checksumsMichael Paquier
2019-03-22Make subscription collation test work independent of localePeter Eisentraut
2019-03-22Add gitignore entries for jsonpath_gram.hPeter Eisentraut
2019-03-22Rearrange make_partitionedrel_pruneinfo to avoid work when we can't prune.Tom Lane
2019-03-22Go back to suppressing foreign_data DETAIL test output.Peter Geoghegan
2019-03-22Don't copy PartitionBoundInfo in set_relation_partition_info.Tom Lane
2019-03-22Fix yet more portability bugs in integerset and its tests.Heikki Linnakangas
2019-03-22Fix ICU tests for older ICU versionsPeter Eisentraut
2019-03-22More portability fixes for integerset tests.Heikki Linnakangas
2019-03-22Make printf format strings in test_integerset portable.Heikki Linnakangas
2019-03-22Make the integerset test more verbose.Heikki Linnakangas
2019-03-22Fix bug in the GiST vacuum's 2nd stage.Heikki Linnakangas
2019-03-22Delete empty pages during GiST VACUUM.Heikki Linnakangas
2019-03-22Add IntegerSet, to hold large sets of 64-bit ints efficiently.Heikki Linnakangas
2019-03-22Collations with nondeterministic comparisonPeter Eisentraut
2019-03-22Fix crash with pg_partition_rootMichael Paquier
2019-03-21Revert "Suppress DETAIL output from a foreign_data test."Peter Geoghegan
2019-03-21Catversion bump announced in previous commit but forgottenAlvaro Herrera
2019-03-21Fix dependency recording bug for partitioned PKsAlvaro Herrera
2019-03-21Improve error reporting for DROP FUNCTION/PROCEDURE/AGGREGATE/ROUTINE.Tom Lane
2019-03-21Add DNS SRV support for LDAP server discovery.Thomas Munro
2019-03-20Sort the dependent objects before deletion in DROP OWNED BY.Tom Lane
2019-03-20Add index_get_partition convenience functionAlvaro Herrera
2019-03-20Fix spurious compiler warning in nbtxlog.c.Peter Geoghegan
2019-03-20Suppress DETAIL output from a foreign_data test.Peter Geoghegan
2019-03-20Restore RI trigger sanity checkAlvaro Herrera
2019-03-20Allow amcheck to re-find tuples using new search.Peter Geoghegan